From 386287656fd52f39d2e391cbb1a6909f3e983111 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 8 Sep 2022 17:08:17 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 7 +++---- public/打包设置.txt | 12 ++++++------ src/views/basic/UdiInfoManage.vue | 2 ++ src/views/basic/invWarehouse.vue | 2 +- src/views/thrsys/ThrProducts.vue | 1 + src/views/thrsys/ThrProductsAdd.vue | 1 + src/views/warehouse/addHosOrder.vue | 4 ++-- src/views/warehouse/addOrder.vue | 4 ++-- 8 files changed, 18 insertions(+), 15 deletions(-) diff --git a/public/config.json b/public/config.json index 04b2772..3d77e04 100644 --- a/public/config.json +++ b/public/config.json @@ -1,7 +1,6 @@ { - "BASE_URL": "http://192.168.0.109:9906", - "SERVER_IP": "http://192.168.0.109:9906", - "hosp_name": "诏安县总医院(测试)" - + "BASE_URL": "http://192.168.1.13:9906", + "SERVER_IP": "http://192.168.1.13:9906", + "hosp_name": "福建省XX市医院" } diff --git a/public/打包设置.txt b/public/打包设置.txt index 3ae0910..9a7db7f 100644 --- a/public/打包设置.txt +++ b/public/打包设置.txt @@ -3,25 +3,25 @@ "BASE_URL": "http://192.168.0.66:8500/SPMS_SERVER", "SERVER_IP": "http://192.168.0.66:8500/SPMS_SERVER", - "hosp_name": "诏安县总医院(测试)" + "hosp_name": "福建省XX市医院" 文明东: - "BASE_URL": "http://192.168.0.66:8500/SPMS_SERVER", - "SERVER_IP": "http://192.168.0.66:8500/SPMS_SERVER", - "hosp_name": "诏安县总医院(测试)" + "BASE_URL": "http://192.168.0.66:8501/SPMS_SERVER", + "SERVER_IP": "http://192.168.0.66:8501/SPMS_SERVER", + "hosp_name": "福建省XX市医院" "BASE_URL": "http://192.168.0.109:9906", "SERVER_IP": "http://192.168.0.109:9906", - "hosp_name": "诏安县总医院(测试)" + "hosp_name": "福建省XX市医院" "BASE_URL": "http://127.0.0.1:9906", "SERVER_IP": "http://127.0.0.1:9906", - "hosp_name": "诏安县总医院(测试)" + "hosp_name": "福建省XX市医院" { diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue index da2daf8..5e85611 100644 --- a/src/views/basic/UdiInfoManage.vue +++ b/src/views/basic/UdiInfoManage.vue @@ -893,6 +893,7 @@ export default { addType: 1, thrPiId: null, filterType: null, + diType: 1 }, productType: null, editQuery: null, @@ -960,6 +961,7 @@ export default { page: 1, limit: 20, addType: 1, + diType: 1 }; this.getList(); }, diff --git a/src/views/basic/invWarehouse.vue b/src/views/basic/invWarehouse.vue index 2d5dd33..63f6ab8 100644 --- a/src/views/basic/invWarehouse.vue +++ b/src/views/basic/invWarehouse.vue @@ -1336,7 +1336,7 @@ export default { } getHospitalUserList(this.hospitalUserQuery).then((res) => { this.selectUserList = []; - this.userList = res.data.list; + this.userList = res.data; this.hospitalUserTotal = res.data.total; var that = this; that.$nextTick(() => { diff --git a/src/views/thrsys/ThrProducts.vue b/src/views/thrsys/ThrProducts.vue index d4bd40a..bee050a 100644 --- a/src/views/thrsys/ThrProducts.vue +++ b/src/views/thrsys/ThrProducts.vue @@ -180,6 +180,7 @@ export default { ybbm: null, tyshxydm: null, qxlb: null, + cplx:null, cpms: null }, configParms: {}, diff --git a/src/views/thrsys/ThrProductsAdd.vue b/src/views/thrsys/ThrProductsAdd.vue index c7c3d40..4175165 100644 --- a/src/views/thrsys/ThrProductsAdd.vue +++ b/src/views/thrsys/ThrProductsAdd.vue @@ -321,6 +321,7 @@ export default { ybbm: null, tyshxydm: null, qxlb: null, + cplx:null, cpms: null, thirdSys: null, cpdls: null diff --git a/src/views/warehouse/addHosOrder.vue b/src/views/warehouse/addHosOrder.vue index ae9e08e..463240f 100644 --- a/src/views/warehouse/addHosOrder.vue +++ b/src/views/warehouse/addHosOrder.vue @@ -673,8 +673,8 @@ export default { this.originCode = this.formData.code; } else if (response.code == 501) { this.checkSuccess = false; - this.formData.code = response.data; - this.originCode = this.formData.code; + // this.formData.code = response.data; + // this.originCode = this.formData.code; this.$message.error(response.message); } else if (response.code == 503) { this.checkSuccess = false; diff --git a/src/views/warehouse/addOrder.vue b/src/views/warehouse/addOrder.vue index 2bee96f..55c00d8 100644 --- a/src/views/warehouse/addOrder.vue +++ b/src/views/warehouse/addOrder.vue @@ -529,8 +529,8 @@ export default { this.originCode = this.formData.code; } else if (response.code == 501) { this.checkSuccess = false; - this.formData.code = response.data; - this.originCode = this.formData.code; + // this.formData.code = response.data; + // this.originCode = this.formData.code; this.$message.error(response.message); } else if (response.code == 503) { this.checkSuccess = false;