diff --git a/src/views/modules/qc/DoInspectionBySeqNo.vue b/src/views/modules/qc/DoInspectionBySeqNo.vue index 2e62509..a644d5d 100644 --- a/src/views/modules/qc/DoInspectionBySeqNo.vue +++ b/src/views/modules/qc/DoInspectionBySeqNo.vue @@ -568,7 +568,7 @@ fixed: '', columnProp: 'operationDesc', headerAlign: "center", - align: "center", + align: "left", columnLabel: '工序', columnHidden: false, columnImage: false, @@ -577,6 +577,42 @@ status: true, columnWidth: 100, }, + { + userId: this.$store.state.user.name, + functionId: 3010005001, + serialNumber: '3010005001Table1ResourceId', + tableId: "3010005001Table1", + tableName: "派工单号表", + fixed: '', + columnProp: 'resourceId', + headerAlign: "center", + align: "left", + columnLabel: '机台编码', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + columnWidth: 100, + }, + { + userId: this.$store.state.user.name, + functionId: 3010005001, + serialNumber: '3010005001Table1ResourceDesc', + tableId: "3010005001Table1", + tableName: "派工单号表", + fixed: '', + columnProp: 'resourceDesc', + headerAlign: "center", + align: "left", + columnLabel: '机台名称', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + columnWidth: 150, + }, { userId: this.$store.state.user.name, functionId: 3010005001, @@ -741,7 +777,7 @@ // 查看 质量任务生成规则控制 动控是否开启 this.queryController() // 动态列 - this.getTableUserColumn(this.$route.meta.menuId+'table',1) + this.getTableUserColumn(this.$route.meta.menuId+'table1',1) if (!this.authSearch) { // 获取数据列表 this.getDataList()