From 55c918699afa1a0a8bdf2ddba9b36070c81f2982 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 7 Sep 2023 18:11:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=94=AF=E4=BB=98=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/printPayFee/printPayFee.html | 6 +++++- .../property/printPayFeeXiangyun/printPayFeeXiangyun.html | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public/pages/property/printPayFee/printPayFee.html b/public/pages/property/printPayFee/printPayFee.html index de5d21aec..39ffd7113 100644 --- a/public/pages/property/printPayFee/printPayFee.html +++ b/public/pages/property/printPayFee/printPayFee.html @@ -25,6 +25,7 @@ + @@ -52,8 +53,11 @@ {{item.squarePrice}}
{{item.units}} {{item.area}} + {{item.primeRate}} {{item.amount}} - {{item.amount}} + {{item.amount}} + + {{item.discountPrice || 0}} {{item.remark}} diff --git a/public/pages/property/printPayFeeXiangyun/printPayFeeXiangyun.html b/public/pages/property/printPayFeeXiangyun/printPayFeeXiangyun.html index 9460f252a..36a68f485 100644 --- a/public/pages/property/printPayFeeXiangyun/printPayFeeXiangyun.html +++ b/public/pages/property/printPayFeeXiangyun/printPayFeeXiangyun.html @@ -25,6 +25,7 @@ /固定费 /用量 + @@ -50,6 +51,7 @@ {{item.cycle}} {{item.squarePrice}} {{item.area}} + {{item.primeRate}} {{item.amount}} {{item.discountPrice}} {{item.remark}}