From 5773ccedea250cc8f4c5bba6ea707722da3ec605 Mon Sep 17 00:00:00 2001
From: zhang_li <2235006734@qqq.com>
Date: Fri, 6 Sep 2024 17:01:30 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E6=94=B6=E8=B4=A7=E6=89=93?=
=?UTF-8?q?=E5=8D=B0=E5=8D=95=E6=8F=90=E7=A4=BA=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/pointPutawayJob/index.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/pointPutawayJob/index.vue b/src/pages/pointPutawayJob/index.vue
index d9f47653..3bc3a8f6 100644
--- a/src/pages/pointPutawayJob/index.vue
+++ b/src/pages/pointPutawayJob/index.vue
@@ -87,7 +87,7 @@
style='background:rgb(60, 156, 255) !important ;color: white;margin-top: 80rpx;'> 打印上架指引单
-
+
@@ -356,10 +356,10 @@
this.data1 = res1.data
this.data1.inspectDTOList = this.data1.inspectDTOList.filter(item => item.sampleQty >
0)
- if (this.data1 && this.data1.inspectDTOList && this.data1.inspectDTOList.length == 0) {
+ if (this.data1 && this.data1.inspectDTOList && this.data1.inspectDTOList.length == 0&&this.data.ids) {
this.tabIndex = 2
}
- console.log(88,this.data1)
+ console.log(88,this.data1.inspectDTOList)
this.getTableInspectDTOList()
})
.catch(error => {