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); } } },'请选择省市');