This commit is contained in:
Gdpao
2020-09-05 17:22:53 +08:00
parent af908a3dda
commit 8c89864beb
2 changed files with 7 additions and 7 deletions

View File

@@ -171,22 +171,22 @@
</view>
<view v-if="invoice_type==2">
<text>单位地址</text>
<view class="u-line-2">{{ invoiceList.invoice_goto_addr }}</view>
<view class="u-line-3">{{ invoiceList.invoice_goto_addr }}</view>
</view>
<view>
<text>电话号码</text>
<text>{{ invoiceList.invoice_reg_mobphone }}</text>
<text>{{ invoiceList.invoice_rec_mobphone }}</text>
</view>
<view v-if="invoice_type==2">
<text>开户银行</text>
<text>{{ invoiceList.invoice_reg_bname }}</text>
<view class="u-line-3">{{ invoiceList.invoice_reg_bname }}</view>
</view>
<view v-if="invoice_type==2">
<text>银行账户</text>
<text>{{ invoiceList.invoice_reg_baccount }}</text>
</view>
<view v-if="invoice_type==1">
<text>份证号</text>
<text>份证号</text>
<text>{{ invoiceList.invoice_code }}</text>
</view>
</view>