feat: 其他出入库的撤销
This commit is contained in:
parent
007a0b11ed
commit
50454e2bac
|
@ -118,6 +118,17 @@
|
||||||
>
|
>
|
||||||
提交
|
提交
|
||||||
</el-button>
|
</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
|
<el-button
|
||||||
link
|
link
|
||||||
type="danger"
|
type="danger"
|
||||||
|
|
Loading…
Reference in New Issue