From 0d1b7f81b4000e0e7999625284c5dd21598668a6 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Fri, 1 Mar 2024 11:22:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=BA=93=E5=AD=98=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E4=BB=93=E5=BA=93=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/views/inout/DialogSelectInvProduct.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 756278e5..1fe5208c 100644 --- a/.env.production +++ b/.env.production @@ -67,7 +67,7 @@ VUE_APP_BASE_API = 'http://192.168.0.127:9170/UDI_WMS_MC/' # 东山 # VUE_APP_BASE_API = 'https://mudi.dsxyy.org/UDI_WMS_MC/' -# VUE_APP_BASE_API = 'http://151.122.122.146:9150/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://151.122.122.146:9150/UDI_WMS_MC/' # 南靖 diff --git a/src/views/inout/DialogSelectInvProduct.vue b/src/views/inout/DialogSelectInvProduct.vue index 2b31c674..8009c1e7 100644 --- a/src/views/inout/DialogSelectInvProduct.vue +++ b/src/views/inout/DialogSelectInvProduct.vue @@ -213,6 +213,8 @@ export default { getList() { this.loading = true; + debugger + this.filterQuery.invCode = this.invQueryData.invCode; //寄售 if (this.invQueryData.advanceType == 3) { getInvPreProductStock(this.filterQuery)