diff --git a/src/views/modules/quote/detail/primary/quoteDetailRouting.vue b/src/views/modules/quote/detail/primary/quoteDetailRouting.vue index 7b3a512..476ee52 100644 --- a/src/views/modules/quote/detail/primary/quoteDetailRouting.vue +++ b/src/views/modules/quote/detail/primary/quoteDetailRouting.vue @@ -419,39 +419,112 @@ export default { { userId: this.$store.state.user.name, functionId: 5011, - serialNumber: '5011Table5TotalMachCost', + serialNumber: '5011Table5TotalMachSetupCost', tableId: "5011Table5", tableName: "报价工艺信息", - columnProp: 'totalMachCost', + columnProp: 'totalMachSetupCost', headerAlign: "center", align: "right", - columnLabel: '机器成本', + columnLabel: '机器成本-调机', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 140, + columnWidth: 120, }, { userId: this.$store.state.user.name, functionId: 5011, - serialNumber: '5011Table5TotalLaborCost', + serialNumber: '5011Table5TotalMachRunCost', tableId: "5011Table5", tableName: "报价工艺信息", - columnProp: 'totalLaborCost', + columnProp: 'totalMachRunCost', headerAlign: "center", align: "right", - columnLabel: '人工成本', + columnLabel: '机器成本-生产', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 140, - },{ + columnWidth: 120, + }, + // { + // userId: this.$store.state.user.name, + // functionId: 5011, + // serialNumber: '5011Table5TotalMachCost', + // tableId: "5011Table5", + // tableName: "报价工艺信息", + // columnProp: 'totalMachCost', + // headerAlign: "center", + // align: "right", + // columnLabel: '机器成本', + // columnHidden: false, + // columnImage: false, + // columnSortable: false, + // sortLv: 0, + // status: true, + // fixed: '', + // columnWidth: 140, + // }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table5TotalLaborSetupCost', + tableId: "5011Table5", + tableName: "报价工艺信息", + columnProp: 'totalLaborSetupCost', + headerAlign: "center", + align: "right", + columnLabel: '人工成本-调机', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120, + }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table5TotalLaborRunCost', + tableId: "5011Table5", + tableName: "报价工艺信息", + columnProp: 'totalLaborRunCost', + headerAlign: "center", + align: "right", + columnLabel: '人工成本-生产', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120, + }, + // { + // userId: this.$store.state.user.name, + // functionId: 5011, + // serialNumber: '5011Table5TotalLaborCost', + // tableId: "5011Table5", + // tableName: "报价工艺信息", + // columnProp: 'totalLaborCost', + // headerAlign: "center", + // align: "right", + // columnLabel: '人工成本', + // columnHidden: false, + // columnImage: false, + // columnSortable: false, + // sortLv: 0, + // status: true, + // fixed: '', + // columnWidth: 140, + // }, + { userId: this.$store.state.user.name, functionId: 5011, serialNumber: '5011Table5TotalCost',