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 => {