|
|
|
@ -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; |
|
|
|
|