mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化开票按钮
This commit is contained in:
parent
adebb45ee5
commit
47529c0254
@ -47,7 +47,7 @@
|
|||||||
<view class="text-gray">备注</view>
|
<view class="text-gray">备注</view>
|
||||||
<view class="text-gray">{{item.remark}}</view>
|
<view class="text-gray">{{item.remark}}</view>
|
||||||
</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"></view>
|
||||||
<view class="text-gray"><button class="cu-btn sm line-blue" @click="_applyInvoice(item)">申请开票</button></view>
|
<view class="text-gray"><button class="cu-btn sm line-blue" @click="_applyInvoice(item)">申请开票</button></view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user