From 3a21f9d1e25392f130690a37551a074660a8891a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Mon, 11 May 2026 14:59:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A3=A8=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production/generateReport.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/modules/production/generateReport.vue b/src/views/modules/production/generateReport.vue index 7b98b44..739e12c 100644 --- a/src/views/modules/production/generateReport.vue +++ b/src/views/modules/production/generateReport.vue @@ -1369,6 +1369,11 @@ if(this.cavity&&this.cavity!=0&&this.cavity!='erp未维护数据'&&this.moQty!=''){ this.saveHeaderData.liLunQty=(this.cavity*this.moQty).toFixed(1) } + if(this.toolHistList.length>0){ + for (let i = 0; i < this.toolHistList.length; i++) { + this.toolHistList[i].finishQty= this.moQty + } + } }, qtyApproveBlur(){ if(this.qty3&&this.qty3!=0&&this.qty3!='erp未维护数据'&&this.saveHeaderData.qtyApprove!=''){