From 4c20de2d4aec916abc7477277300daf264e2f4de Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Wed, 6 May 2026 10:58:40 +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, 3 insertions(+), 1 deletion(-) diff --git a/src/views/firstOrder/components/outDialog.vue b/src/views/firstOrder/components/outDialog.vue index 9400f27..5768003 100644 --- a/src/views/firstOrder/components/outDialog.vue +++ b/src/views/firstOrder/components/outDialog.vue @@ -926,7 +926,7 @@ export default { let select = this.materials.find( (item) => item.materialId === row.materialId ); - const oneFormId = (this.sizeForm.options === 1&&this.outDialogTiltle == "编辑")? row.oneFormId:select.id; + const oneFormId = (this.sizeForm.options === 1&&this.outDialogTiltle == "编辑")? row.oneFormId:row.id; return { ...row, @@ -1003,6 +1003,8 @@ export default { this.batchTableData = []; this.inBatchForm.batchType = "" this.inBatchForm.department = "" + this.sizeForm.demandEndInfo = '' + if (this.sizeForm.options === 1) { this.getQuarterList(); this.inBatchDialogVisible = true;