diff --git a/src/utils/request.js b/src/utils/request.js index ca0340f5..dcdec3af 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -23,7 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx` export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx` const service = axios.create({ - baseURL: `http://localhost:8005/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.0.106:8005/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/Inventory/InventoryCheck/index.vue b/src/views/Inventory/InventoryCheck/index.vue index d612721c..931821e2 100644 --- a/src/views/Inventory/InventoryCheck/index.vue +++ b/src/views/Inventory/InventoryCheck/index.vue @@ -42,17 +42,17 @@ - + - + - + @@ -72,7 +72,7 @@ {{ scope.row.货位名称 }} - + - - -

领料单明细:{{ pickingListNumberShow }}

-
- + + 备料确认 领料确认 -
+
+ + +

领料单明细:{{ pickingListNumberShow }}

+
+
@@ -100,7 +102,7 @@ {{ scope.row.出库数量 }} - + @@ -117,9 +119,9 @@ 未确认 - + @@ -185,7 +187,7 @@ - + @@ -236,7 +238,7 @@
- + @@ -251,7 +253,7 @@
- + @@ -266,7 +268,7 @@ - + @@ -823,14 +825,11 @@ export default {