From f4f62e453f0694e1e36bc7f8cbd1f46256801129 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Fri, 14 Jul 2023 17:08:36 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index f54ba371..13382a18 100644 --- a/.env.production +++ b/.env.production @@ -37,7 +37,7 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://192.168.240.119:9150/UDI_WMS_MC/' # 片仔癀诊断 -# VUE_APP_BASE_API = 'http://192.168.0.100:9160/UDI_WMS_MC/' + VUE_APP_BASE_API = 'http://192.168.0.100:9160/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/ From 4da4cc0ed4ba854dda54fbcc3a9bfb0f072a5fff Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 17 Jul 2023 09:14:44 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/inout/DialogSelectProduct.vue | 2 +- .../api/BasicThirdSysDetailModify.vue | 50 ++++++++++++------- 3 files changed, 34 insertions(+), 20 deletions(-) diff --git a/.env.development b/.env.development index c29652c7..6289c6fa 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = UDI管理系统 ENV = 'development' # 开发环境 -VUE_APP_BASE_API = 'http://192.168.0.166:9991' +VUE_APP_BASE_API = 'http://127.0.0.1:9991' VUE_APP_SYNC_API ="http://192.168.0.166:10001" diff --git a/src/views/inout/DialogSelectProduct.vue b/src/views/inout/DialogSelectProduct.vue index af02dc4f..22defdc1 100644 --- a/src/views/inout/DialogSelectProduct.vue +++ b/src/views/inout/DialogSelectProduct.vue @@ -282,7 +282,7 @@ export default { return; } let str = this.currentRow.zczbhhzbapzbh; - if (str.search(",") != -1) { + if (this.str.search(",") != -1) { this.currentCert = null; this.certList = str.split(','); this.dialogFormVisible = true; diff --git a/src/views/thirdSys/api/BasicThirdSysDetailModify.vue b/src/views/thirdSys/api/BasicThirdSysDetailModify.vue index 6f8a2cc0..962d6944 100644 --- a/src/views/thirdSys/api/BasicThirdSysDetailModify.vue +++ b/src/views/thirdSys/api/BasicThirdSysDetailModify.vue @@ -6,7 +6,7 @@
- 接口实时获取 + 接口实时获取 接口方式 第三方上传缓存 文件方式 @@ -20,33 +20,33 @@ - + - + - + + + + + + + + + - + From 6fa583a08855787f44686fa068d1d9e98dbd566a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Mon, 17 Jul 2023 16:31:55 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E5=A4=87=E6=B3=A8=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCreateOrderSelect.vue | 12 ++++++++++++ src/views/inout/InvoiceRegByOrder.vue | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/inout/DialogCreateOrderSelect.vue b/src/views/inout/DialogCreateOrderSelect.vue index e9771cd2..a68faaab 100644 --- a/src/views/inout/DialogCreateOrderSelect.vue +++ b/src/views/inout/DialogCreateOrderSelect.vue @@ -55,6 +55,18 @@ + + + + + + +
diff --git a/src/views/inout/InvoiceRegByOrder.vue b/src/views/inout/InvoiceRegByOrder.vue index 994f6a45..b83cb418 100644 --- a/src/views/inout/InvoiceRegByOrder.vue +++ b/src/views/inout/InvoiceRegByOrder.vue @@ -185,7 +185,7 @@ - +