|
|
@ -860,13 +860,13 @@ export default { |
|
|
{ |
|
|
{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
functionId: 601006, |
|
|
functionId: 601006, |
|
|
serialNumber: '601006Table2LaborRunFactor', |
|
|
|
|
|
|
|
|
serialNumber: '601006Table2LaborCycleTime', |
|
|
tableId: "601006Table2", |
|
|
tableId: "601006Table2", |
|
|
tableName: "标准工序表", |
|
|
tableName: "标准工序表", |
|
|
columnProp: 'laborRunFactor', |
|
|
|
|
|
|
|
|
columnProp: 'laborCycleTime', |
|
|
headerAlign: "center", |
|
|
headerAlign: "center", |
|
|
align: "right", |
|
|
align: "right", |
|
|
columnLabel: '机器单位产出', |
|
|
|
|
|
|
|
|
columnLabel: '机器处理时间', |
|
|
columnHidden: false, |
|
|
columnHidden: false, |
|
|
columnImage: false, |
|
|
columnImage: false, |
|
|
columnSortable: false, |
|
|
columnSortable: false, |
|
|
@ -879,13 +879,13 @@ export default { |
|
|
{ |
|
|
{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
functionId: 601006, |
|
|
functionId: 601006, |
|
|
serialNumber: '601006Table2LaborCycleTime', |
|
|
|
|
|
|
|
|
serialNumber: '601006Table2MachCycleTime', |
|
|
tableId: "601006Table2", |
|
|
tableId: "601006Table2", |
|
|
tableName: "标准工序表", |
|
|
tableName: "标准工序表", |
|
|
columnProp: 'laborCycleTime', |
|
|
|
|
|
|
|
|
columnProp: 'machCycleTime', |
|
|
headerAlign: "center", |
|
|
headerAlign: "center", |
|
|
align: "right", |
|
|
align: "right", |
|
|
columnLabel: '机器产出时间', |
|
|
|
|
|
|
|
|
columnLabel: '人工处理时间', |
|
|
columnHidden: false, |
|
|
columnHidden: false, |
|
|
columnImage: false, |
|
|
columnImage: false, |
|
|
columnSortable: false, |
|
|
columnSortable: false, |
|
|
@ -898,13 +898,13 @@ export default { |
|
|
{ |
|
|
{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
functionId: 601006, |
|
|
functionId: 601006, |
|
|
serialNumber: '601006Table2MachRunFactor', |
|
|
|
|
|
|
|
|
serialNumber: '601006Table2LaborRunFactor', |
|
|
tableId: "601006Table2", |
|
|
tableId: "601006Table2", |
|
|
tableName: "标准工序表", |
|
|
tableName: "标准工序表", |
|
|
columnProp: 'machRunFactor', |
|
|
|
|
|
|
|
|
columnProp: 'laborRunFactor', |
|
|
headerAlign: "center", |
|
|
headerAlign: "center", |
|
|
align: "right", |
|
|
align: "right", |
|
|
columnLabel: '人工单位产出', |
|
|
|
|
|
|
|
|
columnLabel: '机器单位产出', |
|
|
columnHidden: false, |
|
|
columnHidden: false, |
|
|
columnImage: false, |
|
|
columnImage: false, |
|
|
columnSortable: false, |
|
|
columnSortable: false, |
|
|
@ -917,13 +917,13 @@ export default { |
|
|
{ |
|
|
{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
functionId: 601006, |
|
|
functionId: 601006, |
|
|
serialNumber: '601006Table2MachCycleTime', |
|
|
|
|
|
|
|
|
serialNumber: '601006Table2MachRunFactor', |
|
|
tableId: "601006Table2", |
|
|
tableId: "601006Table2", |
|
|
tableName: "标准工序表", |
|
|
tableName: "标准工序表", |
|
|
columnProp: 'machCycleTime', |
|
|
|
|
|
|
|
|
columnProp: 'machRunFactor', |
|
|
headerAlign: "center", |
|
|
headerAlign: "center", |
|
|
align: "right", |
|
|
align: "right", |
|
|
columnLabel: '人工产出时间', |
|
|
|
|
|
|
|
|
columnLabel: '人工单位产出', |
|
|
columnHidden: false, |
|
|
columnHidden: false, |
|
|
columnImage: false, |
|
|
columnImage: false, |
|
|
columnSortable: false, |
|
|
columnSortable: false, |
|
|
|