From 42a4bbaa0a3ffaea1e2fd247dbfb4bb1288a325e Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Fri, 2 Nov 2018 13:57:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=AD=E8=AF=81=E7=9B=B8=E5=85=B3--=E6=9C=AC?= =?UTF-8?q?=E6=96=B9=E8=B4=A6=E6=88=B7=E9=93=B6=E8=A1=8C=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=80=89=E5=8F=96=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../OwnConfig/BOwnAccount/BOwnAccount.jsp | 6 +-- .../OwnConfig/BOwnAccount/BOwnAccountList.jsp | 1 + .../ContractOnhireVoucher.java | 1 + .../serviceImp/ExprotVoucherToXML.java | 39 +++++-------------- 4 files changed, 14 insertions(+), 33 deletions(-) diff --git a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp index 382ec68a3..fbecf4506 100644 --- a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp +++ b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp @@ -10,7 +10,6 @@ Input Param: Output param: History Log: - */ %> <%/*~END~*/%> @@ -110,7 +109,8 @@ } sReturn = sReturn.split("@"); setItemValue(0,getRow(0),"acc_title",sReturn[0]); - setItemValue(0,getRow(0),"SUBJECTS_CODED",sReturn[1]); + setItemValue(0,getRow(0),"SUBJECTS_CODE",sReturn[1]); + setItemValue(0,getRow(0),"SUBJECTS_NAME",sReturn[2]); // setItemValue(0,getRow(0),"acc_title",sReturn[2]); //setItemValue(0,getRow(),"SUBJECTS_NAME",sReturn[1]); //setItemValue(0,getRow(),"SUBJECTS_NAME",sReturn[1]); @@ -133,7 +133,7 @@ if(acc_title.length==32){ var sReturn = RunJavaMethodTrans("com.tenwa.reckon.copydata.CalcRentCompare", "changAcc_title","id=" + acc_title ); if(sReturn!="null"){ - document.getElementById("SUBJECTS_CODED").value = sReturn; + //document.getElementById("SUBJECTS_NAME").value = sReturn; } } } diff --git a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccountList.jsp b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccountList.jsp index 9911c2d61..f3c51a46a 100644 --- a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccountList.jsp +++ b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccountList.jsp @@ -61,6 +61,7 @@