From 4335d446344d10079a4bfabf59221efdf5730f1b Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 11 七月 2024 15:55:30 +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 c754568..2e1051f 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