|
|
|
@ -1087,43 +1087,43 @@ export default { |
|
|
|
fixed: '', |
|
|
|
columnWidth: 300 |
|
|
|
}, |
|
|
|
], |
|
|
|
columnSubDetailList2: [ |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 601002, |
|
|
|
serialNumber: '601002Table2ConsumptionItem', |
|
|
|
serialNumber: '601002Table2PrintUnit', |
|
|
|
tableId: '601002Table2', |
|
|
|
tableName: 'BOM子物料表', |
|
|
|
columnProp: 'consumptionItem', |
|
|
|
columnProp: 'printUnitName', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'center', |
|
|
|
columnLabel: '消耗项目', |
|
|
|
columnLabel: '物料单位', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 80 |
|
|
|
columnWidth: 60 |
|
|
|
}, |
|
|
|
], |
|
|
|
columnSubDetailList2: [ |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 601002, |
|
|
|
serialNumber: '601002Table2PrintUnit', |
|
|
|
serialNumber: '601002Table2ConsumptionItem', |
|
|
|
tableId: '601002Table2', |
|
|
|
tableName: 'BOM子物料表', |
|
|
|
columnProp: 'printUnitName', |
|
|
|
columnProp: 'consumptionItem', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'center', |
|
|
|
columnLabel: '物料单位', |
|
|
|
columnLabel: '消耗项目', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 60 |
|
|
|
columnWidth: 80 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
@ -1452,8 +1452,8 @@ export default { |
|
|
|
printUnitName: row.printUnitName, |
|
|
|
yieldRate: '', |
|
|
|
shrinkageFactor: row.shrinkageFactor, |
|
|
|
processUnit: '', |
|
|
|
processUnitName: '' |
|
|
|
processUnit: row.printUnit, |
|
|
|
processUnitName: row.printUnitName |
|
|
|
} |
|
|
|
this.detailData = { |
|
|
|
site: row.site, |
|
|
|
|