From e3d21be7c6e822506c5e5c14db5b065c94035210 Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Fri, 25 Apr 2025 14:39:46 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=A7=A3=E5=86=B3=E4=BA=A7=E6=88=90?= =?UTF-8?q?=E5=93=81=E5=85=A5=E5=BA=93=EF=BC=8C=E7=82=B9=E5=87=BB=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E6=8C=89=E9=92=AE=E5=90=8E=EF=BC=8C=E6=9C=AA=E5=B0=86?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=9A=84=E5=BA=93=E4=BD=8D=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=88=B0=E6=9D=A1=E7=A0=81=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ErpLocationMoveNoInvoice/ErpLocationMoveNoInvoice.vue | 1 + pages/material/features/ProductSaleReturn/index.vue | 5 ++++- pages/material/features/ProductStockIn/index.vue | 5 ++++- pages/material/features/TransferReceivePage/index.vue | 5 ++++- 4 files changed, 13 insertions(+), 3 deletions(-) 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 @@      - +