From ba100d39945f0814038a19992a3c52158c99abc9 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Fri, 15 Nov 2024 17:15:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E6=98=8E=E7=BB=86=E7=AE=A1=E7=90=86-=E4=BD=9C?= =?UTF-8?q?=E5=BA=9F=EF=BC=9A=E5=8F=96=E6=B6=88=E5=AF=B9=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9A=84=E9=99=90=E5=88=B6=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/FinaChargeStuYearItem/Index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Views/FinaChargeStuYearItem/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Views/FinaChargeStuYearItem/Index.js index 3756062b2..29f2e1137 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Views/FinaChargeStuYearItem/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Views/FinaChargeStuYearItem/Index.js @@ -124,10 +124,10 @@ var bootstrap = function ($, learun) { var ChargeItemType = $('#gridtable').jfGridValue('ChargeItemType'); var PayFeeStatus = $('#gridtable').jfGridValue('PayFeeStatus'); if (learun.checkrow(keyValue)) { - if (ChargeItemType.indexOf('1')!=-1) { - learun.alert.error("包含固定收费项目,不能作废"); - return; - } + //if (ChargeItemType.indexOf('1')!=-1) { + // learun.alert.error("包含固定收费项目,不能作废"); + // return; + //} if (PayFeeStatus.indexOf('1') != -1 || PayFeeStatus.indexOf('4') != -1) { learun.alert.error("包含已缴费项目,不能作废"); return;