From ef1beef775ce2016354f9487b486794b43425530 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 13 Jul 2018 11:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E7=A7=9F=E8=B5=81=E8=BD=A6=E8=BE=86=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9=E4=B8=8A=E7=89=8C=E5=9F=8E=E5=B8=82?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp index d5038c227..5d5f2df5d 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp @@ -127,7 +127,7 @@ if(sAreaCodeInfo == "NO" || sAreaCodeInfo == '_CLEAR_'){ //setItemValue(0,getRow(),"province",""); //setItemValue(0,getRow(),"provincename",""); - setItemValue(0,getRow(),"EQUIP_DELIVERY_PLACE",""); + setItemValue(0,getRow(),"zone",""); }else{ if(typeof(sAreaCodeInfo) != "undefined" && sAreaCodeInfo != ""){ sAreaCodeInfo = sAreaCodeInfo.split('@'); @@ -135,7 +135,7 @@ sAreaCodeName = sAreaCodeInfo[1];//--行政区划名称 //setItemValue(0,getRow(),"province",sAreaCodeValue); //setItemValue(0,getRow(),"provincename",sAreaCodeName); - setItemValue(0,getRow(),"EQUIP_DELIVERY_PLACE",sAreaCodeName); + setItemValue(0,getRow(),"zone",sAreaCodeName); } } },'请选择省市');