From 872d29d6ad4858b1338c796a42fd194cb47ad719 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Tue, 9 Jul 2024 17:27:04 +0800
Subject: [PATCH] =?UTF-8?q?2024-07-09=20=E5=8A=9F=E8=83=BD=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/qc/IQCResultEntry.vue | 54 ++++++++++++++++++++++---
1 file changed, 49 insertions(+), 5 deletions(-)
diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue
index 161ef88..edb2684 100644
--- a/src/views/modules/qc/IQCResultEntry.vue
+++ b/src/views/modules/qc/IQCResultEntry.vue
@@ -32,17 +32,17 @@
-
-
-
-
-
+
+
+
+
+
@@ -84,6 +84,13 @@
+
+
+
+
+
+
+
@@ -724,6 +731,7 @@
poItemNo: '',
orderType: '',
states: ['未开始','待检验'],
+ submissionType: ''
},
pageIndex: 1,
pageSize: 20,
@@ -1048,6 +1056,24 @@
fixed: '',
columnWidth: 100,
},
+ {
+ userId: this.$store.state.user.name,
+ functionId: 301006,
+ serialNumber: '301006Table1SubmissionType',
+ tableId: "301006Table1",
+ tableName: "IQC检验记录表",
+ columnProp: 'submissionType',
+ headerAlign: "center",
+ align: "center",
+ columnLabel: '送检类型',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ columnWidth: 100,
+ },
{
userId: this.$store.state.user.name,
functionId: 301006,
@@ -1192,6 +1218,24 @@
fixed: '',
columnWidth: 100,
},
+ {
+ userId: this.$store.state.user.name,
+ functionId: 301006,
+ serialNumber: '301006Table1SubmissionRemark',
+ tableId: "301006Table1",
+ tableName: "IQC检验记录表",
+ columnProp: 'submissionRemark',
+ headerAlign: "center",
+ align: "left",
+ columnLabel: '送检备注',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ columnWidth: 200,
+ },
],
detailColumnList: [
{