This commit is contained in:
parent
4948c45382
commit
92b6d9b6fd
|
|
@ -344,6 +344,15 @@
|
||||||
>
|
>
|
||||||
装备退役
|
装备退役
|
||||||
</el-button>
|
</el-button>
|
||||||
|
<el-button
|
||||||
|
type="primary"
|
||||||
|
size="mini"
|
||||||
|
icon="el-icon-document-checked"
|
||||||
|
@click="onHandleReturn"
|
||||||
|
class="operation-btn"
|
||||||
|
>
|
||||||
|
装备退库
|
||||||
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
size="mini"
|
size="mini"
|
||||||
|
|
@ -1109,6 +1118,9 @@ export default {
|
||||||
onHandleRetire() {
|
onHandleRetire() {
|
||||||
this.$router.push('/equipment/equ-retire')
|
this.$router.push('/equipment/equ-retire')
|
||||||
},
|
},
|
||||||
|
onHandleReturn() {
|
||||||
|
this.$router.push('/equipment/equStore')
|
||||||
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 导出数据
|
* 导出数据
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue