Compare commits

...

2 Commits

Author SHA1 Message Date
wuxw
cbf2326741 优化代码 2025-08-13 16:27:56 +08:00
wuxw
47529c0254 优化开票按钮 2025-07-29 17:00:55 +08:00
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 == '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>

View File

@ -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);