From 59924ab56f762e522062af49f4867a3a2c021a1d Mon Sep 17 00:00:00 2001 From: tangfutang Date: Tue, 20 Nov 2018 11:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E4=BD=8F=E5=9C=B0=E6=9C=89=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C=EF=BC=8C=E4=B8=8D=E5=9B=9E=E6=98=BE=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Project/BusinessApplication/CustomerAddress.jsp | 2 ++ .../Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerAddress.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerAddress.jsp index e361d2804..b439ad05e 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerAddress.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerAddress.jsp @@ -92,6 +92,8 @@ var isnew = getItemValue(0,getRow(),"isnew");//是否最新 var addtype = getItemValue(0,getRow(),"addtype");//地址类型 var id = getItemValue(0,getRow(),"id"); + var dressdetail = getItemValue(0,0,"dressdetail"); + setItemValue(0,0,"dressdetail",dressdetail); setItemValue(0,0,"fulladdress",getItemValue(0,0,"provincename")+getItemValue(0,0,"dressdetail")); setItemValue(0,0,"flowunid","<%=flowunid%>"); if(flag == "edit"){ diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp index ccbc4e746..2d8f6b39a 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp @@ -539,7 +539,7 @@ var fulladdress = getItemValue(0,getRow(0),'fulladdress'); var country = getItemValue(0,getRow(0),'country'); var province = getItemValue(0,getRow(0),'province'); - var dressdetail = getItemValue(0,getRow(0),'dressdetail'); + var dressdetail = getItemValue(0,getRow(0),'dressdetail').replace(/[\r\n]/g,""); var zipcode = getItemValue(0,getRow(0),'zipcode'); var provincename = getItemValue(0,getRow(0),'provincename'); var flag = "edit";