@@ -87,6 +87,14 @@
clearable:true,
},
+ {
+ item: { key: "materialCodes", title: "物料编码" },
+ attr: {
+ clearable: true,
+ is: "el-input",
+ placeholder: '多物料编码使用 , 隔开',
+ },
{
item: { key: "classifySearchList", title: "品类" },
attr: {
@@ -169,7 +169,6 @@ export default function useColumns() {
item: { width: 100, key: "isPriceAdjustmentName", title: "调价类型" },
- is: "el-dict-tag",