fix(wms报表): 为待办动作列表添加actionStatus参数
统一为所有报表页面的待办动作列表请求添加actionStatus=2参数,确保查询结果的一致性
This commit is contained in:
@@ -316,6 +316,7 @@ export default {
|
||||
async getLossList() {
|
||||
this.loading = true
|
||||
const res1 = await listPendingAction({
|
||||
actionStatus: 2,
|
||||
actionType: 11, // 酸轧工序
|
||||
pageSize: 999,
|
||||
pageNum: 1,
|
||||
@@ -323,7 +324,7 @@ export default {
|
||||
endTime: this.queryParams.byCreateTimeEnd,
|
||||
})
|
||||
const res2 = await listPendingAction({
|
||||
// actionStatus: 2,
|
||||
actionStatus: 2,
|
||||
warehouseId: this.queryParams.planId,
|
||||
// actionType: 401,
|
||||
actionType: 120, // 分条工序
|
||||
|
||||
@@ -337,6 +337,7 @@ export default {
|
||||
async getLossList() {
|
||||
this.loading = true
|
||||
const res1 = await listPendingAction({
|
||||
actionStatus: 2,
|
||||
actionType: 11, // 酸轧工序
|
||||
pageSize: 999,
|
||||
pageNum: 1,
|
||||
@@ -344,7 +345,7 @@ export default {
|
||||
endTime: this.queryParams.byCreateTimeEnd,
|
||||
})
|
||||
const res2 = await listPendingAction({
|
||||
// actionStatus: 2,
|
||||
actionStatus: 2,
|
||||
warehouseId: this.queryParams.planId,
|
||||
// actionType: 401,
|
||||
actionType: 120, // 分条工序
|
||||
|
||||
@@ -392,6 +392,7 @@ export default {
|
||||
async getLossList() {
|
||||
this.loading = true
|
||||
const res1 = await listPendingAction({
|
||||
actionStatus: 2,
|
||||
actionType: 11, // 酸轧工序
|
||||
pageSize: 999,
|
||||
pageNum: 1,
|
||||
@@ -399,7 +400,7 @@ export default {
|
||||
endTime: this.queryParams.byCreateTimeEnd,
|
||||
})
|
||||
const res2 = await listPendingAction({
|
||||
// actionStatus: 2,
|
||||
actionStatus: 2,
|
||||
warehouseId: this.queryParams.planId,
|
||||
// actionType: 401,
|
||||
actionType: 120, // 分条工序
|
||||
|
||||
@@ -321,6 +321,7 @@ export default {
|
||||
async getLossList() {
|
||||
this.loading = true
|
||||
const res1 = await listPendingAction({
|
||||
actionStatus: 2,
|
||||
actionType: 11, // 酸轧工序
|
||||
pageSize: 999,
|
||||
pageNum: 1,
|
||||
@@ -328,7 +329,7 @@ export default {
|
||||
endTime: this.queryParams.byCreateTimeEnd,
|
||||
})
|
||||
const res2 = await listPendingAction({
|
||||
// actionStatus: 2,
|
||||
actionStatus: 2,
|
||||
warehouseId: this.queryParams.planId,
|
||||
// actionType: 401,
|
||||
actionType: 120, // 分条工序
|
||||
|
||||
Reference in New Issue
Block a user