|
|
@@ -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; |
|
|
|