From 6a042c61bc616fe48cfdd2d02c04cba2d21c0494 Mon Sep 17 00:00:00 2001 From: liushuai Date: Thu, 7 May 2020 18:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/Inventory/PurchaseInRecord.js | 16 +- src/api/ManufacturingCenter/PartAssignment.js | 17 +- src/views/Inventory/InventoryCheck/index.vue | 12 +- .../Inventory/OfflinePartsStorage/index.vue | 29 +- .../Inventory/PurchaseInRecord/index.vue | 54 ++- .../Inventory/PurchaseOutRecord/index.vue | 14 +- .../Inventory/PurchasePartsStorage/index.vue | 9 +- .../PartAssignment/index.vue | 54 ++- .../CreateInquirySheet/index.vue | 334 +++++++++++------- .../OfflineContract/index.vue | 42 ++- .../PurchaseTaskAllocate/index.vue | 25 +- 11 files changed, 403 insertions(+), 203 deletions(-) diff --git a/src/api/Inventory/PurchaseInRecord.js b/src/api/Inventory/PurchaseInRecord.js index fdd302a6..66060cda 100644 --- a/src/api/Inventory/PurchaseInRecord.js +++ b/src/api/Inventory/PurchaseInRecord.js @@ -30,7 +30,7 @@ export function searchGroup(num) { }) } // 查询采购件入库记录 -export function searchRecord1(check1, project, check2, machine, check3, group, check4, name, check5, spec, check6, model, check7, time1, time2, pageCurrent, pageSize) { +export function searchRecord1(check1, project, check2, machine, check3, group, check4, name, check5, spec, check6, model, check7, time1, time2, check8, supplierValue, pageCurrent, pageSize) { return request({ url: '', method: 'post', @@ -44,3 +44,17 @@ export function searchRecord1(check1, project, check2, machine, check3, group, c } }) } +// 查询供应商 +export function searchSupplier(check1, value1, check2, value2, check3, value3, check4, value4, check5, value5, check6, value6, check7, value7, check8, value8, check9, value9, check10, value10, check11, value11, check12, value12) { + return request({ + url: '', + method: 'post', + data: { + UserID: state.state.user.id, + ModularID: router.currentRoute.path, + type: '1', + name: '采购管理_供应商_查询数据_根据条件', + param: '供应商名称_check=' + check1 + '&供应商名称=' + value1 + '&企业性质_check=' + check2 + '&企业性质=' + value2 + '&创立日期_check=' + check3 + '&创立日期=' + value3 + '&注册资本_check=' + check4 + '&注册资本=' + value4 + '&税号_check=' + check5 + '&税号=' + value5 + '&电子信箱_check=' + check6 + '&电子信箱=' + value6 + '&地址_check=' + check7 + '&地址=' + value7 + '&帐号_check=' + check8 + '&帐号=' + value8 + '&开户行_check=' + check9 + '&开户行=' + value9 + '&电话号码_check=' + check10 + '&电话号码=' + value10 + '&传真_check=' + check11 + '&传真=' + value11 + '&货期_check=' + check12 + '&货期=' + value12 + } + }) +} diff --git a/src/api/ManufacturingCenter/PartAssignment.js b/src/api/ManufacturingCenter/PartAssignment.js index 903a8235..11252bb6 100644 --- a/src/api/ManufacturingCenter/PartAssignment.js +++ b/src/api/ManufacturingCenter/PartAssignment.js @@ -57,7 +57,7 @@ export function searchTable(machineNumberValue, check2, groupNumberValue, check3 } }) } -export function searchPart(num) { +export function searchPart(num, num1) { return request({ url: '', method: 'post', @@ -66,7 +66,7 @@ export function searchPart(num) { ModularID: router.currentRoute.path, type: '1', name: 'PDM_零件明细表_基本件_查询数据', - param: '组件流水号=' + num + param: '组件流水号=' + num + '&是否启用=' + num1 } }) } @@ -407,3 +407,16 @@ export function searchBillNumber(num) { } }) } +export function inPart(num) { + return request({ + url: '', + method: 'post', + data: { + UserID: state.state.user.id, + ModularID: router.currentRoute.path, + type: '2', + name: '零件分配_解除禁用', + param: '基本件流水号=' + num + } + }) +} diff --git a/src/views/Inventory/InventoryCheck/index.vue b/src/views/Inventory/InventoryCheck/index.vue index b3205d1e..7c7449fd 100644 --- a/src/views/Inventory/InventoryCheck/index.vue +++ b/src/views/Inventory/InventoryCheck/index.vue @@ -112,22 +112,22 @@ - + - + - + - + @@ -144,7 +144,7 @@ @current-change="handleCurrentChange01"/>
- + 仓库: - + 货位: 查询明细 - + + +
+ 共{{ totallength }}条信息,选择{{ length }}条 +
仓库名称:
- + - + + + + + + + + - + - + + + + + + + + + + - + @@ -97,7 +119,7 @@