Browse Source

2026-03-13

报价的工艺页签,机器成本和人工成本也拆开,分生产和调机
master
fengyuan_yang 1 month ago
parent
commit
b7cc8b1965
  1. 91
      src/views/modules/quote/detail/primary/quoteDetailRouting.vue

91
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',

Loading…
Cancel
Save