mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
Compare commits
2 Commits
adebb45ee5
...
cbf2326741
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbf2326741 | ||
|
|
47529c0254 |
@ -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 == 'D'">
|
||||
<view class="flex margin-top-xs justify-between" v-if="item.openInvoice == 'N'">
|
||||
<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.amountOwed;
|
||||
this.amount = _fee.amount;
|
||||
this.additionalAmount = _fee.additionalAmount;
|
||||
this.ordEndTime = _fee.endTime;
|
||||
this.formatEndTime = date2String(_fee.endTime);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user