|
|
@@ -458,7 +458,7 @@
|
|
|
background
|
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
|
:total="total"
|
|
|
- :page-sizes="[10, 10, 20, 30]"
|
|
|
+ :page-sizes="[5, 10, 20, 30]"
|
|
|
:page-size.sync="pages.size"
|
|
|
:current-page.sync="pages.pageNum"
|
|
|
@current-change="handleCurrentChange"
|
|
|
@@ -666,13 +666,9 @@
|
|
|
});
|
|
|
},
|
|
|
isUpper(row) {
|
|
|
- console.log('this.packingList------', this.packingList);
|
|
|
let filterPackingList = this.packingList.filter((packingItem) => {
|
|
|
return packingItem.parentIndex === row.index;
|
|
|
});
|
|
|
- console.log(row);
|
|
|
- console.log(this.packingList);
|
|
|
- console.log(filterPackingList);
|
|
|
let boolen = filterPackingList.every((item) => {
|
|
|
return item.areaId && item.goodsShelfId && item.goodsAllocationId;
|
|
|
});
|