|
|
|
@ -442,10 +442,10 @@ export default { |
|
|
|
},{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 5011, |
|
|
|
serialNumber: '5011Table5MachineCost', |
|
|
|
serialNumber: '5011Table5TotalMachCost', |
|
|
|
tableId: "5011Table5", |
|
|
|
tableName: "报价工艺信息", |
|
|
|
columnProp: 'machineCost', |
|
|
|
columnProp: 'totalMachCost', |
|
|
|
headerAlign: "center", |
|
|
|
align: "right", |
|
|
|
columnLabel: '单位机器成本', |
|
|
|
@ -459,10 +459,10 @@ export default { |
|
|
|
},{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 5011, |
|
|
|
serialNumber: '5011Table5MachineCost', |
|
|
|
serialNumber: '5011Table5TotalManCost', |
|
|
|
tableId: "5011Table5", |
|
|
|
tableName: "报价工艺信息", |
|
|
|
columnProp: 'unitManufacturingCosts', |
|
|
|
columnProp: 'totalManCost', |
|
|
|
headerAlign: "center", |
|
|
|
align: "right", |
|
|
|
columnLabel: '单位制造成本', |
|
|
|
@ -476,10 +476,10 @@ export default { |
|
|
|
},{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 5011, |
|
|
|
serialNumber: '5011Table5LaborCosts', |
|
|
|
serialNumber: '5011Table5TotalLaborCost', |
|
|
|
tableId: "5011Table5", |
|
|
|
tableName: "报价工艺信息", |
|
|
|
columnProp: 'laborCosts', |
|
|
|
columnProp: 'totalLaborCost', |
|
|
|
headerAlign: "center", |
|
|
|
align: "right", |
|
|
|
columnLabel: '单位人工成本', |
|
|
|
@ -493,10 +493,10 @@ export default { |
|
|
|
},{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 5011, |
|
|
|
serialNumber: '5011Table5QuoteUnitCost', |
|
|
|
serialNumber: '5011Table5TotalCost', |
|
|
|
tableId: "5011Table5", |
|
|
|
tableName: "报价工艺信息", |
|
|
|
columnProp: 'quoteUnitCost', |
|
|
|
columnProp: 'totalCost', |
|
|
|
headerAlign: "center", |
|
|
|
align: "right", |
|
|
|
columnLabel: '单位报价成本', |
|
|
|
|