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}}