electricity_bill_calc_wx/pages/invoiceDetail/index.wxml
2024-04-25 08:51:18 +08:00

57 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--pages/invoiceInfo/index.wxml-->
<!-- <van-cell-group>
<van-field
value="{{ detail.name }}"
label="公司名称"
border="{{ false }}"
readonly
/>
<van-field
value="{{ detail.tin }}"
label="税号"
border="{{ false }}"
readonly
/>
<van-field
value="{{ detail.address }}"
label="单位地址"
border="{{ false }}"
readonly
/>
<van-field
value="{{ detail.phone }}"
label="电话"
border="{{ false }}"
readonly
/>
<van-field
value="{{ detail.bank }}"
label="开户银行"
border="{{ false }}"
readonly
/>
<van-field
value="{{ detail.account }}"
label="开户账号"
border="{{ false }}"
readonly
/>
<van-field
value="{{ detail.email }}"
label="邮箱"
border="{{ false }}"
readonly
/>
</van-cell-group>
<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> 已经为您开具订单2222222222的发票发票数量共计1张如下 </view>
<view> 发票裂隙数电发票电子发票发票号码54645654656556您可以点击“发票下载”获取该发票文件 </view>
</view>