fix(wms): 将分条工序的actionType从200修改为120
修改多个报表视图中的actionType值以匹配正确的分条工序编码
This commit is contained in:
@@ -195,7 +195,7 @@ export default {
|
||||
// actionStatus: 2,
|
||||
warehouseId: this.queryParams.planId,
|
||||
// actionType: 401,
|
||||
actionType: 200, // 分条工序
|
||||
actionType: 120, // 分条工序
|
||||
pageSize: 999,
|
||||
pageNum: 1,
|
||||
startTime: this.queryParams.byCreateTimeStart,
|
||||
|
||||
Reference in New Issue
Block a user