From 2e779ec11574a57a5db30175f1127dd37b566bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Wed, 13 Aug 2025 10:51:37 +0800 Subject: [PATCH] =?UTF-8?q?IQC=E4=BB=BB=E5=8A=A1=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5=20=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E6=97=B6=E9=97=B4=20=20=E5=8F=96=E6=B6=88=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/IQCResultEntry.vue | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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,