fix(wms): 将分条工序的actionType从200修改为120
修改多个报表视图中的actionType值以匹配正确的分条工序编码
This commit is contained in:
@@ -312,7 +312,7 @@ export default {
|
||||
// actionStatus: 2,
|
||||
warehouseId: this.queryParams.planId,
|
||||
// actionType: 401,
|
||||
actionType: 200, // 分条工序
|
||||
actionType: 120, // 分条工序
|
||||
pageSize: 999,
|
||||
pageNum: 1,
|
||||
startTime: this.queryParams.byCreateTimeStart,
|
||||
|
||||
@@ -333,7 +333,7 @@ export default {
|
||||
// actionStatus: 2,
|
||||
warehouseId: this.queryParams.planId,
|
||||
// actionType: 401,
|
||||
actionType: 200, // 分条工序
|
||||
actionType: 120, // 分条工序
|
||||
pageSize: 999,
|
||||
pageNum: 1,
|
||||
startTime: this.queryParams.byCreateTimeStart,
|
||||
|
||||
@@ -389,7 +389,7 @@ export default {
|
||||
// actionStatus: 2,
|
||||
warehouseId: this.queryParams.planId,
|
||||
// actionType: 401,
|
||||
actionType: 200, // 分条工序
|
||||
actionType: 120, // 分条工序
|
||||
pageSize: 999,
|
||||
pageNum: 1,
|
||||
startTime: this.queryParams.byCreateTimeStart,
|
||||
|
||||
@@ -315,7 +315,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