From 3b459e2134e3bec57acc2b3a5cb7fb5e5b9d6528 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 13 Jul 2023 09:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E8=AF=81=E5=8F=B7=E5=8F=AF?= =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- src/views/basic/locUdi/UdiInfoDb.vue | 1 - src/views/inout/DialogSelectProduct.vue | 7 +++++-- src/views/inout/PanelCreateOrderBizDetail.vue | 6 ++++++ 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.env.production b/.env.production index 0ec3f0e..81b3bb8 100644 --- a/.env.production +++ b/.env.production @@ -17,13 +17,13 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://121.204.169.96:9150/UDI_SPMS_SERVER/' # 文明懂 -VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' +# VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' # 刘恩典 # VUE_APP_BASE_API = 'http://192.168.0.54:9150/UDI_SPMS_SERVER/' # 漳州中医院 -# VUE_APP_BASE_API = 'http://116.204.116.198:9150/UDI_SPMS_SERVER/' +VUE_APP_BASE_API = 'http://116.204.116.198:9150/UDI_SPMS_SERVER/' # 应用访问路径 例如使用前缀 /admin/ diff --git a/src/views/basic/locUdi/UdiInfoDb.vue b/src/views/basic/locUdi/UdiInfoDb.vue index b803483..5e02106 100644 --- a/src/views/basic/locUdi/UdiInfoDb.vue +++ b/src/views/basic/locUdi/UdiInfoDb.vue @@ -9,7 +9,6 @@ diff --git a/src/views/inout/DialogSelectProduct.vue b/src/views/inout/DialogSelectProduct.vue index bc144f9..5856c65 100644 --- a/src/views/inout/DialogSelectProduct.vue +++ b/src/views/inout/DialogSelectProduct.vue @@ -140,7 +140,10 @@ - {{ item }} + {{ + item + }} + @@ -282,7 +285,7 @@ export default { return; } let str = this.currentRow.zczbhhzbapzbh; - if (str.search(",") != -1) { + if (this.$isNotBlank(str) && str.search(",") != -1) { this.currentCert = null; this.certList = str.split(','); this.dialogFormVisible = true; diff --git a/src/views/inout/PanelCreateOrderBizDetail.vue b/src/views/inout/PanelCreateOrderBizDetail.vue index 0e4c5f2..9ae034c 100644 --- a/src/views/inout/PanelCreateOrderBizDetail.vue +++ b/src/views/inout/PanelCreateOrderBizDetail.vue @@ -97,6 +97,12 @@ prop="certCode" show-overflow-tooltip > +