fix:付款申请-发票信息按照一合同多车进行调整

This commit is contained in:
maliang 2021-06-15 11:32:05 +08:00
parent 2c4ccbbfca
commit 3756adf688

View File

@ -74,7 +74,12 @@
var orgid= "<%=orgId%>".substring(0,4);
if("FundPaymentCarFlow"=="<%=CurPage.getParameter("FlowNo")%>" && "<%=phaseNo%>"!="0010" && orgid != "8006" ){
var HAS_GPS = getItemValue(0,getRow(0),"HAS_GPS");
frame_listi.window.save(HAS_GPS);
if(HAS_GPS=="Y"||HAS_GPS=="N"){
var sReturnInfo = RunJavaMethodTrans("com.tenwa.lease.flow.contract.check.ContractInfoCheck","saveGps","contractid=<%=contractId%>,hasGps="+HAS_GPS);
alert("数据保存成功");
};
//frame_listi.window.save(HAS_GPS);
}else{
as_save(0);
}