diff --git a/.env.production b/.env.production index 216b6b6..ea72101 100644 --- a/.env.production +++ b/.env.production @@ -6,7 +6,7 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/' #林纪裕 -VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/' +# VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/' # 吴总测试服务器 # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_SPMS_SERVER/' @@ -15,7 +15,7 @@ VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/' # 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/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/' diff --git a/src/views/inout/DialogReviewOrder.vue b/src/views/inout/DialogReviewOrder.vue index 0bf27a0..058090c 100644 --- a/src/views/inout/DialogReviewOrder.vue +++ b/src/views/inout/DialogReviewOrder.vue @@ -250,9 +250,7 @@ export default { orderDetailEntities: this.detailList, code: this.udiCode, } - if (event == null) { - } else event.target.select(); - this.$refs.inputRef.select(); + acceptAddCode(postQuery) .then((response) => { @@ -272,6 +270,9 @@ export default { }); } else { this.$message.success("匹配成功!"); + if (event == null) { + } else event.target.select(); + this.$refs.inputRef.select(); } } else {