Commit 4fa89b65 authored by 吴滔's avatar 吴滔

付款单列表状态

parent b5580f68
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
<el-button v-if="scope.row.state == 2" size="mini" type="text">反审核</el-button> <el-button v-if="scope.row.state == 2" size="mini" type="text">反审核</el-button>
<el-button v-if="scope.row.state == 2" size="mini" type="text">核销</el-button> <el-button v-if="scope.row.state == 2" size="mini" type="text">核销</el-button>
<el-button v-if="scope.row.state = 4" size="mini" type="text">反核销</el-button> <el-button v-if="scope.row.state == 4" size="mini" type="text">反核销</el-button>
<!-- <el-button v-if="scope.row.state == 3" size="mini" type="text">开票</el-button> --> <!-- <el-button v-if="scope.row.state == 3" size="mini" type="text">开票</el-button> -->
<el-button size="mini" type="text" @click="toprint(scope.row.id)">打印</el-button> <el-button size="mini" type="text" @click="toprint(scope.row.id)">打印</el-button>
...@@ -270,7 +270,7 @@ export default { ...@@ -270,7 +270,7 @@ export default {
case 3: case 3:
return '已核销' return '已核销'
case 4: case 4:
return '审批驳回' return '审批驳回'
} }
}, },
/** 新增按钮操作 */ /** 新增按钮操作 */
......
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