From da4c27fa9584e2d72595399eaa080a7018d95909 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Thu, 25 Apr 2024 17:34:44 +0800
Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E9=99=90=E5=88=B6?=
=?UTF-8?q?=E6=9D=A1=E4=BB=B6=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/management/in-storage.vue | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
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) {