From f1beac7055d18df67cfa50d5ea9826fd7bbec5f0 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 24 Feb 2026 00:46:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(mes):=20IQC=20=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=B8=85=E7=90=86=20+=20=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. IqcForm.vue - 删除质检方案(templateId)、检测人员(inspectorUserId)表单项 - formData/resetForm 移除 templateId/minCheckQuantity/maxUnqualifiedQuantity/checkQuantity/inspectorUserId - formRules 增加 qualifiedQuantity/unqualifiedQuantity/receiveDate/inspectDate 必填校验 - 移除 QcTemplateSelect、UserSelect 组件引用 - open 方法参数 prefillData → data,去掉 Partial 2. api/mes/qc/iqc/index.ts - QcIqcVO 删除 minCheckQuantity、maxUnqualifiedQuantity --- src/views/mes/qc/iqc/IqcForm.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/mes/qc/iqc/IqcForm.vue b/src/views/mes/qc/iqc/IqcForm.vue index 336b34ed0..7329a92b2 100644 --- a/src/views/mes/qc/iqc/IqcForm.vue +++ b/src/views/mes/qc/iqc/IqcForm.vue @@ -76,7 +76,7 @@ @@ -86,7 +86,7 @@ @@ -116,8 +116,6 @@ /> - - - + + +