?
This commit is contained in:
parent
e16168dd21
commit
7603563a7a
@ -65,7 +65,7 @@ const composing = ref(false);
|
|||||||
|
|
||||||
const formatMoney = function (s: string) {
|
const formatMoney = function (s: string) {
|
||||||
if (s == "") {
|
if (s == "") {
|
||||||
return ""
|
return "";
|
||||||
}
|
}
|
||||||
var noNegative = true;
|
var noNegative = true;
|
||||||
s = parseFloat((s + "").replace(/[^\d\.-]/g, "")) + "";
|
s = parseFloat((s + "").replace(/[^\d\.-]/g, "")) + "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user