租后
This commit is contained in:
parent
d82a136efc
commit
4dfb845e0e
@ -10,6 +10,7 @@
|
||||
//alert(getHtmlMessage('1'));//请选择一条信息!
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");
|
||||
var customerid=sReturn[0];
|
||||
var customername=sReturn[1];
|
||||
var contract_id=sReturn[2];
|
||||
|
||||
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user