订单列表:前端展示发票类型

beta
路明慧 1 year ago
parent 7b32fd463b
commit b7d1e66719
  1. 6
      jianshui-ui/src/views/invoice/billinfo/index.vue

@ -375,9 +375,9 @@
<el-table-column label="客户系统订单号" align="center" prop="outTradeOrderno" width="120px"/>
<!-- <el-table-column label="流水号" align="center" prop="fpqqlsh" /> -->
<el-table-column label="发票种类" align="center" prop="invoiceType">
<template slot-scope="scope">
<dict-tag :options="dict.type.invoice_type" :value="scope.row.invoiceType"/>
</template>
<!-- <template slot-scope="scope">-->
<!-- <dict-tag :options="dict.type.invoice_type" :value="scope.row.invoiceType"/>-->
<!-- </template>-->
</el-table-column>
<el-table-column label="购方名称" align="center" prop="buyerName"/>
<el-table-column label="购方税号" align="center" prop="buyerTaxnum"/>

Loading…
Cancel
Save