From c90acc6a851bcf12c12632f9bc78b3854eaf5b3a Mon Sep 17 00:00:00 2001 From: caoxinyu Date: Wed, 25 Sep 2019 16:15:30 +0800 Subject: [PATCH 1/2] sdd --- src/utils/request.js | 2 +- src/views/Inventory/InventoryCheck/index.vue | 66 +++---- .../Inventory/InventoryManagement/index.vue | 10 +- src/views/Inventory/OfflinePartOut/index.vue | 4 +- .../Inventory/PurchaseInRecord/index.vue | 4 +- .../Inventory/PurchaseOutRecord/index.vue | 2 +- .../CreatePreparationBill/index.vue | 4 +- .../MaterialArrivalManagement/index.vue | 2 +- .../ManufacturingCenter/ParseQuery/index.vue | 186 +++++++++++------- .../PurchasingCenter/ArrivalEnquiry/index.vue | 1 + .../ImportChangeParts/specificationData1.vue | 4 +- .../TechnologyCenter/ImportParts/index.vue | 4 +- .../ImportParts/specificationData.vue | 4 +- 13 files changed, 164 insertions(+), 129 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index f61bf8ab..b6dbd859 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://192.168.1.231:8411/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.0.101:8411/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) export default service diff --git a/src/views/Inventory/InventoryCheck/index.vue b/src/views/Inventory/InventoryCheck/index.vue index d31cc62e..6a831d73 100644 --- a/src/views/Inventory/InventoryCheck/index.vue +++ b/src/views/Inventory/InventoryCheck/index.vue @@ -3,45 +3,35 @@
- - 物料名称: - - - - 物料规格: - - - - 物料型号: - - - - 仓库名称: - - - - - - 货位名称: - - - - - - 查询 - 新增 - + 物料名称: + + 物料规格: + + 物料型号: + + 仓库名称: + + + + + + 货位名称: + + + + 查询 + 新增
- +