From 8c324f0dceab0f505908211fd2313ddf248ae6e8 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 17 Oct 2024 17:08:57 +0800 Subject: [PATCH] 2024-10-17 --- .../modules/eam/eamWorkOrderForDefect.vue | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/src/views/modules/eam/eamWorkOrderForDefect.vue b/src/views/modules/eam/eamWorkOrderForDefect.vue index 062d199..9a8d779 100644 --- a/src/views/modules/eam/eamWorkOrderForDefect.vue +++ b/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: '',