|
@@ -129,13 +129,22 @@ export default function useColumns() {
|
|
|
attr: { is: "el-input" },
|
|
|
},
|
|
|
{
|
|
|
- item: { width: 100, key: "materialCodeList", title: "物料编码" },
|
|
|
+ item: {key: "materialCodeList", title: "物料编码"},
|
|
|
attr: {
|
|
|
+ clearable: true,
|
|
|
is: "el-popover-multiple-select-v2",
|
|
|
- referName: "MATERIAL_PARAM",
|
|
|
valueKey: "code",
|
|
|
+ referName: "MATERIAL_PARAM",
|
|
|
},
|
|
|
},
|
|
|
+ // {
|
|
|
+ // item: { width: 100, key: "materialCodeList", title: "物料编码" },
|
|
|
+ // attr: {
|
|
|
+ // is: "el-popover-multiple-select-v2",
|
|
|
+ // referName: "MATERIAL_PARAM",
|
|
|
+ // valueKey: "code",
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
item: { key: "materialClassifyList", title: "物料一级分类"},
|
|
|
attr: {
|