feat: 其他出入库的撤销

This commit is contained in:
caoqianming 2025-04-15 11:17:18 +08:00
parent 43a6e2d58b
commit effdc0fc35
1 changed files with 11 additions and 0 deletions

View File

@ -118,6 +118,17 @@
>
提交
</el-button>
<el-button
link
type="warning"
@click="revert(scope.row)"
v-auth="'mio.submit'"
v-if="scope.row.state == 20&&
(scope.row.type == 'other_in' ||
scope.row.type == 'other_out')"
>
撤销
</el-button>
<el-button
link
type="danger"