From 7cea8707a869a1474a3fd4deede8f9ad28592288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Thu, 13 Jul 2023 14:40:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BE=85=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E5=8D=95=E6=8D=AE=E8=80=97=E6=9D=90=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCreateOrder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index 10349d2a..2e0c56cf 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -1048,6 +1048,7 @@ export default { ); tQuery.code = this.codeFormData.code; tQuery.orderType = this.viewType; + debugger this.addCodeSubmit(tQuery); this.$refs.inputRef.select(); }, @@ -1462,7 +1463,6 @@ export default { this.corpOrderIdDisabled = true; this.orderFormData = this.orderQuery; this.actionEnable = true; - this.orderFormData.fromCorp=this.orderFormData.fromCorpName; if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) { this.checkPreInArray = this.orderFormData.split(","); } From a94dbff11e43df0a6ce05d792e243dd64cca73d9 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 13 Jul 2023 15:08:12 +0800 Subject: [PATCH 2/2] =?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 +- .env.production | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index d6a9fa2a..c36d00d3 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.43: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 b6b3ef2b..8dd33959 100644 --- a/.env.production +++ b/.env.production @@ -17,7 +17,7 @@ ENV = 'production' # 林淑波 -VUE_APP_BASE_API = 'http://192.168.0.231:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.0.231:9150/UDI_WMS_MC/' # 文明东1 # VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/' @@ -28,16 +28,18 @@ VUE_APP_BASE_API = 'http://192.168.0.231:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.54:9150/UDI_WMS_MC/' # 平潭正式 -VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' # 吴总测试服务器 # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' # 漳州中医院 -# VUE_APP_BASE_API = 'http://192.168.240.119:9150/UDI_WMS_MC/' +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/' +# 协调平台测试(片仔癀诊断) +# VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/