diff --git a/WebContent/Tenwa/Comm/Document/LBDocumentListInfo.jsp b/WebContent/Tenwa/Comm/Document/LBDocumentListInfo.jsp index 07b598534..f165eb87e 100644 --- a/WebContent/Tenwa/Comm/Document/LBDocumentListInfo.jsp +++ b/WebContent/Tenwa/Comm/Document/LBDocumentListInfo.jsp @@ -75,7 +75,7 @@ window.onload=function(){ $("#DWTD").width( document.body.offsetWidth - 10); $("#DWTD").width( document.body.offsetHeight - 20); //document.getElementById('DWTD').innerHTML = '
'+document.getElementById('DWTD').innerHTML+'
'; - /* $("#Table_Content_0").attr("style","overflow: scroll;"); */ + $("#Table_Content_0").attr("style","overflow: scroll;overflow-y:auto; overflow-x:auto;height:440px;"); } //在加载完表格后调用 function afterSearch(){ diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp index 5f3df97f2..6f9bbf3db 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp @@ -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();