fix(wms): 修正钢卷选择器筛选条件及显示逻辑

- 统一钢卷选择器的selectType为'product'并添加status过滤
- 修复materialType与selectType的映射关系
- 移除分页组件的rangeMode条件限制
- 更新部分字段显示名称
This commit is contained in:
砂糖
2026-01-15 17:33:54 +08:00
parent 45d09812cf
commit 1b5efc00f6
5 changed files with 15 additions and 7 deletions

View File

@@ -161,7 +161,8 @@ export default {
pageSize: 10,
currentCoilNo: null,
grade: null,
selectType: 'raw_material',
selectType: 'product',
status: 0, // 不包含已发货的钢卷
dataType: 1 // 只查询当前数据,不查询历史数据
},
columns: defaultColumns,