From 207e4a8e6f617974d8dce6c5e7b9d9aaf4902adb Mon Sep 17 00:00:00 2001 From: liangzhou <594755172@qq.com> Date: Fri, 2 Aug 2024 15:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/http/request.js | 2 +- src/layout/config.vue | 9 +++++++++ src/layout/goodsIn.vue | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/http/request.js b/src/http/request.js index 2489669..f9ee6bd 100644 --- a/src/http/request.js +++ b/src/http/request.js @@ -1,7 +1,7 @@ import axios from 'axios' const request = axios.create({ - baseURL: 'http://localhost:12315/wms', + baseURL: 'http://192.168.8.93:12315/wms', timeout: 5000 }) diff --git a/src/layout/config.vue b/src/layout/config.vue index 132a0b1..92e7309 100644 --- a/src/layout/config.vue +++ b/src/layout/config.vue @@ -34,6 +34,15 @@ + + + +
+ +
+
+
diff --git a/src/layout/goodsIn.vue b/src/layout/goodsIn.vue index 20b799f..54f2d06 100644 --- a/src/layout/goodsIn.vue +++ b/src/layout/goodsIn.vue @@ -149,6 +149,8 @@ export default { }) }, addTempTask() { + this.workFormEntity.vehicleId = this.workFormEntity.vehicleId.replace('€', '') + this.workFormEntity.goodsId = this.workFormEntity.goodsId.replace('€', '') if (this.workFormEntity.vehicleId != '' && this.workFormEntity.goodsId != '' && this.workFormEntity.goodsNum != null && this.workFormEntity.goodsNum > 0) { if (this.currentVehicleId != '' && this.currentVehicleId != this.workFormEntity.vehicleId) { ElMessage({