fix(wms): 将分条工序的actionType从200修改为120

修改多个报表视图中的actionType值以匹配正确的分条工序编码
This commit is contained in:
砂糖
2026-03-02 13:45:40 +08:00
parent f47e1f529c
commit cc4fd73ca6
10 changed files with 10 additions and 10 deletions

View File

@@ -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,