From 7aab3de7d31b3e9d080b29a80148584965c66f1c Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 8 Mar 2023 08:56:37 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/views/inout/PanelCreateOrderBizDetail.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 75eb363f..929ed46d 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ VUE_APP_TITLE = UDI管理系统 # 生产环境配置 ENV = 'production' # VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/' -VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://116.204.116.198:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.55:9150/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/' diff --git a/src/views/inout/PanelCreateOrderBizDetail.vue b/src/views/inout/PanelCreateOrderBizDetail.vue index 12a8dd46..3a7cfe04 100644 --- a/src/views/inout/PanelCreateOrderBizDetail.vue +++ b/src/views/inout/PanelCreateOrderBizDetail.vue @@ -311,6 +311,8 @@ export default { rowChange(val) { this.currentRow = val; + if (this.currentRow.batchNo == '') + this.currentRow.batchNo = null; this.selectedIndex = val.index; },