|
|
|
@ -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"/> |
|
|
|
|