From a5aa8ef74490cf92f32f2721603cf053432e65c4 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Tue, 20 Apr 2021 10:52:32 +0800 Subject: [PATCH] =?UTF-8?q?4.22=E5=8F=B7=E5=8A=9F=E8=83=BD=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/CompanyStatementPool/editCpPool.html | 14 +++++++------- .../View/CompanyStatementPool/editPcPool.html | 2 +- .../View/CompanyStatementPool/editPuPool.html | 2 +- .../CompanyStatementPool/editSpecialPuPool.html | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Application/Admin/View/CompanyStatementPool/editCpPool.html b/Application/Admin/View/CompanyStatementPool/editCpPool.html index 793964a52..9bd6c27da 100644 --- a/Application/Admin/View/CompanyStatementPool/editCpPool.html +++ b/Application/Admin/View/CompanyStatementPool/editCpPool.html @@ -154,7 +154,7 @@ - + 0 @@ -183,8 +183,8 @@ {$com['reward']-0} - - + + 0 @@ -237,7 +237,7 @@ {$it['pay_amount']} - + 0 @@ -266,8 +266,8 @@ {$it['reward']-0} - - + + 0 @@ -393,7 +393,7 @@ $(".refund,.withhold").keyup(function() { var val = $(this).val(); - var reg = /^(\-|\+)?\d+(\.\d+)?$/g; + var reg = /^(\-|\+)?\d+(\.\d*)?$/g; if (val == '-') { return; diff --git a/Application/Admin/View/CompanyStatementPool/editPcPool.html b/Application/Admin/View/CompanyStatementPool/editPcPool.html index 794556f3b..cb3858f34 100644 --- a/Application/Admin/View/CompanyStatementPool/editPcPool.html +++ b/Application/Admin/View/CompanyStatementPool/editPcPool.html @@ -364,7 +364,7 @@ $(".refund,.withhold").keyup(function() { var val = $(this).val(); - var reg = /^(\-|\+)?\d+(\.\d+)?$/g; + var reg = /^(\-|\+)?\d+(\.\d*)?$/g; if (val == '-') { return; diff --git a/Application/Admin/View/CompanyStatementPool/editPuPool.html b/Application/Admin/View/CompanyStatementPool/editPuPool.html index 771c82f24..7b849a44d 100644 --- a/Application/Admin/View/CompanyStatementPool/editPuPool.html +++ b/Application/Admin/View/CompanyStatementPool/editPuPool.html @@ -466,7 +466,7 @@ }); $(".refund,.withhold").keyup(function() { var val = $(this).val(); - var reg = /^(\-|\+)?\d+(\.\d+)?$/g; + var reg = /^(\-|\+)?\d+(\.\d*)?$/g; if (val == '-') { return; diff --git a/Application/Admin/View/CompanyStatementPool/editSpecialPuPool.html b/Application/Admin/View/CompanyStatementPool/editSpecialPuPool.html index fad0ba3d0..25c01da4a 100644 --- a/Application/Admin/View/CompanyStatementPool/editSpecialPuPool.html +++ b/Application/Admin/View/CompanyStatementPool/editSpecialPuPool.html @@ -377,7 +377,7 @@ $(".refund,.withhold").keyup(function() { var val = $(this).val(); - var reg = /^(\-|\+)?\d+(\.\d+)?$/g; + var reg = /^(\-|\+)?\d+(\.\d*)?$/g; if (val == '-') { return;