diff --git a/pages/checkplan/ErpLocationMoveNoInvoice/ErpLocationMoveNoInvoice.vue b/pages/checkplan/ErpLocationMoveNoInvoice/ErpLocationMoveNoInvoice.vue index 02baa2a..487aea7 100644 --- a/pages/checkplan/ErpLocationMoveNoInvoice/ErpLocationMoveNoInvoice.vue +++ b/pages/checkplan/ErpLocationMoveNoInvoice/ErpLocationMoveNoInvoice.vue @@ -350,6 +350,7 @@ }, changeLocation(e) { // this.BoxListInfo = []; + this.LOCATIONNAME = e.value; }, getERPLocation() { this.items = []; diff --git a/pages/material/features/ProductSaleReturn/index.vue b/pages/material/features/ProductSaleReturn/index.vue index baa01ea..000f112 100644 --- a/pages/material/features/ProductSaleReturn/index.vue +++ b/pages/material/features/ProductSaleReturn/index.vue @@ -54,7 +54,7 @@
     - +
@@ -302,6 +302,9 @@ this.focusPalletName = true } */ }, + changeLocationName(e) { + this.LOCATIONNAME = e.value; + }, getERPLocation() { this.items = []; this.$MyRequest('/api/storage/getERPLocation', { diff --git a/pages/material/features/ProductStockIn/index.vue b/pages/material/features/ProductStockIn/index.vue index 5cd4449..3308f2f 100644 --- a/pages/material/features/ProductStockIn/index.vue +++ b/pages/material/features/ProductStockIn/index.vue @@ -15,7 +15,7 @@      + @inputChange="getitems_LocationAll" @change="changeLocationName"> @@ -389,6 +389,9 @@ //this.LOCATIONNAME = "" //this.getLocationName(); }, + changeLocationName(e) { + this.LOCATIONNAME = e.value; + }, //获取焦点的公共方法 getfocus(nextfocus) { this.initfocus() diff --git a/pages/material/features/TransferReceivePage/index.vue b/pages/material/features/TransferReceivePage/index.vue index 157b589..383ad77 100644 --- a/pages/material/features/TransferReceivePage/index.vue +++ b/pages/material/features/TransferReceivePage/index.vue @@ -86,7 +86,7 @@      - +