修改开票时确认信息的错误,,调整电费账单查看

This commit is contained in:
2024-05-06 14:13:53 +08:00
parent ce81f9fe0a
commit 5885281810
4 changed files with 35 additions and 14 deletions

View File

@@ -104,7 +104,7 @@
>
<view class="modalContentWrapper">
<van-field
value="{{ '河北华昌宝能售电有限公司' }}"
value="{{ tenementName }}"
label="发票抬头"
readonly
type="textarea"
@@ -113,21 +113,21 @@
border="{{false}}"
/>
<van-field
value="{{ 99.99 }}"
value="{{ money }}"
label="发票金额"
readonly
title-width="132rpx"
border="{{false}}"
/>
<van-field
value="{{ '普通发票' }}"
value="{{ detail.type === 0 ? '普通电子发票' : '增值税专用电子发票' }}"
label="发票类型"
readonly
title-width="132rpx"
border="{{false}}"
/>
<van-field
value="{{ '123456@qq.com' }}"
value="{{ detail.email }}"
label="邮箱地址"
readonly
title-width="132rpx"