Compare commits

..

No commits in common. "cbf23267413714005c14815de5c628ea2db57736" and "adebb45ee5b5ed92e7a607c398e83aa0399a47c9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
<view class="text-gray">备注</view>
<view class="text-gray">{{item.remark}}</view>
</view>
<view class="flex margin-top-xs justify-between" v-if="item.openInvoice == 'N'">
<view class="flex margin-top-xs justify-between" v-if="item.openInvoice == 'D'">
<view class="text-gray"></view>
<view class="text-gray"><button class="cu-btn sm line-blue" @click="_applyInvoice(item)">申请开票</button></view>
</view>

View File

@ -240,7 +240,7 @@
this.layer = _fee.layer;
this.builtUpArea = _fee.builtUpArea;
this.feeId = _fee.feeId;
this.amount = _fee.amount;
this.amount = _fee.amountOwed;
this.additionalAmount = _fee.additionalAmount;
this.ordEndTime = _fee.endTime;
this.formatEndTime = date2String(_fee.endTime);