Browse Source

2026-07-30

优化
master
fengyuan_yang 20 hours ago
parent
commit
3cbf03dda4
  1. 21
      src/views/modules/yieldReport/com_produce_report_normal.vue

21
src/views/modules/yieldReport/com_produce_report_normal.vue

@ -1880,6 +1880,24 @@ export default {
status: true, status: true,
fixed: false 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, userId: this.$store.state.user.name,
functionId: 5303, functionId: 5303,
@ -4499,7 +4517,8 @@ export default {
documentType: this.materialRecordSearch.documentType, documentType: this.materialRecordSearch.documentType,
rollNo: this.materialRecordSearch.rollNo, rollNo: this.materialRecordSearch.rollNo,
status: this.materialRecordSearch.status, status: this.materialRecordSearch.status,
consumedFlag: this.materialRecordSearch.consumedFlag
consumedFlag: this.materialRecordSearch.consumedFlag,
itemNo: this.currentRowForMaterialRecord.itemNo
}; };
getMaterialRecordList(params).then(({data}) => { getMaterialRecordList(params).then(({data}) => {
this.materialRecordLoading = false; this.materialRecordLoading = false;

Loading…
Cancel
Save