From 8ce0b0bea8c73cbad07e260fab70fa5163108984 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 22 Aug 2022 18:37:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E5=8D=95=E6=8D=AE=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=88=86=E5=BA=93=E6=98=BE=E7=A4=BA=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 7 ++- public/打包设置.txt | 8 ++++ src/views/warehouse/IOSearchOrder.vue | 67 --------------------------- src/views/warehouse/IOWaitOrder.vue | 1 + 4 files changed, 12 insertions(+), 71 deletions(-) diff --git a/public/config.json b/public/config.json index 0ae8930..21fda1c 100644 --- a/public/config.json +++ b/public/config.json @@ -1,6 +1,5 @@ { - - "BASE_URL": "http://127.0.0.1:9906", - "SERVER_IP": "http://127.0.0.1:9906", - "hosp_name": "诏安县总医院(测试)" + "BASE_URL": "http://139.9.174.242:9150/SPMS_SERVER", + "SERVER_IP": "http://139.9.174.242:9150", + "hosp_name": "诏安县总医院" } diff --git a/public/打包设置.txt b/public/打包设置.txt index d8012cf..005a16e 100644 --- a/public/打包设置.txt +++ b/public/打包设置.txt @@ -21,3 +21,11 @@ "BASE_URL": "http://127.0.0.1:9906", "SERVER_IP": "http://127.0.0.1:9906", "hosp_name": "诏安县总医院(测试)" + + +{ + "BASE_URL": "http://139.9.174.242:9150/SPMS_SERVER", + "SERVER_IP": "http://139.9.174.242:9150", + "hosp_name": "诏安县总医院" +} + diff --git a/src/views/warehouse/IOSearchOrder.vue b/src/views/warehouse/IOSearchOrder.vue index 4ae3085..442f75a 100644 --- a/src/views/warehouse/IOSearchOrder.vue +++ b/src/views/warehouse/IOSearchOrder.vue @@ -80,7 +80,6 @@ 查询 - @@ -127,14 +126,6 @@ {{ scope.row.actDate }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -621,7 +555,6 @@ export default { .then((response) => { this.storageList = response.data || []; if (this.storageList.length > 0) { - this.filterQuery.locStorageCode = this.storageList[0].code; this.getSubInvList(); this.getList(); } diff --git a/src/views/warehouse/IOWaitOrder.vue b/src/views/warehouse/IOWaitOrder.vue index fa8771b..162b6c6 100644 --- a/src/views/warehouse/IOWaitOrder.vue +++ b/src/views/warehouse/IOWaitOrder.vue @@ -1010,6 +1010,7 @@ export default { .then((response) => { this.storageList = response.data || []; if (this.storageList.length > 0) { + this.getSubInvList(); this.getList(); } })