优化水电抄表显示

This commit is contained in:
java110 2021-06-17 00:37:19 +08:00
parent 926732ef28
commit 66a36d6cb0
4 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@
:title="_simplifyRoomGetFeeOwnerInfo(fee.feeAttrs)">
<div>上期度数:{{fee.preDegrees}}</div>
<div>本期度数:{{fee.curDegrees}}</div>
<div>单价:{{fee.wmPrice?fee.wmPrice:fee.squarePrice}}</div>
<div>单价:{{fee.mwPrice?fee.mwPrice:fee.squarePrice}}</div>
<div>附加费:{{fee.additionalAmount}}</div>
</td>
<td class="text-center" v-else-if="fee.computingFormula == '6006'"

View File

@ -51,7 +51,7 @@
v-if="fee.feeTypeCd == '888800010015' || fee.feeTypeCd == '888800010016' ">
<div>上期度数:{{fee.preDegrees}}</div>
<div>本期度数:{{fee.curDegrees}} </div>
<div>单价:{{fee.wmPrice?fee.wmPrice:fee.squarePrice}} </div>
<div>单价:{{fee.mwPrice?fee.mwPrice:fee.squarePrice}} </div>
<div>附加费:{{fee.additionalAmount}}</div>
</td>
<td class="text-center" width="150" v-else-if="fee.feeTypeCd == '888800010017'">

View File

@ -52,7 +52,7 @@
<td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'">
<div>上期度数:{{fee.preDegrees}}</div>
<div>本期度数:{{fee.curDegrees}}</div>
<div>单价:{{fee.wmPrice?fee.wmPrice:fee.squarePrice}}</div>
<div>单价:{{fee.mwPrice?fee.mwPrice:fee.squarePrice}}</div>
<div>附加费:{{fee.additionalAmount}}</div>
</td>
<td class="text-center" v-else-if="fee.computingFormula == '6006'">

View File

@ -57,7 +57,7 @@
<td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'">
<div>上期度数:{{fee.preDegrees}}</div>
<div>本期度数:{{fee.curDegrees}}</div>
<div>单价:{{fee.wmPrice?fee.wmPrice:fee.squarePrice}}</div>
<div>单价:{{fee.mwPrice?fee.mwPrice:fee.squarePrice}}</div>
<div>附加费:{{fee.additionalAmount}}</div>
</td>
<td class="text-center" v-else-if="fee.computingFormula == '6006'">