diff --git a/src/api/ManufacturingCenter/GroupMatching.js b/src/api/ManufacturingCenter/GroupMatching.js index a1a30ad5..a99a4220 100644 --- a/src/api/ManufacturingCenter/GroupMatching.js +++ b/src/api/ManufacturingCenter/GroupMatching.js @@ -56,3 +56,15 @@ export function searchPurchaseTable(check, entryNameValue, check1, machine, chec } }) } +export function searchTable1(check, entryNameValue, check1, machine, check2, groupNum, check3, year, check4, month, check5, time, pageCurrent, pageSize) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '库存管理_车间采购出库_零件查询', + param: '项目流水号_check=' + check + '=int&项目流水号=' + entryNameValue + '=int&机床流水号_check=' + check1 + '=int&机床流水号=' + machine + '=int&组件流水号_check=' + check2 + '=int&组件流水号=' + groupNum + '=int&年_check=' + check3 + '=int&年=' + year + '=string&月_check=' + check4 + '=int&月=' + month + '=int&入库时间_check=' + check5 + '=int&入库时间=' + time + '=string', + pagination: pageCurrent + '&' + pageSize + } + }) +} diff --git a/src/api/ManufacturingCenter/WorkshopEquipmentManagement.js b/src/api/ManufacturingCenter/WorkshopEquipmentManagement.js index 3d4cfda6..d24ecf3d 100644 --- a/src/api/ManufacturingCenter/WorkshopEquipmentManagement.js +++ b/src/api/ManufacturingCenter/WorkshopEquipmentManagement.js @@ -6,7 +6,7 @@ export function getData(check, equipmentName, pageCurrent, pageSize) { method: 'post', data: { type: '1', - name: '设备管理_设备加工能力_查询数据_设备维护', + name: '设备管理_设备加工能力_查询数据_设备维护NEW', param: '设备名称_check=' + check + '=int&设备名称=' + equipmentName, pagination: pageCurrent + '&' + pageSize } diff --git a/src/views/Inventory/InventoryCheck/index.vue b/src/views/Inventory/InventoryCheck/index.vue index 80325396..5a3bd0a6 100644 --- a/src/views/Inventory/InventoryCheck/index.vue +++ b/src/views/Inventory/InventoryCheck/index.vue @@ -1,12 +1,12 @@ - + + @change="BasicShow()"> 基本件 通用件 @@ -34,7 +34,7 @@ :label="item.label" :value="item.value"/> - 基本件查询 + 基本件查询 - - 外购件 - 标准件 - 项目名称: - - - - 机床图号: - - - - 组号: - - - - 通用件查询 - - - - - - - {{ scope.row.项目名称 }} - - - - - {{ scope.row.机床图号 }} - - - - - {{ scope.row.组号 }} - - - - - {{ scope.row.零件名称 }} - - - - - {{ scope.row.可出库数量 }} - - - - - {{ scope.row.零件类型名称 }} - - - - - 选择 - - - - - - - - - - - - - {{ scope.row.实际到货数量 }} - - - - - {{ scope.row.入库人员 }} - - - - - {{ scope.row.到货时间 ? scope.row.到货时间.split(' ')[0] : '' }} - - - - - - - - {{ scope.row.出库数量 }} - - - - - {{ scope.row.出库时间 }} - - - - - {{ scope.row.领用者 }} - - - - + + + + 基本件 + 通用件 + + 项目名称: + + + + 机床图号: + + + + 组号: + + + + 通用件查询 + + + + + + + {{ scope.row.项目名称 }} + + + + + {{ scope.row.机床图号 }} + + + + + {{ scope.row.组号 }} + + + + + {{ scope.row.零件名称 }} + + + + + {{ scope.row.可出库数量 }} + + + + + {{ scope.row.零件类型名称 }} + + + + + 选择 + + + + + + + + + + + + + {{ scope.row.实际到货数量 }} + + + + + {{ scope.row.入库人员 }} + + + + + {{ scope.row.到货时间 ? scope.row.到货时间.split(' ')[0] : '' }} + + + + + + + + {{ scope.row.出库数量 }} + + + + + {{ scope.row.出库时间 }} + + + + + {{ scope.row.领用者 }} + + + - + + + 外购件 + 标准件 + 项目名称: 外购件查询 - + - + - + + + 外购件 + 标准件 + 项目名称: 标准件查询 - + 确 定 - + - - 基本件 - 外购件 + + + 基本件 + 外购件 + 项目名称: 车间采购基本件查询 - - - - - {{ scope.row.物料名称 }} - - - - - {{ scope.row.物料规格 }} - - - - - {{ scope.row.物料型号 }} - - - - - {{ scope.row.项目名称 }} - - - - - {{ scope.row.机床图号 }} - - - - - {{ scope.row.组号 }} - - - - - {{ scope.row.数量 }} - - - - - {{ scope.row.货位存量 }} - - - - - {{ scope.row.待出库数量 }} - - - - - {{ scope.row.类型名称 }} - - - - - 选择 - - - - - - - + + + + + + {{ scope.row.物料名称 }} + + + + + {{ scope.row.物料规格 }} + + + + + {{ scope.row.物料型号 }} + + + + + {{ scope.row.项目名称 }} + + + + + {{ scope.row.机床图号 }} + + + + + {{ scope.row.组号 }} + + + + + {{ scope.row.货位存量 }} + + + + + {{ scope.row.类型名称 }} + + + + + 选择 + + + + + + + + - + + + 基本件 + 外购件 + 项目名称: 车间采购外购件查询 - - - - - {{ scope.row.物料名称 }} - - - - - {{ scope.row.物料规格 }} - - - - - {{ scope.row.物料型号 }} - - - - - {{ scope.row.项目名称 }} - - - - - {{ scope.row.机床图号 }} - - - - - {{ scope.row.组号 }} - - - - - {{ scope.row.数量 }} - - - - - {{ scope.row.货位存量 }} - - - - - {{ scope.row.待出库数量 }} - - - - - {{ scope.row.类型名称 }} - - - - - 选择 - - - - - - - + + + + + + {{ scope.row.物料名称 }} + + + + + {{ scope.row.物料规格 }} + + + + + {{ scope.row.物料型号 }} + + + + + {{ scope.row.项目名称 }} + + + + + {{ scope.row.机床图号 }} + + + + + {{ scope.row.组号 }} + + + + + {{ scope.row.货位存量 }} + + + + + {{ scope.row.类型名称 }} + + + + + 选择 + + + + + + + + + @size-change="handleSizeChange4" + @current-change="handleCurrentChange4"/> + + + + + + + + + {{ scope.row.物料名称 }} + + + + + {{ scope.row.物料规格 }} + + + + + {{ scope.row.物料型号 }} + + + + + {{ scope.row.项目名称 }} + + + + + {{ scope.row.机床图号 }} + + + + + {{ scope.row.组号 }} + + + + + {{ scope.row.货位存量 }} + + + + + {{ scope.row.类型名称 }} + + + + + {{ scope.row.入库时间 }} + + + + + @@ -273,7 +343,7 @@