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({