From e4308cec73df4edda08ab1afc43dc547989a349a Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 24 Nov 2025 13:39:18 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-24=20IQC=E3=80=81FQC=E3=80=81OQC?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=E5=A2=9E=E5=8A=A0=E9=A1=B9=E7=9B=AE=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/FQCResultEntry.vue | 29 ++++++++++------ src/views/modules/qc/IPQCResultEntry.vue | 8 ++--- src/views/modules/qc/IQCResultEntry.vue | 42 ++++++++++++++++-------- src/views/modules/qc/OQCResultEntry.vue | 29 ++++++++++------ 4 files changed, 70 insertions(+), 38 deletions(-) diff --git a/src/views/modules/qc/FQCResultEntry.vue b/src/views/modules/qc/FQCResultEntry.vue index 1d6182c..e9f498c 100644 --- a/src/views/modules/qc/FQCResultEntry.vue +++ b/src/views/modules/qc/FQCResultEntry.vue @@ -1045,6 +1045,7 @@ 查询 + 重置
@@ -1082,7 +1083,7 @@
@@ -1107,17 +1108,21 @@
- - - - - - +
+ + FQC检验模板 + ({{ templateList.length }}) +
+ + + + +
@@ -2037,7 +2042,7 @@ tableName: "检验单明细表", columnProp: 'defaultValue', headerAlign: "center", - align: "right", + align: "center", columnLabel: '标准值', columnHidden: false, columnImage: false, @@ -4432,6 +4437,10 @@ this.$message.info('已取消导入') }) }, + resetItemQuery() { + this.itemOperationQuery = { itemNo: '', itemDesc: '' } + this.searchFQCItems() + }, resetTemplateQuery() { this.templateQuery = { templateId: '', templateDesc: '' } this.searchFQCTemplates() @@ -4737,7 +4746,7 @@ flex: 1; } .panel-header { - padding: 14px 16px; + padding: 8px 16px; background: linear-gradient(135deg, #9ac3d0 20%, #b6c7dd 80%); border-bottom: 2px solid #9ac3d0; display: flex; diff --git a/src/views/modules/qc/IPQCResultEntry.vue b/src/views/modules/qc/IPQCResultEntry.vue index 38a4dce..7379ddd 100644 --- a/src/views/modules/qc/IPQCResultEntry.vue +++ b/src/views/modules/qc/IPQCResultEntry.vue @@ -1211,7 +1211,7 @@ @@ -1315,7 +1315,7 @@ size="small"> 导入选中模板 - 关闭 + 关闭 @@ -2272,7 +2272,7 @@ tableName: "检验单明细表", columnProp: 'defaultValue', headerAlign: "center", - align: "right", + align: "center", columnLabel: '标准值', columnHidden: false, columnImage: false, @@ -5110,7 +5110,7 @@ /* 面板头部 */ .panel-header { - padding: 14px 16px; + padding: 8px 16px; background: linear-gradient(135deg, #9ac3d0 20%, #b6c7dd 80%); border-bottom: 2px solid #9ac3d0; display: flex; diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue index eb16e34..343e405 100644 --- a/src/views/modules/qc/IQCResultEntry.vue +++ b/src/views/modules/qc/IQCResultEntry.vue @@ -407,7 +407,7 @@ - + @@ -419,7 +419,7 @@ - + @@ -830,6 +830,7 @@ 查询 + 重置 @@ -904,7 +905,7 @@ @@ -944,6 +945,11 @@
+
+ + IQC检验模板 + ({{ templateList.length }}) +
- - - - - + :header-cell-style="{background: '#f5f7fa', color: '#606266', fontWeight: '500'}"> + + + +
@@ -972,7 +977,7 @@ size="small"> 导入选中模板 - 关闭 + 关闭 @@ -1870,7 +1875,7 @@ tableName: "检验单明细表", columnProp: 'defaultValue', headerAlign: "center", - align: "right", + align: "center", columnLabel: '标准值', columnHidden: false, columnImage: false, @@ -3642,6 +3647,15 @@ }) }, + // 重置项目查询条件 + resetItemQuery() { + this.itemOperationQuery = { + itemNo: '', + itemDesc: '', + } + this.searchIQCItems() + }, + // 重置模板查询条件 resetTemplateQuery() { this.templateQuery = { @@ -3969,7 +3983,7 @@ /* 面板头部 */ .panel-header { - padding: 14px 16px; + padding: 8px 16px; background: linear-gradient(135deg, #9ac3d0 20%, #b6c7dd 80%); border-bottom: 2px solid #9ac3d0; display: flex; @@ -4062,12 +4076,12 @@ .item-operation-content { flex-direction: column; } - + .operation-buttons { flex-direction: row; gap: 12px; } - + .operation-buttons .el-button { width: 42px; height: 42px; diff --git a/src/views/modules/qc/OQCResultEntry.vue b/src/views/modules/qc/OQCResultEntry.vue index c8082d3..1068d50 100644 --- a/src/views/modules/qc/OQCResultEntry.vue +++ b/src/views/modules/qc/OQCResultEntry.vue @@ -808,6 +808,7 @@
查询 + 重置
@@ -845,7 +846,7 @@
@@ -864,17 +865,21 @@
- - - - - - +
+ + OQC检验模板 + ({{ templateList.length }}) +
+ + + + +
@@ -1636,7 +1641,7 @@ tableName: "检验单明细表", columnProp: 'defaultValue', headerAlign: "center", - align: "right", + align: "center", columnLabel: '标准值', columnHidden: false, columnImage: false, @@ -3476,6 +3481,10 @@ this.$message.info('已取消导入') }) }, + resetItemQuery() { + this.itemOperationQuery = { itemNo: '', itemDesc: '' } + this.searchOQCItems() + }, resetTemplateQuery() { this.templateQuery = { templateId: '', templateDesc: '' } this.searchOQCTemplates() @@ -3793,7 +3802,7 @@ flex: 1; } .panel-header { - padding: 14px 16px; + padding: 8px 16px; background: linear-gradient(135deg, #9ac3d0 20%, #b6c7dd 80%); border-bottom: 2px solid #9ac3d0; display: flex;