From c0bc854aafd66626b39677f84f8b7232c21f0662 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Mon, 18 May 2026 15:37:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/firstOrder/components/outDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/firstOrder/components/outDialog.vue b/src/views/firstOrder/components/outDialog.vue index 963554f..e783b5b 100644 --- a/src/views/firstOrder/components/outDialog.vue +++ b/src/views/firstOrder/components/outDialog.vue @@ -938,10 +938,10 @@ export default { const deptId = row.department; const dept = this.list.find((item) => item.departmentId === deptId); - let select = this.statisticsList.find( + let select = this.sizeForm.inTableData.find( (item) => item.materialId === row.materialId ); - console.log(99999,select) + console.log(99999,select,this.sizeForm.inTableData) const oneFormId = this.sizeForm.options === 1 && this.outDialogTiltle == "编辑" ? row.oneFormId