From e19e52d3fd27dfd8bb7011a6320be623fb59e11e Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 4 Apr 2024 22:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E7=9B=98=E7=82=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- src/views/inventory/count/InvCountOrderModify.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 4f345ecb..3c986bf6 100644 --- a/.env.production +++ b/.env.production @@ -21,7 +21,7 @@ ENV = 'production' # 平潭正式 -# VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' # 漳州中医院 # VUE_APP_BASE_API = 'http://192.168.240.119:9150/UDI_WMS_MC/' @@ -30,7 +30,7 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://192.168.0.100:9160/UDI_WMS_MC/' # 平和县医院 -VUE_APP_BASE_API = 'http://192.168.0.43:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.0.43:9150/UDI_WMS_MC/' diff --git a/src/views/inventory/count/InvCountOrderModify.vue b/src/views/inventory/count/InvCountOrderModify.vue index b834f681..800ad1c9 100644 --- a/src/views/inventory/count/InvCountOrderModify.vue +++ b/src/views/inventory/count/InvCountOrderModify.vue @@ -667,6 +667,7 @@ export default { invCode: this.formData.invStorageCode, invSpaceCode: this.formData.invSpaceCode, invNum: product.reCount, + supId: product.supId }; this.countProductList.push(detailData);