diff --git a/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue b/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue index b18b152..89b0b2b 100644 --- a/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue +++ b/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue @@ -73,7 +73,7 @@
- +
@@ -98,8 +98,7 @@ export default { val4: '', dataList: [], radios: [{value: '1', label: '生产配粉出库', checked: true}, {value: '2', label: '科研配粉出库', checked: false}], - disabled1: false, - disabled2: false + disabled1: false } }, watch: { @@ -182,9 +181,9 @@ export default { } else { this.Dialog(res.desc) } - this.disabled2 = false + this.disabled1 = false } catch (error) { - this.disabled2 = false + this.disabled1 = false } }, outSure () { @@ -196,9 +195,9 @@ export default { this._pfoutConfirmoutstore() }, returnStore () { - this.disabled2 = true + this.disabled1 = true if (!(this.val1 && this.val2)) { - this.disabled2 = false + this.disabled1 = false return } this._pfoutBackstore()