From 3cbf03dda40d646aef39a2e8c8a13c912a93b132 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 31 Jul 2026 15:06:44 +0800 Subject: [PATCH] =?UTF-8?q?2026-07-30=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yieldReport/com_produce_report_normal.vue | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index 1859183..34121da 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -1880,6 +1880,24 @@ export default { status: true, fixed: false }, + { + userId: this.$store.state.user.name, + functionId: 5303, + serialNumber: '5303BomIssueMethod', + tableId: "5303Bom", + tableName: "工单bom", + columnProp: "issueMethod", + headerAlign: "center", + align: "center", + columnLabel: "发料方式", + columnWidth: 100, + columnHidden: false, + columnImage: false, + columnSortable: true, + sortLv: 0, + status: true, + fixed: false + }, { userId: this.$store.state.user.name, functionId: 5303, @@ -4499,7 +4517,8 @@ export default { documentType: this.materialRecordSearch.documentType, rollNo: this.materialRecordSearch.rollNo, status: this.materialRecordSearch.status, - consumedFlag: this.materialRecordSearch.consumedFlag + consumedFlag: this.materialRecordSearch.consumedFlag, + itemNo: this.currentRowForMaterialRecord.itemNo }; getMaterialRecordList(params).then(({data}) => { this.materialRecordLoading = false;