1.附件一览怎加滚动条
This commit is contained in:
parent
5b14e27ca6
commit
40a562b8bf
@ -75,7 +75,7 @@ window.onload=function(){
|
||||
$("#DWTD").width( document.body.offsetWidth - 10);
|
||||
$("#DWTD").width( document.body.offsetHeight - 20);
|
||||
//document.getElementById('DWTD').innerHTML = '<div style="width:'+(document.body.offsetWidth - 10)+'px;height:'+(document.body.offsetHeight - 50)+';overflow: scroll;">'+document.getElementById('DWTD').innerHTML+'</div>';
|
||||
/* $("#Table_Content_0").attr("style","overflow: scroll;"); */
|
||||
$("#Table_Content_0").attr("style","overflow: scroll;overflow-y:auto; overflow-x:auto;height:440px;");
|
||||
}
|
||||
//在加载完表格后调用
|
||||
function afterSearch(){
|
||||
|
||||
@ -77,6 +77,7 @@
|
||||
}
|
||||
var result=RunJavaMethodTrans("com.tenwa.channelportal.action.ContractSignAction","changeCarSignA","FlowUnid="+"<%=flowunid%>"+",contract_id="+"<%=contractid%>"+",flagType=changeCar");
|
||||
if("success"==result){
|
||||
//messageId 为bt_bussiness_message_config表里的ID
|
||||
var result=RunJavaMethodTrans("com.tenwa.comm.message.controller.BaseBussinessMessage","saveBaseMessageSimple","messageId="+"81ecb54b28e441a49e7b576c680d30bd"+",CUSTOMER_NAME="+CUSTOMER_NAME);
|
||||
alert("发起电子签约成功!!!");
|
||||
location.reload();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user