gdpaoup
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user