Commit 659fc233 authored by 吴春's avatar 吴春

1

parent 0f08e30b
......@@ -458,6 +458,17 @@
</el-popover>
</template>
</el-table-column>
<el-table-column prop="" label="发票状态">
<template slot-scope="scope">
<div v-if="scope.row.KingdeeInvoice==1||scope.row.KingdeeInvoice==3">
<div v-if="scope.row.InvoiceState==0">有票-待上传</div>
<div v-else-if="scope.row.InvoiceState==1">有票-待审核</div>
<div v-else-if="scope.row.InvoiceState==2">有票-已审核</div>
</div>
<div v-else>无票</div>
</template>
</el-table-column>
<el-table-column prop="" label="操作">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="查看" placement="top">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment