From 6eac588d18ef1e98dd0c6979aec9741a91044d80 Mon Sep 17 00:00:00 2001 From: gaoluyang <gaoluyang@rengu.cc> Date: 星期五, 12 七月 2024 09:42:36 +0800 Subject: [PATCH] 修改代码 --- src/components/do/b1-inspect-order-plan/Inspection.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 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..e70a6a0 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('/'); // 鍒嗗瓙鍜屽垎姣� @@ -1824,8 +1824,7 @@ } }, getValue(v){ - let str = v.v?v.v:(v.ct&&v.ct.s?v.ct.s.length>0&&v.ct.s[0].v.replace(new RegExp('\n', 'g'), '<br/>'):'') - // str.replace(new RegExp(search, 'g'), replace) + let str = v.v?v.v:(v.ct&&v.ct.s?v.ct.s.length>0&&v.ct.s[0].v.replace(new RegExp('\n', 'g'), '<br/>').replace(new RegExp('@', 'g'), '<br/>'):'') return str }, getInspectionValueType(id) { -- Gitblit v1.9.3