1.附件一览怎加滚动条

This commit is contained in:
zhangbb 2019-04-15 09:25:26 +08:00
parent 5b14e27ca6
commit 40a562b8bf
2 changed files with 2 additions and 1 deletions

View File

@ -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(){

View File

@ -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();