Browse Source

2024-10-17

java8
fengyuan_yang 1 year ago
parent
commit
8c324f0dce
  1. 72
      src/views/modules/eam/eamWorkOrderForDefect.vue

72
src/views/modules/eam/eamWorkOrderForDefect.vue

@ -901,6 +901,78 @@
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 101004002,
serialNumber: '101004002Table1FaultReason',
tableId: "101004002Table1",
tableName: "维修工单表",
columnProp: 'faultReason',
headerAlign: "center",
align: "left",
columnLabel: '故障原因',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 200,
},
{
userId: this.$store.state.user.name,
functionId: 101004002,
serialNumber: '101004002Table1HandlingMethod',
tableId: "101004002Table1",
tableName: "维修工单表",
columnProp: 'handlingMethod',
headerAlign: "center",
align: "left",
columnLabel: '处理方式',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 200,
},
{
userId: this.$store.state.user.name,
functionId: 101004002,
serialNumber: '101004002Table1PreventiveMeasure',
tableId: "101004002Table1",
tableName: "维修工单表",
columnProp: 'preventiveMeasure',
headerAlign: "center",
align: "left",
columnLabel: '预防措施',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 200,
},
{
userId: this.$store.state.user.name,
functionId: 101004002,
serialNumber: '101004002Table1Remark',
tableId: "101004002Table1",
tableName: "维修工单表",
columnProp: 'remark',
headerAlign: "center",
align: "left",
columnLabel: '执行结果备注',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 200,
},
],
changeModelFlag: false,
planOperator: '',

Loading…
Cancel
Save