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页面"; // 浏览器窗口标题 PG_TITLE - String PG_CONTENT_TITLE = "本方信息"; //默认的内容区标题 + String PG_CONTENT_TITLE = "提前结清测算"; //默认的内容区标题 String PG_CONTNET_TEXT = "请点击左侧列表";//默认的内容区文字 String PG_LEFT_WIDTH = "1";//默认的treeview宽度 %><%@include file="/Resources/CodeParts/Main04.jsp"%>