扫码或复制链接至浏览器下载

This commit is contained in:
wwz
2024-12-24 17:41:28 +08:00
parent 82d4aa5f6c
commit 6e174be3b2
4 changed files with 273 additions and 59 deletions

View File

@@ -7,7 +7,7 @@
</view>
<view class="contenttopbox flex-center">
<text @click="form.type = '-1',form.page = '1',form.user_name = '',invoicingrecordsthatneed()"
:class="form.type == '-1'?'classtext':''">处理</text>
:class="form.type == '-1'?'classtext':''">审核</text>
<text @click="form.type = '1',form.page = '1',form.user_name = '',invoicingrecordsthatneed()"
:class="form.type == '1'?'classtext':''">已处理</text>
@@ -38,7 +38,7 @@
<text>开票凭证</text>
<image :src="item.img" mode="aspectFill"></image>
</view>
<view v-if="item.status == '-1'" class="contentboxitembutton flex-center">
<view v-if="item.status == '待审核'" class="contentboxitembutton flex-center">
<view class="buttonone" @click="storereviewandinvoicing(item,1)">
通过
</view>