修改罚息减免发起选择不到合同

This commit is contained in:
tangfutang 2022-07-19 18:29:25 +08:00
parent 4be925ab1e
commit bc59baa838

View File

@ -19,10 +19,11 @@
return;
}
}
AsDialog.OpenSelector("SelectPaymentHavePenalty","businessType,"+businessType,"dialogWidth=" + parseInt(window.screen.width * 0.8) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"){
AsDialog.OpenSelector("SelectPaymentHavePenaltyNew","businessType,"+businessType,"dialogWidth=" + parseInt(window.screen.width * 0.8) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"){
//alert(getHtmlMessage('1'));//请选择一条信息!
return;
return;
}
sReturn = sReturn.split("@");
var contractId = sReturn[0];
@ -44,11 +45,11 @@
}
else
{
var mes=sReturnInfos[1];
var mes=sReturnInfos[0];
alert(mes);
}
reloadSelf();
},"ÇëÑ¡ÔñºÏͬ");
},"ÇëÑ¡ÔñºÏͬ");
}
</script>
<%@ include file="/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListEnd.jspf"%>