From 06689709eacd65dd72cdc829382944a2aadede77 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 23 Mar 2026 22:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(mes):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=9D=A5=E6=96=99=E6=97=A5=E6=9C=9F=E9=80=89=E6=8B=A9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除不再使用的状态字段,简化数据结构。同时在前端表单中添加来料日期选择功能,以便用户输入相关信息。 --- src/views/mes/qc/iqc/IqcForm.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/mes/qc/iqc/IqcForm.vue b/src/views/mes/qc/iqc/IqcForm.vue index 0c05f7db9..4e29d9d2f 100644 --- a/src/views/mes/qc/iqc/IqcForm.vue +++ b/src/views/mes/qc/iqc/IqcForm.vue @@ -92,6 +92,17 @@ /> + + + + + @@ -107,8 +118,8 @@ @@ -318,6 +329,7 @@ const submitForm = async () => { } else { await QcIqcApi.updateIqc(data) message.success(t('common.updateSuccess')) + // TODO @AI:更新的情况下,可以关闭窗口; } // 发送操作成功的事件 emit('success')