|
@@ -280,7 +280,7 @@
|
|
showStock: this.showStock,
|
|
showStock: this.showStock,
|
|
warehouseSn: this.warehouseSn
|
|
warehouseSn: this.warehouseSn
|
|
}
|
|
}
|
|
- const active = this.activeList
|
|
|
|
|
|
+ const active = this.activeList.filter(item => item.enabledFlag == 1)
|
|
|
|
|
|
// 正常产品
|
|
// 正常产品
|
|
const proList = await salesDetailAllList(params).then(res => res.data)
|
|
const proList = await salesDetailAllList(params).then(res => res.data)
|