diff --git a/src/pages/xinrui/storage/settings/SoftWasteBarrelPrint.vue b/src/pages/xinrui/storage/settings/SoftWasteBarrelPrint.vue index 9c5e81d..8d790ec 100644 --- a/src/pages/xinrui/storage/settings/SoftWasteBarrelPrint.vue +++ b/src/pages/xinrui/storage/settings/SoftWasteBarrelPrint.vue @@ -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()