fix(wms报表): 为待办动作列表添加actionStatus参数
统一为所有报表页面的待办动作列表请求添加actionStatus=2参数,确保查询结果的一致性
This commit is contained in:
@@ -182,7 +182,7 @@ export default {
|
||||
async getList() {
|
||||
this.loading = true
|
||||
const res1 = await listPendingAction({
|
||||
// actionStatus: 2,
|
||||
actionStatus: 2,
|
||||
warehouseId: this.queryParams.planId,
|
||||
// actionType: 401,
|
||||
actionType: 501, // 镀锌工序
|
||||
@@ -192,7 +192,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