From 606658afe397e91156c9adaf96f63a8d57e7f112 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 31 Jan 2024 11:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E6=8D=AE=E8=AF=A6=E6=83=85=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 4 ++-- src/views/inout/DialogSelectProduct.vue | 6 +++--- src/views/inout/IoAuditedOrder.vue | 16 +++++++++------- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.env.development b/.env.development index eed92e7d..c36d00d3 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = UDI管理系统 ENV = 'development' # 开发环境 -VUE_APP_BASE_API = 'http://127.0.0.1:9991' +VUE_APP_BASE_API = 'http://192.168.0.166:9991' VUE_APP_SYNC_API ="http://127.0.0.1:10001" diff --git a/.env.production b/.env.production index 7c94c0ec..aeea4181 100644 --- a/.env.production +++ b/.env.production @@ -18,8 +18,8 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://192.168.0.67:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.127:9170/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://dm.xmglxp.com:8082/UDI_WMS_MC/' -# VUE_APP_BASE_API = 'http://dm.xmglxp.com:82/UDI_WMS_MC/' -VUE_APP_BASE_API = 'http://dm.xmglxp.com:8001/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://dm.xmglxp.com:82/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://dm.xmglxp.com:8001/UDI_WMS_MC/' # 诏安总医院 # VUE_APP_BASE_API = 'http://192.168.8.58:9150/UDI_WMS_MC/' diff --git a/src/views/inout/DialogSelectProduct.vue b/src/views/inout/DialogSelectProduct.vue index a89a1b37..99d17293 100644 --- a/src/views/inout/DialogSelectProduct.vue +++ b/src/views/inout/DialogSelectProduct.vue @@ -252,9 +252,9 @@ export default { getList() { this.loading = true; - if (this.data.fromCorp != null) { - this.listQuery.unitFk = this.data.fromCorp; - } + // if (this.data.fromCorp != null) { + // this.listQuery.unitFk = this.data.fromCorp; + // } filterCompanyProductRelevance(this.listQuery) .then((response) => { this.loading = false; diff --git a/src/views/inout/IoAuditedOrder.vue b/src/views/inout/IoAuditedOrder.vue index 57fefc78..693d1c12 100644 --- a/src/views/inout/IoAuditedOrder.vue +++ b/src/views/inout/IoAuditedOrder.vue @@ -327,13 +327,13 @@ - + + + + + + + @@ -953,6 +953,8 @@ export default { return; } this.bizDetailLoading = true; + this.bizQuery.page = null; + this.bizQuery.limit = null; this.bizQuery.orderIdFk = this.currentRow.billNo; getBizDetailList(this.bizQuery).then((res) => { this.bizDetailLoading = false;