fix(wms/report): 注释调warehouseIds参数传递,暂不按仓库过滤报表数据
This commit is contained in:
@@ -448,7 +448,7 @@ export default {
|
||||
fetchOutputList({
|
||||
...this.queryParams,
|
||||
...this.baseQueryParams,
|
||||
warehouseIds: this.warehouseIds.join(','),
|
||||
// warehouseIds: this.warehouseIds.join(','),
|
||||
}),
|
||||
]).then(([lossList, outputList]) => {
|
||||
this.lossList = lossList
|
||||
|
||||
Reference in New Issue
Block a user