From ac440f57d921e304e71abcf5878565de9f4a782b Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Sun, 22 Sep 2019 10:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 2 +- src/views/Inventory/InventoryCheck/index.vue | 8 ++--- .../Inventory/InventoryManagement/index.vue | 18 +++++----- src/views/Inventory/MaterialOut/index.vue | 33 +++++++++---------- src/views/Inventory/OfflinePartOut/index.vue | 14 ++++---- .../Inventory/PurchaseInRecord/index.vue | 24 +++++++------- .../Inventory/PurchaseOutRecord/index.vue | 12 +++---- .../BacklogGoodsPrepare/index.vue | 2 +- 8 files changed, 57 insertions(+), 56 deletions(-) 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 {