From 4cf8313d9f7229ebe9b4a2b82d4b678726ef1865 Mon Sep 17 00:00:00 2001
From: gaoluyang <gaoluyang@rengu.cc>
Date: 星期四, 04 七月 2024 14:05:43 +0800
Subject: [PATCH] 表格输入框校验修改
---
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 b2593f8..f7fba08 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