fix(wms/report): 注释调warehouseIds参数传递,暂不按仓库过滤报表数据

This commit is contained in:
2026-05-19 16:57:42 +08:00
parent 4a8fc4904f
commit 417783e64a
7 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -341,7 +341,7 @@ export default {
fetchOutputList({
...this.queryParams,
...this.baseQueryParams,
warehouseIds: this.warehouseIds.join(','),
// warehouseIds: this.warehouseIds.join(','),
}),
]).then(([lossList, outputList]) => {
this.lossList = lossList

View File

@@ -452,7 +452,7 @@ export default {
fetchOutputList({
...this.queryParams,
...this.baseQueryParams,
warehouseIds: this.warehouseIds.join(','),
// warehouseIds: this.warehouseIds.join(','),
}),
]).then(([lossList, outputList]) => {
// 将mergeCoils中存在的卷剔除

View File

@@ -414,7 +414,7 @@ export default {
fetchOutputList({
...this.queryParams,
...this.baseQueryParams,
warehouseIds: this.warehouseIds.join(','),
// warehouseIds: this.warehouseIds.join(','),
}),
]).then(([lossList, outputList]) => {
this.lossList = lossList

View File

@@ -208,7 +208,7 @@ export default {
fetchOutputList({
...this.queryParams,
...this.baseQueryParams,
warehouseIds: this.warehouseIds.join(','),
// warehouseIds: this.warehouseIds.join(','),
}).then((resList) => {
this.list = resList
this.loading = false

View File

@@ -326,7 +326,7 @@ export default {
fetchOutputList({
...this.queryParams,
...this.baseQueryParams,
warehouseIds: this.warehouseIds.join(','),
// warehouseIds: this.warehouseIds.join(','),
}),
]).then(([lossList, outputList]) => {
this.lossList = lossList

View File

@@ -312,7 +312,7 @@ export default {
fetchOutputList({
...this.queryParams,
...this.baseQueryParams,
warehouseIds: this.warehouseIds.join(','),
// warehouseIds: this.warehouseIds.join(','),
}),
]).then(([lossList, outputList]) => {
this.lossList = lossList