From a8d09bc9e14d09bfbfa14c63b16f70139959ddde Mon Sep 17 00:00:00 2001 From: gaoluyang <gaoluyang@rengu.cc> Date: 星期四, 11 七月 2024 13:42:42 +0800 Subject: [PATCH] 科学计数法逻辑修改 --- src/components/do/b1-inspect-order-plan/Inspection.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index b7a8abe..dd44df3 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -1670,10 +1670,10 @@ }, changeInput(m, code, n) { if (n) { - if (n.v.v > 10000 && this.PROJECT === '瑁呭鐢电紗') { - let num2 = new this.$Big(n.v.v) - n.v.v = num2.toExponential() - } + // if (this.PROJECT === '瑁呭鐢电紗') { + // let num2 = new this.$Big(n.v.v) + // n.v.v = num2.toExponential() + // } // 瀹氫箟涓�涓嚱鏁版潵楠岃瘉鍒嗘暟鏄惁鏈夋晥 function isValidFraction(fraction) { const [numerator, denominator] = fraction.split('/'); // 鍒嗗瓙鍜屽垎姣� -- Gitblit v1.9.3