fix:付款申请-发票信息按照一合同多车进行调整
This commit is contained in:
parent
2c4ccbbfca
commit
3756adf688
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user