This commit is contained in:
bb_pan 2025-10-29 19:39:11 +08:00
parent 4948c45382
commit 92b6d9b6fd
1 changed files with 12 additions and 0 deletions

View File

@ -344,6 +344,15 @@
>
装备退役
</el-button>
<el-button
type="primary"
size="mini"
icon="el-icon-document-checked"
@click="onHandleReturn"
class="operation-btn"
>
装备退库
</el-button>
<el-button
type="primary"
size="mini"
@ -1109,6 +1118,9 @@ export default {
onHandleRetire() {
this.$router.push('/equipment/equ-retire')
},
onHandleReturn() {
this.$router.push('/equipment/equStore')
},
/**
* 导出数据