单据回退修改

featFunction
anthonywj 3 years ago
parent 9c074c8431
commit b047933eab

@ -80,6 +80,7 @@
</el-button> </el-button>
<el-button type="text" size="small" <el-button type="text" size="small"
:disabled="scope.row.status==2"
@click="checDialog(scope.row)" @click="checDialog(scope.row)"
>审核 >审核
</el-button> </el-button>

File diff suppressed because it is too large Load Diff

@ -908,7 +908,7 @@ export default {
}); });
}, },
rollback(row) { rollback(row) {
this.$confirm('此操作将撤回单据到未验收, 是否继续?', '提示', { this.$confirm('此操作将撤回单据, 是否继续?', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'

@ -1044,7 +1044,7 @@ export default {
}); });
}, },
rollback(row) { rollback(row) {
this.$confirm('此操作将撤回单据到等待校验, 是否继续?', '提示', { this.$confirm('此操作将撤回单据, 是否继续?', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'

Loading…
Cancel
Save