软废组桶打印
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
|||||||
disabled5: false,
|
disabled5: false,
|
||||||
printWeight: true,
|
printWeight: true,
|
||||||
option: [{value: '0', label: '不可用'}, {value: '1', label: '可用'}],
|
option: [{value: '0', label: '不可用'}, {value: '1', label: '可用'}],
|
||||||
active: '0',
|
active: '1',
|
||||||
open: false,
|
open: false,
|
||||||
option1: [],
|
option1: [],
|
||||||
active1: '',
|
active1: '',
|
||||||
@@ -392,7 +392,7 @@ export default {
|
|||||||
this.pkId = ''
|
this.pkId = ''
|
||||||
this.pkObj = {}
|
this.pkObj = {}
|
||||||
this.disabled5 = false
|
this.disabled5 = false
|
||||||
this.active = '0'
|
this.active = '1'
|
||||||
this.active1 = '0'
|
this.active1 = '0'
|
||||||
} else {
|
} else {
|
||||||
this.Dialog(res.desc)
|
this.Dialog(res.desc)
|
||||||
@@ -445,7 +445,7 @@ export default {
|
|||||||
this.pkId = ''
|
this.pkId = ''
|
||||||
this.pkObj = {}
|
this.pkObj = {}
|
||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
this.active = '0'
|
this.active = '1'
|
||||||
this.active1 = '0'
|
this.active1 = '0'
|
||||||
} else {
|
} else {
|
||||||
this.Dialog(res.desc)
|
this.Dialog(res.desc)
|
||||||
@@ -494,7 +494,7 @@ export default {
|
|||||||
this.disabled3 = false
|
this.disabled3 = false
|
||||||
this.disabled4 = false
|
this.disabled4 = false
|
||||||
this.disabled5 = false
|
this.disabled5 = false
|
||||||
this.active = '0'
|
this.active = '1'
|
||||||
this.active1 = '0'
|
this.active1 = '0'
|
||||||
this.$store.dispatch('materObj', '')
|
this.$store.dispatch('materObj', '')
|
||||||
this._getpcsn()
|
this._getpcsn()
|
||||||
|
|||||||
Reference in New Issue
Block a user