@ -80,6 +80,7 @@
</el-button>
<el-button type="text" size="small"
:disabled="scope.row.status==2"
@click="checDialog(scope.row)"
>审核
@ -908,7 +908,7 @@ export default {
});
},
rollback(row) {
this.$confirm('此操作将撤回单据到未验收, 是否继续?', '提示', {
this.$confirm('此操作将撤回单据, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
@ -1044,7 +1044,7 @@ export default {
this.$confirm('此操作将撤回单据到等待校验, 是否继续?', '提示', {