Browse Source

完善欠款开票

master
yunuo970428 2 years ago
parent
commit
8ee7222298
  1. 5
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearsbilling/arrearsbilling.vue

5
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearsbilling/arrearsbilling.vue

@ -69,6 +69,11 @@
<span v-else @click="flowRecord(scope.row)" class="bluezi">{{ scope.row.nodeState }}</span>
</template>
</el-table-column>
<el-table-column label="是否领取发票" align="center">
<template slot-scope="scope">
<span>{{ scope.row.isLQOrigInvoice }}</span>
</template>
</el-table-column>
<el-table-column label="销售类型" align="center">
<template slot-scope="scope">
<span>{{ scope.row.saleTypeValue }}</span>

Loading…
Cancel
Save