From 7736768a3e816312d97cfc45b299cab861d4c67c Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 25 Mar 2026 21:04:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(mes):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E3=80=81=E5=B7=A5=E4=BD=9C=E7=AB=99=E3=80=81?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=92=8C=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/qc/pendinginspect/index.ts | 10 ++- src/views/mes/qc/defect/DefectForm.vue | 18 +--- .../components/DefectRecordInlineList.vue | 19 +--- src/views/mes/qc/indicator/IndicatorForm.vue | 6 +- .../components/QcIndicatorSelect.vue | 3 +- src/views/mes/qc/ipqc/IpqcForm.vue | 25 +++++- src/views/mes/qc/oqc/OqcForm.vue | 23 ++++- src/views/mes/qc/pendinginspect/index.vue | 86 ++++++++++++++++++- src/views/mes/qc/rqc/RqcForm.vue | 1 + .../mes/qc/template/TemplateIndicatorList.vue | 5 +- .../template/components/QcTemplateSelect.vue | 3 +- src/views/mes/qc/template/index.vue | 7 +- 12 files changed, 153 insertions(+), 53 deletions(-) diff --git a/src/api/mes/qc/pendinginspect/index.ts b/src/api/mes/qc/pendinginspect/index.ts index 290428bff..596b2312d 100644 --- a/src/api/mes/qc/pendinginspect/index.ts +++ b/src/api/mes/qc/pendinginspect/index.ts @@ -7,7 +7,6 @@ export interface QcPendingInspectVO { sourceDocCode: string sourceLineId: number qcType: number - qcTypeName: string itemId: number itemCode: string itemName: string @@ -16,6 +15,15 @@ export interface QcPendingInspectVO { quantity: number vendorId: number vendorName: string + // 工单/工作站/任务(IPQC/RQC 场景) + workOrderId: number + workstationId: number + workstationName: string + taskId: number + taskCode: string + // 客户(OQC/RQC 场景) + clientId: number + clientName: string recordTime: string } diff --git a/src/views/mes/qc/defect/DefectForm.vue b/src/views/mes/qc/defect/DefectForm.vue index 9ac2870b8..2b27585f4 100644 --- a/src/views/mes/qc/defect/DefectForm.vue +++ b/src/views/mes/qc/defect/DefectForm.vue @@ -11,9 +11,7 @@ @@ -21,12 +19,7 @@ - + - + - + 新增缺陷 @@ -27,11 +22,7 @@ - @@ -72,7 +71,34 @@ v-if="scope.row.qcType === MesQcTypeEnum.IQC" v-hasPermi="['mes:qc-iqc:create']" > - 创建检验单 + 来料检验 + + + 过程检验 + + + 退货检验 + + + 出货检验 @@ -85,8 +111,11 @@ /> - + + + +