fix(wms/anneal/plan): 给退火计划查询添加入料库筛选条件

在退火计划列表和管控页面的查询参数中,新增固定的退火原料库ID,确保只查询该仓库下的卷数据
This commit is contained in:
2026-06-30 10:03:39 +08:00
parent 29eab97af4
commit 719d012c38
2 changed files with 4 additions and 0 deletions

View File

@@ -316,6 +316,8 @@ export default {
status: 0, status: 0,
dataType: 1, dataType: 1,
exclusiveStatus: 0, exclusiveStatus: 0,
// 只查询退火原料库的卷
warehouseId: '1988150648993148929'
}, },
statusForm: { statusForm: {
planId: undefined, planId: undefined,

View File

@@ -258,6 +258,8 @@ export default {
status: 0, status: 0,
dataType: 1, dataType: 1,
exclusiveStatus: 0, exclusiveStatus: 0,
// 只查询退火原料库的卷
warehouseId: '1988150648993148929'
}, },
statusForm: { statusForm: {
planId: undefined, planId: undefined,