mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化代码
This commit is contained in:
parent
c07e5bda95
commit
29d2389061
@ -85,7 +85,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
|
||||
<div class="col-sm-4" v-if="listOweFeeInfo.conditions.payObjType == '3333'">
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="请填写房屋编号,如1-1-1123" class="form-control"
|
||||
@ -180,6 +180,17 @@
|
||||
<div>合计: {{_getFeeOweAllAmounts()}}元</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="row" v-if="listOweFeeInfo.fees && listOweFeeInfo.fees.length>0">
|
||||
<span class="col-md-1 margin-left">
|
||||
<div class="row"><b>大计</b></div>
|
||||
</span>
|
||||
<span class="col-md-2" v-for="(item,index) in listOweFeeInfo.fees[0].itemTotalOweAmounts">
|
||||
<div>{{item.configName}}: {{item.totalOweAmount}}元</div>
|
||||
</span>
|
||||
<span class="col-md-2">
|
||||
<div>合计: {{listOweFeeInfo.fees[0].totalOweAmount}}元</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center">
|
||||
<vc:create path="frame/pagination"></vc:create>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user