mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化水电抄表显示
This commit is contained in:
parent
926732ef28
commit
66a36d6cb0
@ -80,7 +80,7 @@
|
|||||||
:title="_simplifyRoomGetFeeOwnerInfo(fee.feeAttrs)">
|
:title="_simplifyRoomGetFeeOwnerInfo(fee.feeAttrs)">
|
||||||
<div>上期度数:{{fee.preDegrees}}</div>
|
<div>上期度数:{{fee.preDegrees}}</div>
|
||||||
<div>本期度数:{{fee.curDegrees}}</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>
|
<div>附加费:{{fee.additionalAmount}}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center" v-else-if="fee.computingFormula == '6006'"
|
<td class="text-center" v-else-if="fee.computingFormula == '6006'"
|
||||||
|
|||||||
@ -51,7 +51,7 @@
|
|||||||
v-if="fee.feeTypeCd == '888800010015' || fee.feeTypeCd == '888800010016' ">
|
v-if="fee.feeTypeCd == '888800010015' || fee.feeTypeCd == '888800010016' ">
|
||||||
<div>上期度数:{{fee.preDegrees}}</div>
|
<div>上期度数:{{fee.preDegrees}}</div>
|
||||||
<div>本期度数:{{fee.curDegrees}} </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>
|
<div>附加费:{{fee.additionalAmount}}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center" width="150" v-else-if="fee.feeTypeCd == '888800010017'">
|
<td class="text-center" width="150" v-else-if="fee.feeTypeCd == '888800010017'">
|
||||||
|
|||||||
@ -52,7 +52,7 @@
|
|||||||
<td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'">
|
<td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'">
|
||||||
<div>上期度数:{{fee.preDegrees}}</div>
|
<div>上期度数:{{fee.preDegrees}}</div>
|
||||||
<div>本期度数:{{fee.curDegrees}}</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>
|
<div>附加费:{{fee.additionalAmount}}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center" v-else-if="fee.computingFormula == '6006'">
|
<td class="text-center" v-else-if="fee.computingFormula == '6006'">
|
||||||
|
|||||||
@ -57,7 +57,7 @@
|
|||||||
<td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'">
|
<td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'">
|
||||||
<div>上期度数:{{fee.preDegrees}}</div>
|
<div>上期度数:{{fee.preDegrees}}</div>
|
||||||
<div>本期度数:{{fee.curDegrees}}</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>
|
<div>附加费:{{fee.additionalAmount}}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center" v-else-if="fee.computingFormula == '6006'">
|
<td class="text-center" v-else-if="fee.computingFormula == '6006'">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user