diff --git a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/VIActualFundPlan.jsp b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/VIActualFundPlan.jsp index c5e85aafd..9fa5bae2c 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/VIActualFundPlan.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/VIActualFundPlan.jsp @@ -42,6 +42,10 @@ } var contractIds = ""; for(var i in rows){ + if(getItemValue(0,rows[i],"payType")!=getItemValue(0,rows[0],"payType")){ + AsDebug.showMessage("提示","每次只能生成放款方式相同的合同!","","",true); + return; + } contractIds += "@"+getItemValue(0,rows[i],"ID"); } contractIds = contractIds.substring(1);