From 3d7951ae3ce7267645b21195020044cb4c5ff9c8 Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 28 Jun 2024 09:40:27 +0800 Subject: [PATCH] md --- src/views/emis/emisWaybill/waybillModify.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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;