From 76ef555c3eeb03328f1e5296b925165a8c29a780 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Thu, 9 Apr 2026 16:57:08 +0800 Subject: [PATCH] 1.05 --- src/views/modules/ecss/declaration.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue index 8b28021..83d337d 100644 --- a/src/views/modules/ecss/declaration.vue +++ b/src/views/modules/ecss/declaration.vue @@ -2026,7 +2026,7 @@ this.notifyPartDetailList = data.rows this.notifyPartDetailList.forEach(o => { if (!o.lossratio) { - o.lossratio = '1.2'; + o.lossratio = '1.05'; } }); } else { @@ -2074,7 +2074,7 @@ this.notifyPartDetailList = data.rows this.notifyPartDetailList.forEach(o => { if (!o.lossratio) { - o.lossratio = '1.2'; + o.lossratio = '1.05'; } }); } else { @@ -2383,7 +2383,7 @@ this.notifyPartDetailList = data.rows this.notifyPartDetailList.forEach(o => { if (!o.lossratio) { - o.lossratio = '1.2'; + o.lossratio = '1.05'; } }); } else { @@ -2420,7 +2420,7 @@ } } else { if (row.fscWeight) { - o.lossratio = '1.2'; + o.lossratio = '1.05'; } else { o.lossratio = ''; } @@ -2653,7 +2653,7 @@ } } else { if (row.fscWeight) { - o.lossratio = '1.2'; + o.lossratio = '1.05'; } else { o.lossratio = ''; }