diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue index 8a099af..9095683 100644 --- a/src/views/modules/qc/IQCResultEntry.vue +++ b/src/views/modules/qc/IQCResultEntry.vue @@ -1280,6 +1280,42 @@ fixed: '', columnWidth: 170, }, + { + userId: this.$store.state.user.name, + functionId: 301006, + serialNumber: '301006Table1SubmitDate', + tableId: "301006Table1", + tableName: "IQC检验记录表", + columnProp: 'submitDate', + headerAlign: "center", + align: "center", + columnLabel: '审核时间', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 170, + }, + { + userId: this.$store.state.user.name, + functionId: 301006, + serialNumber: '301006Table1CancelCheckDate', + tableId: "301006Table1", + tableName: "IQC检验记录表", + columnProp: 'cancelCheckDate', + headerAlign: "center", + align: "center", + columnLabel: '取消审核时间', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 170, + }, { userId: this.$store.state.user.name, functionId: 301006,