From 05f43f91ab04c11bd24755e560a83d263e3a9651 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 15 Apr 2026 14:29:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(mes):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=AE=A1=E9=87=8F=E5=8D=95=E4=BD=8D=E5=90=8D=E7=A7=B0=E5=88=B0?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E4=BB=BB=E5=8A=A1=E5=93=8D=E5=BA=94=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/pro/feedback/FeedbackForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mes/pro/feedback/FeedbackForm.vue b/src/views/mes/pro/feedback/FeedbackForm.vue index 427893cce..0a8485f6d 100644 --- a/src/views/mes/pro/feedback/FeedbackForm.vue +++ b/src/views/mes/pro/feedback/FeedbackForm.vue @@ -424,7 +424,7 @@ const handleTaskChange = async (task: any) => { productInfo.value = { itemCode: task.itemCode || '', itemName: task.itemName || '', - unitMeasureName: '', + unitMeasureName: task.unitMeasureName || '', itemSpecification: task.itemSpecification || '' } await loadCheckFlag(task.routeId, task.processId)