开始做发票

This commit is contained in:
2024-04-22 17:37:07 +08:00
parent d873a722a1
commit 11f208a513
17 changed files with 219 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
<!--pages/invoiceInfo/index.wxml-->
<van-cell-group>
<!-- <van-cell-group>
<van-field
value="{{ detail.name }}"
label="公司名称"
@@ -47,4 +47,9 @@
<view class="wrapper operate">
<van-button type="default" block style="flex: 1" bind:click="handleBack">返回</van-button>
<van-button type="info" block style="margin-left: 30rpx;flex: 1;">编辑</van-button>
</view> -->
<navigator title="发票详细" canBack="{{true}}" bind:back="back" />
<view class="wrapper">
<view> 尊敬的客户,您好 </view>
</view>