|
@@ -366,23 +366,23 @@ export default {
|
|
|
methods: {
|
|
|
fixedZy(){
|
|
|
this.$refs.FixedZyModal.fixedZyModVis = true
|
|
|
- this.$refs.FixedZyModal.personLists('正常')
|
|
|
+ this.$refs.FixedZyModal.personLists('闲置')
|
|
|
this.$refs.FixedZyModal.sat = '转移'
|
|
|
|
|
|
},
|
|
|
fixedGh(){
|
|
|
this.$refs.FixedZyModal.fixedZyModVis = true
|
|
|
- this.$refs.FixedZyModal.personLists('正常')
|
|
|
+ this.$refs.FixedZyModal.personLists('领用,转移,调拨')
|
|
|
this.$refs.FixedZyModal.sat = '归还'
|
|
|
},
|
|
|
fixedDb(){
|
|
|
this.$refs.FixedZyModal.fixedZyModVis = true
|
|
|
- this.$refs.FixedZyModal.personLists('正常')
|
|
|
+ this.$refs.FixedZyModal.personLists('闲置')
|
|
|
this.$refs.FixedZyModal.sat = '调拨'
|
|
|
},
|
|
|
fixedBf(){
|
|
|
this.$refs.FixedZyModal.fixedZyModVis = true
|
|
|
- this.$refs.FixedZyModal.personLists('正常')
|
|
|
+ this.$refs.FixedZyModal.personLists('调拨,转移,领用,闲置')
|
|
|
this.$refs.FixedZyModal.sat = '报废'
|
|
|
},
|
|
|
carSq(){
|