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;