diff --git a/src/views/emis/emisWaybill/waybillModify.vue b/src/views/emis/emisWaybill/waybillModify.vue
index 82043a51..551225db 100644
--- a/src/views/emis/emisWaybill/waybillModify.vue
+++ b/src/views/emis/emisWaybill/waybillModify.vue
@@ -313,8 +313,8 @@
-
-
+
+
@@ -1456,6 +1456,7 @@ methods: {
destinationCountry: null,
destinationCode: null,
dispatchUnderlingSiteCode: null,
+ dispatchUnderlingSiteName:null,
destinationCenterCode: null,
marketManCode: null,
payee: null,
@@ -1651,7 +1652,7 @@ methods: {
this.form.dispatchSite = response.data.siteName;
this.form.dispatchUnderlingSiteCode= response.data.siteCode;
- this.form.dispatchUnderlingSite= response.data.siteName;
+ this.form.dispatchUnderlingSiteName= response.data.siteName;
});
}
@@ -1846,10 +1847,9 @@ methods: {
onDestinationChange(item){
// this.form.destinationCode = item.destCode;
this.form.dispatchUnderlingSiteCode= item.siteCode;
- this.form.dispatchSiteCode= item.siteCode;
-
- this.form.dispatchUnderlingSite= item.siteName;
- this.form.dispatchSite= item.siteName;
+ // this.form.dispatchSiteCode= item.siteCode;
+ this.form.dispatchUnderlingSiteName= item.siteName;
+ // this.form.dispatchSite= item.siteName;
},
onGoodsChange(goodsList,selNameStr){
this.form.goodsInfo = selNameStr;