diff --git a/src/api/ManufacturingCenter/GroupMatching.js b/src/api/ManufacturingCenter/GroupMatching.js index a99a4220..80900b5b 100644 --- a/src/api/ManufacturingCenter/GroupMatching.js +++ b/src/api/ManufacturingCenter/GroupMatching.js @@ -68,3 +68,14 @@ export function searchTable1(check, entryNameValue, check1, machine, check2, gro } }) } +export function processingStatus(num) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '车间生产管理_成组配套加工进度_查询数据', + param: '工艺计划流水号=' + num + } + }) +} diff --git a/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue b/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue index ba3f9445..4ac6d238 100644 --- a/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue +++ b/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue @@ -36,7 +36,8 @@ v-loading="listLoading2" :data="tableData2" style="width: 100%;max-height: 400px;" - height="400" + size="mini" + height="300" highlight-current-row border @row-click="searchSpareParts"> @@ -97,7 +98,8 @@ v-loading="listLoading" :data="tableData" style="width: 100%;max-height: 400px;" - height="400" + size="mini" + height="300" highlight-current-row border @row-click="searchProcedure"> @@ -153,7 +155,8 @@ v-loading="listLoading1" :data="tableData1" style="width: 100%;max-height: 400px;" - height="400" + size="mini" + height="300" highlight-current-row border> @@ -361,7 +364,6 @@ export default { this.check3 = 0 } searchTable(this.entryNameValue, this.machineValue, this.check2, this.GroupNumValue, this.check3, this.PartDrawingNumber, this.pageCurrent, this.pageSize).then(response => { - console.log(response) this.tableData = response.data.rows this.total = response.data.total this.listLoading = false diff --git a/src/views/ManufacturingCenter/GroupMatching/index.vue b/src/views/ManufacturingCenter/GroupMatching/index.vue index 2b57204b..e8943e1f 100644 --- a/src/views/ManufacturingCenter/GroupMatching/index.vue +++ b/src/views/ManufacturingCenter/GroupMatching/index.vue @@ -91,6 +91,11 @@ {{ scope.row.入库时间 }} + + +
提交
+ + + + + + + + + + + + + + + + + + + +