|
@@ -144,6 +144,16 @@ function setSelectCustomer(customerId){
|
|
|
ulc.setUlcById(0,customer.customerProvinceId,customer.customerCityId,customer.customerDistrictId);
|
|
|
$("#addressDesc").html(customer.customerSendAddress);
|
|
|
$("#salesAddressInfo").val(customer.customerSendAddress);
|
|
|
+
|
|
|
+ if(isEmpty(cmRelation.provinceNumber)){
|
|
|
+ ulc.setUlcById(0,cmRelation.provinceNumber);
|
|
|
+ }
|
|
|
+ if(isEmpty(cmRelation.cityNumber)){
|
|
|
+ ulc.setUlcById(1,cmRelation.cityNumber);
|
|
|
+ }
|
|
|
+ if(isEmpty(cmRelation.areaNumber)){
|
|
|
+ ulc.setUlcById(2,cmRelation.areaNumber);
|
|
|
+ }
|
|
|
setSelectProduct(data.returnMsg.colorIds);
|
|
|
}else{
|
|
|
}
|