fix(wms/report): 注释调warehouseIds参数传递,暂不按仓库过滤报表数据
This commit is contained in:
@@ -448,7 +448,7 @@ export default {
|
|||||||
fetchOutputList({
|
fetchOutputList({
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
...this.baseQueryParams,
|
...this.baseQueryParams,
|
||||||
warehouseIds: this.warehouseIds.join(','),
|
// warehouseIds: this.warehouseIds.join(','),
|
||||||
}),
|
}),
|
||||||
]).then(([lossList, outputList]) => {
|
]).then(([lossList, outputList]) => {
|
||||||
this.lossList = lossList
|
this.lossList = lossList
|
||||||
|
|||||||
@@ -341,7 +341,7 @@ export default {
|
|||||||
fetchOutputList({
|
fetchOutputList({
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
...this.baseQueryParams,
|
...this.baseQueryParams,
|
||||||
warehouseIds: this.warehouseIds.join(','),
|
// warehouseIds: this.warehouseIds.join(','),
|
||||||
}),
|
}),
|
||||||
]).then(([lossList, outputList]) => {
|
]).then(([lossList, outputList]) => {
|
||||||
this.lossList = lossList
|
this.lossList = lossList
|
||||||
|
|||||||
@@ -452,7 +452,7 @@ export default {
|
|||||||
fetchOutputList({
|
fetchOutputList({
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
...this.baseQueryParams,
|
...this.baseQueryParams,
|
||||||
warehouseIds: this.warehouseIds.join(','),
|
// warehouseIds: this.warehouseIds.join(','),
|
||||||
}),
|
}),
|
||||||
]).then(([lossList, outputList]) => {
|
]).then(([lossList, outputList]) => {
|
||||||
// 将mergeCoils中存在的卷剔除
|
// 将mergeCoils中存在的卷剔除
|
||||||
|
|||||||
@@ -414,7 +414,7 @@ export default {
|
|||||||
fetchOutputList({
|
fetchOutputList({
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
...this.baseQueryParams,
|
...this.baseQueryParams,
|
||||||
warehouseIds: this.warehouseIds.join(','),
|
// warehouseIds: this.warehouseIds.join(','),
|
||||||
}),
|
}),
|
||||||
]).then(([lossList, outputList]) => {
|
]).then(([lossList, outputList]) => {
|
||||||
this.lossList = lossList
|
this.lossList = lossList
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ export default {
|
|||||||
fetchOutputList({
|
fetchOutputList({
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
...this.baseQueryParams,
|
...this.baseQueryParams,
|
||||||
warehouseIds: this.warehouseIds.join(','),
|
// warehouseIds: this.warehouseIds.join(','),
|
||||||
}).then((resList) => {
|
}).then((resList) => {
|
||||||
this.list = resList
|
this.list = resList
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|||||||
@@ -326,7 +326,7 @@ export default {
|
|||||||
fetchOutputList({
|
fetchOutputList({
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
...this.baseQueryParams,
|
...this.baseQueryParams,
|
||||||
warehouseIds: this.warehouseIds.join(','),
|
// warehouseIds: this.warehouseIds.join(','),
|
||||||
}),
|
}),
|
||||||
]).then(([lossList, outputList]) => {
|
]).then(([lossList, outputList]) => {
|
||||||
this.lossList = lossList
|
this.lossList = lossList
|
||||||
|
|||||||
@@ -312,7 +312,7 @@ export default {
|
|||||||
fetchOutputList({
|
fetchOutputList({
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
...this.baseQueryParams,
|
...this.baseQueryParams,
|
||||||
warehouseIds: this.warehouseIds.join(','),
|
// warehouseIds: this.warehouseIds.join(','),
|
||||||
}),
|
}),
|
||||||
]).then(([lossList, outputList]) => {
|
]).then(([lossList, outputList]) => {
|
||||||
this.lossList = lossList
|
this.lossList = lossList
|
||||||
|
|||||||
Reference in New Issue
Block a user