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;