|
@@ -638,7 +638,7 @@ export default {
|
638
|
638
|
console.log("stockTotal",stockTotal)
|
639
|
639
|
this.stockTotal = stockTotal
|
640
|
640
|
var list = response.data.data.list
|
641
|
|
- console.log("导出数据",list)
|
|
641
|
+ // console.log("导出数据",list)
|
642
|
642
|
for(let i=0;i<list.length;i++){
|
643
|
643
|
if (list[i].query_warehouseout_info.length > 0) {
|
644
|
644
|
this.tableList.push(list[i])
|