|
|
@ -185,6 +185,7 @@
|
|
|
|
</el-tag>
|
|
|
|
</el-tag>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column label="操作" width="160" fixed="right">
|
|
|
|
<el-table-column label="操作" width="160" fixed="right">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button type="text" :disabled="scope.row.checkStatus==1 " v-if="showSup" size="small"
|
|
|
|
<el-button type="text" :disabled="scope.row.checkStatus==1 " v-if="showSup" size="small"
|
|
|
@ -479,7 +480,7 @@
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
<el-dialog
|
|
|
|
title="确定"
|
|
|
|
title="发票—确认登记"
|
|
|
|
:visible.sync="determineVisible"
|
|
|
|
:visible.sync="determineVisible"
|
|
|
|
width="80%"
|
|
|
|
width="80%"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|