客户修改内容(马亮)
This commit is contained in:
parent
ebb57b19a0
commit
24bd57b1d9
@ -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]);
|
||||
},"ÇëÑ¡ÔñºÏͬ");
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<%@ page contentType="text/html; charset=GBK"%><%@
|
||||
include file="/IncludeBegin.jsp"%><%
|
||||
String PG_TITLE = "隐藏左侧区域的Main页面"; // 浏览器窗口标题 <title> PG_TITLE </title>
|
||||
String PG_CONTENT_TITLE = "<strong class='pt9white'>本方信息</strong>"; //默认的内容区标题
|
||||
String PG_CONTENT_TITLE = "<strong class='pt9white'>提前结清测算</strong>"; //默认的内容区标题
|
||||
String PG_CONTNET_TEXT = "请点击左侧列表";//默认的内容区文字
|
||||
String PG_LEFT_WIDTH = "1";//默认的treeview宽度
|
||||
%><%@include file="/Resources/CodeParts/Main04.jsp"%>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user