优化开票按钮

This commit is contained in:
wuxw 2025-07-29 17:00:55 +08:00
parent adebb45ee5
commit 47529c0254

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>