软废组桶打印

This commit is contained in:
2023-07-24 17:33:31 +08:00
parent c2988bf26f
commit 413e5b8690

View File

@@ -156,7 +156,7 @@ export default {
disabled5: false,
printWeight: true,
option: [{value: '0', label: '不可用'}, {value: '1', label: '可用'}],
active: '0',
active: '1',
open: false,
option1: [],
active1: '',
@@ -392,7 +392,7 @@ export default {
this.pkId = ''
this.pkObj = {}
this.disabled5 = false
this.active = '0'
this.active = '1'
this.active1 = '0'
} else {
this.Dialog(res.desc)
@@ -445,7 +445,7 @@ export default {
this.pkId = ''
this.pkObj = {}
this.disabled1 = false
this.active = '0'
this.active = '1'
this.active1 = '0'
} else {
this.Dialog(res.desc)
@@ -494,7 +494,7 @@ export default {
this.disabled3 = false
this.disabled4 = false
this.disabled5 = false
this.active = '0'
this.active = '1'
this.active1 = '0'
this.$store.dispatch('materObj', '')
this._getpcsn()