From 0514d3af4e86475209f95ac27499586ca2eef2b5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 11 Sep 2023 15:53:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8A=A8=E6=80=81=E5=8D=95?= =?UTF-8?q?=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/addFeeConfig/addFeeConfig.js | 6 +++--- .../simplifyFeeReceipt/simplifyFeeReceipt.html | 11 ++++++++++- .../simplifyFeeReceipt/simplifyFeeReceipt.js | 5 ++++- .../simplifyOwnerAccessContol.html | 18 +++++++++--------- 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/public/components/property/addFeeConfig/addFeeConfig.js b/public/components/property/addFeeConfig/addFeeConfig.js index 574ebcb1c..b3b00dd34 100644 --- a/public/components/property/addFeeConfig/addFeeConfig.js +++ b/public/components/property/addFeeConfig/addFeeConfig.js @@ -206,9 +206,9 @@ errInfo: "计费单价不能为空" }, { - limit: "money", + limit: "moneyModulus", param: "", - errInfo: "计费单价格式错误" + errInfo: "计费单价格式错误,如1.5000" } ], 'addFeeConfigInfo.additionalAmount': [ @@ -218,7 +218,7 @@ errInfo: "附加费用不能为空" }, { - limit: "money", + limit: "moneyModulus", param: "", errInfo: "附加费用格式错误" } diff --git a/public/components/property/simplifyFeeReceipt/simplifyFeeReceipt.html b/public/components/property/simplifyFeeReceipt/simplifyFeeReceipt.html index aa4e626f1..73810382a 100644 --- a/public/components/property/simplifyFeeReceipt/simplifyFeeReceipt.html +++ b/public/components/property/simplifyFeeReceipt/simplifyFeeReceipt.html @@ -33,9 +33,18 @@ +
+ +
+
+ +
-
+