diff --git a/public/vcCore/vcFramework.js b/public/vcCore/vcFramework.js index 50ae04c38..9200d2647 100644 --- a/public/vcCore/vcFramework.js +++ b/public/vcCore/vcFramework.js @@ -2446,7 +2446,7 @@ if (text == null || text == undefined) { return true; } - let regMoney = /^\d+\.?\d{0,2}$/; + let regMoney = /^\-?\d+\.?\d{0,2}$/; return regMoney.test(text); }, /**