diff --git a/pages/management/in-storage.vue b/pages/management/in-storage.vue index 96eb8ea..7e997ce 100644 --- a/pages/management/in-storage.vue +++ b/pages/management/in-storage.vue @@ -10,7 +10,8 @@ - + + @@ -280,18 +281,22 @@ e.checked = !e.checked let arr = this.dataList1.filter(el => el.checked === true) this.checkArr1 = arr.map(el => {return el.djid}) - if (arr.length === 1) { - this.btnActive1 = arr[0].djzt === '提交' ? true : false - } else { - this.btnActive1 = false - } + // if (arr.length === 1) { + // this.btnActive1 = arr[0].djzt === '提交' ? true : false + // } else { + // this.btnActive1 = false + // } }, async toSure () { this.disabled1 = true - if (this.checkArr1.length === 0 || this.btnActive1) { - this.disabled1 = false - return - } + // if (this.checkArr1.length === 0 || this.btnActive1) { + // this.disabled1 = false + // return + // } + if (this.checkArr1.length === 0) { + this.disabled1 = false + return + } try { let res = await easOutInBillUpdate(this.checkArr1) if (res.code === 1) {