From 0edd6db0c3a728cb1d20fcc66ae015421bdbff1d Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Thu, 10 Oct 2019 16:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E4=BB=B6=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 1 + .../Inventory/OfflinePartsStorage/index.vue | 369 ++++++++++++++++++ .../Inventory/PurchasePartsStorage/index.vue | 262 +++++++------ 3 files changed, 511 insertions(+), 121 deletions(-) create mode 100644 src/views/Inventory/OfflinePartsStorage/index.vue diff --git a/src/utils/request.js b/src/utils/request.js index 0965402e..7af4f8a5 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -16,6 +16,7 @@ export const uploadInvoiceScan1 = `http://192.168.1.231:8411/submit/uploadInvoic export const download = `http://192.168.1.231:8411/submit/downloadFile.ashx` // ContractInformationManagement export const uploadPerson = `http://192.168.1.231:8411/submit/uploadPerson.ashx` export const uploadOP = `http://192.168.1.231:8411/submit/uploadOP.ashx` +export const url = `http://192.168.0.110:8005/submit/MESCommonBase.ashx` // 采购件入库、离线件入库 // 技术中心程序发布时要更改下面所有的IP到0段 export const ServerIP = `http://192.168.1.231:8411/webpage/file/` diff --git a/src/views/Inventory/OfflinePartsStorage/index.vue b/src/views/Inventory/OfflinePartsStorage/index.vue new file mode 100644 index 00000000..28c6e7a9 --- /dev/null +++ b/src/views/Inventory/OfflinePartsStorage/index.vue @@ -0,0 +1,369 @@ + + + + + diff --git a/src/views/Inventory/PurchasePartsStorage/index.vue b/src/views/Inventory/PurchasePartsStorage/index.vue index 6458505e..76d2da44 100644 --- a/src/views/Inventory/PurchasePartsStorage/index.vue +++ b/src/views/Inventory/PurchasePartsStorage/index.vue @@ -1,141 +1,159 @@