diff --git a/WebContent/Tenwa/Lease/Flow/Rent/CautionMoneyDeduction/ContractInfoPay.jsp b/WebContent/Tenwa/Lease/Flow/Rent/CautionMoneyDeduction/ContractInfoPay.jsp index fa0167a2d..fa113a9fe 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/CautionMoneyDeduction/ContractInfoPay.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/CautionMoneyDeduction/ContractInfoPay.jsp @@ -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); }