refactor(wms): 移除materialType限制并统一使用selectType

- 在ship.vue中移除coilFilters的materialType默认值
- 在base.vue和CoilSelector中将itemType改为selectType
- 在ActualWarehouseSelect组件中添加cascader的filterable属性
This commit is contained in:
砂糖
2025-12-10 15:11:28 +08:00
parent 6c46c6cfe6
commit 5c5beb01c0
4 changed files with 4 additions and 6 deletions

View File

@@ -213,7 +213,6 @@ export default {
// 钢卷选择器筛选参数
coilFilters: {
dataType: 1,
materialType: '成品'
},
coilSelectorVisible: false,
loading: false,