This commit is contained in:
58261 2018-10-08 15:06:56 +08:00
parent d82a136efc
commit 4dfb845e0e
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
//alert(getHtmlMessage('1'));//请选择一条信息!
return;
}
sReturn = sReturn.split("@");
var customerid=sReturn[0];
var customername=sReturn[1];
var contract_id=sReturn[2];

View File

@ -25,7 +25,7 @@
for(var i=0;i<getRowCount(0);i++){
getObj(0,i,"CONTRACT_NUMBER").innerHTML='<a class="box" onclick="javascript:showContractInfo()" style={color:#000;text-decoration:underline;}><font color="blue">'+getObj(0,i,"contract_number").innerHTML+'</font></a>';
}
} */
} */
function showContractInfo(){
var sUrl = "/Tenwa/Lease/App/InformationTable/InfoView.jsp";
var contractid = getItemValue(0,getRow(0),'CONTRACT_ID');