From 789a3e4549aa554e3293d967bf5ac32a34debf19 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 04 七月 2024 14:52:55 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master --- src/components/do/b1-inspect-order-plan/Inspection.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index db83b50..94b0932 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -1926,7 +1926,7 @@ return sum }, handleInput (n) { - n.v.v = n.v.v.replace(/[^\d.^e\-/]/g, ''); + n.v.v = n.v.v.replace(/[^\d.^e\-/+]/g, ''); }, bigNum (n) { if (n.v.v > 10000 && this.PROJECT === '瑁呭鐢电紗') { -- Gitblit v1.9.3