mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
Compare commits
No commits in common. "cbf23267413714005c14815de5c628ea2db57736" and "adebb45ee5b5ed92e7a607c398e83aa0399a47c9" have entirely different histories.
cbf2326741
...
adebb45ee5
@ -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>
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user