diff --git a/WebContent/Tenwa/Lease/App/calculation/calculationContractCar.jsp b/WebContent/Tenwa/Lease/App/calculation/calculationContractCar.jsp index 6282eff17..2614063db 100644 --- a/WebContent/Tenwa/Lease/App/calculation/calculationContractCar.jsp +++ b/WebContent/Tenwa/Lease/App/calculation/calculationContractCar.jsp @@ -52,7 +52,7 @@ }); function SelectContractId(){ var position = getRow(0); - AsDialog.OpenSelector("selectContractTerminate","","dialogWidth=" + parseInt(window.screen.width * 0.6) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){ + AsDialog.OpenSelector("selectContractPaymentPlanTerminate","businessType,1","dialogWidth=" + parseInt(window.screen.width * 0.6) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){ if(!sReturn||sReturn=="_CANCEL_"){ return; } @@ -71,7 +71,7 @@ // alert("yearrate=" + yearrate); // alert("nominalPrice=" + nominalPrice); // alert("cautionmoney=" + cautionmoney); - setItemValue(0,position,"CONTRACT_NUMBER", sReturn[1]); + setItemValue(0,position,"CONTRACT_NUMBER", sReturn[3]); },"请选择合同"); } diff --git a/WebContent/Tenwa/Lease/App/calculation/calculationContractCarMain.jsp b/WebContent/Tenwa/Lease/App/calculation/calculationContractCarMain.jsp index 7132203ad..2630e13c7 100644 --- a/WebContent/Tenwa/Lease/App/calculation/calculationContractCarMain.jsp +++ b/WebContent/Tenwa/Lease/App/calculation/calculationContractCarMain.jsp @@ -1,7 +1,7 @@ <%@ page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBegin.jsp"%><% String PG_TITLE = "隐藏左侧区域的Main页面"; // 浏览器窗口标题