Browse Source

1.05

master
han\hanst 6 days ago
parent
commit
76ef555c3e
  1. 10
      src/views/modules/ecss/declaration.vue

10
src/views/modules/ecss/declaration.vue

@ -2026,7 +2026,7 @@
this.notifyPartDetailList = data.rows this.notifyPartDetailList = data.rows
this.notifyPartDetailList.forEach(o => { this.notifyPartDetailList.forEach(o => {
if (!o.lossratio) { if (!o.lossratio) {
o.lossratio = '1.2';
o.lossratio = '1.05';
} }
}); });
} else { } else {
@ -2074,7 +2074,7 @@
this.notifyPartDetailList = data.rows this.notifyPartDetailList = data.rows
this.notifyPartDetailList.forEach(o => { this.notifyPartDetailList.forEach(o => {
if (!o.lossratio) { if (!o.lossratio) {
o.lossratio = '1.2';
o.lossratio = '1.05';
} }
}); });
} else { } else {
@ -2383,7 +2383,7 @@
this.notifyPartDetailList = data.rows this.notifyPartDetailList = data.rows
this.notifyPartDetailList.forEach(o => { this.notifyPartDetailList.forEach(o => {
if (!o.lossratio) { if (!o.lossratio) {
o.lossratio = '1.2';
o.lossratio = '1.05';
} }
}); });
} else { } else {
@ -2420,7 +2420,7 @@
} }
} else { } else {
if (row.fscWeight) { if (row.fscWeight) {
o.lossratio = '1.2';
o.lossratio = '1.05';
} else { } else {
o.lossratio = ''; o.lossratio = '';
} }
@ -2653,7 +2653,7 @@
} }
} else { } else {
if (row.fscWeight) { if (row.fscWeight) {
o.lossratio = '1.2';
o.lossratio = '1.05';
} else { } else {
o.lossratio = ''; o.lossratio = '';
} }

Loading…
Cancel
Save