新增充值的修改

This commit is contained in:
2024-04-07 14:47:30 +08:00
parent f5ddb92449
commit 417ba1454c
32 changed files with 302 additions and 97 deletions

View File

@@ -1,27 +1,13 @@
<!--pages/invoiceList/index.wxml-->
<view class="wrapper">
<view
wx:for="{{list}}"
wx:key="index"
class="item"
>
<view style="flex: 1"> {{ item.tenement.name }} </view>
<view class="operate">
<view class="primaryTextBtn" data-data="{{item}}" bind:tap="operate"> 操作 </view>
<!-- <view class="primaryTextBtn" style="margin-left: 24rpx;"> 编辑 </view>
<view class="dangerTextBtn" style="margin-left: 24rpx;"> 删除 </view> -->
</view>
</view>
<navigator canBack="{{true}}" title="发票管理" />
<view style="margin-top: 10vh;">
<van-button type="info" block bind:click="handleCreate">创建一个</van-button>
</view>
</view>
<van-action-sheet
show="{{ show }}"
actions="{{ actions }}"
bind:close="onClose"
bind:select="onSelect"
cancel-text="取消"
/>
<van-tabs active="{{ active }}" bind:change="onChange">
<van-tab title="申请开票">
<notyet />
</van-tab>
<van-tab title="已开发票">
<already />
</van-tab>
<van-tab title="开票信息">
<info />
</van-tab>
</van-tabs>