Browse Source

2024-09-26

RFQ 功能优化
java8
fengyuan_yang 1 year ago
parent
commit
52cf4b7df7
  1. 136
      src/views/modules/part/routingManagement.vue

136
src/views/modules/part/routingManagement.vue

@ -1253,24 +1253,6 @@ export default {
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 601003,
serialNumber: '104003Table2EfficiencyFactor',
tableId: '104003Table2',
tableName: 'Routing工序表',
columnProp: 'efficiencyFactor',
headerAlign: 'center',
align: 'right',
columnLabel: '效率%',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},
{
userId: this.$store.state.user.name,
functionId: 601003,
@ -1292,13 +1274,13 @@ export default {
{
userId: this.$store.state.user.name,
functionId: 601003,
serialNumber: '104003Table2SetupLaborClassDesc',
serialNumber: '104003Table2MachSetupTime',
tableId: '104003Table2',
tableName: 'Routing工序表',
columnProp: 'setupLaborClassDesc',
columnProp: 'machSetupTime',
headerAlign: 'center',
align: 'center',
columnLabel: '调机时人员等级',
align: 'right',
columnLabel: '机器调机时间',
columnHidden: false,
columnImage: false,
columnSortable: false,
@ -1328,13 +1310,13 @@ export default {
{
userId: this.$store.state.user.name,
functionId: 601003,
serialNumber: '104003Table2MachSetupTime',
serialNumber: '104003Table2SetupLaborClassDesc',
tableId: '104003Table2',
tableName: 'Routing工序表',
columnProp: 'machSetupTime',
columnProp: 'setupLaborClassDesc',
headerAlign: 'center',
align: 'right',
columnLabel: '机器调机时间',
align: 'center',
columnLabel: '调机时人员等级',
columnHidden: false,
columnImage: false,
columnSortable: false,
@ -1382,13 +1364,13 @@ export default {
{
userId: this.$store.state.user.name,
functionId: 601003,
serialNumber: '104003Table2LaborClassNo',
serialNumber: '104003Table2CrewSize',
tableId: '104003Table2',
tableName: 'Routing工序表',
columnProp: 'laborClassDesc',
columnProp: 'crewSize',
headerAlign: 'center',
align: 'center',
columnLabel: '人员等级',
align: 'right',
columnLabel: '生产过程人数',
columnHidden: false,
columnImage: false,
columnSortable: false,
@ -1400,13 +1382,13 @@ export default {
{
userId: this.$store.state.user.name,
functionId: 601003,
serialNumber: '104003Table2CrewSize',
serialNumber: '104003Table2LaborClassNo',
tableId: '104003Table2',
tableName: 'Routing工序表',
columnProp: 'crewSize',
columnProp: 'laborClassDesc',
headerAlign: 'center',
align: 'right',
columnLabel: '生产过程人数',
align: 'center',
columnLabel: '人员等级',
columnHidden: false,
columnImage: false,
columnSortable: false,
@ -1469,6 +1451,24 @@ export default {
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 601003,
serialNumber: '104003Table2EfficiencyFactor',
tableId: '104003Table2',
tableName: 'Routing工序表',
columnProp: 'efficiencyFactor',
headerAlign: 'center',
align: 'right',
columnLabel: '效率%',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},
{
userId: this.$store.state.user.name,
functionId: 601003,
@ -1679,27 +1679,16 @@ export default {
columnWidth: 120
},
{
columnProp: 'workCenterNo',
columnProp: 'setupCrewSize',
headerAlign: "center",
align: "center",
columnLabel: '加工中心编码',
align: "right",
columnLabel: '调机过程中人数',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 100
},
{
columnProp: 'workCenterDesc',
headerAlign: "center",
align: "left",
columnLabel: '加工中心描述',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 120
},
{
columnProp: 'setupLaborClassNo',
headerAlign: "center",
@ -1723,10 +1712,10 @@ export default {
columnWidth: 120
},
{
columnProp: 'setupCrewSize',
headerAlign: "center",
align: "right",
columnLabel: '调机过程中人数',
columnProp: 'machCycleTime',
headerAlign: 'center',
align: 'right',
columnLabel: '机器处理时间',
columnHidden: false,
columnImage: false,
status: true,
@ -1734,10 +1723,10 @@ export default {
columnWidth: 100
},
{
columnProp: 'machCycleTime',
columnProp: 'machRunFactor',
headerAlign: 'center',
align: 'right',
columnLabel: '机器处理时间',
columnLabel: '机器单位产出',
columnHidden: false,
columnImage: false,
status: true,
@ -1745,10 +1734,10 @@ export default {
columnWidth: 100
},
{
columnProp: 'machRunFactor',
headerAlign: 'center',
align: 'right',
columnLabel: '机器单位产出',
columnProp: 'crewSize',
headerAlign: "center",
align: "right",
columnLabel: '生产过程中人数',
columnHidden: false,
columnImage: false,
status: true,
@ -1778,10 +1767,10 @@ export default {
columnWidth: 120
},
{
columnProp: 'crewSize',
headerAlign: "center",
align: "right",
columnLabel: '生产过程中人数',
columnProp: 'laborCycleTime',
headerAlign: 'center',
align: 'right',
columnLabel: '人工处理时间',
columnHidden: false,
columnImage: false,
status: true,
@ -1789,10 +1778,10 @@ export default {
columnWidth: 100
},
{
columnProp: 'laborCycleTime',
columnProp: 'laborRunFactor',
headerAlign: 'center',
align: 'right',
columnLabel: '人工处理时间',
columnLabel: '人工单位产出',
columnHidden: false,
columnImage: false,
status: true,
@ -1800,16 +1789,27 @@ export default {
columnWidth: 100
},
{
columnProp: 'laborRunFactor',
headerAlign: 'center',
align: 'right',
columnLabel: '人工单位产出',
columnProp: 'workCenterNo',
headerAlign: "center",
align: "center",
columnLabel: '加工中心编码',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 100
},
{
columnProp: 'workCenterDesc',
headerAlign: "center",
align: "left",
columnLabel: '加工中心描述',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 120
},
{
columnProp: 'conditionDesc',
headerAlign: 'center',

Loading…
Cancel
Save