|
@@ -137,6 +137,18 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
+ item: { key: "materialClassifyList", title: "物料一级分类"},
|
|
|
+ attr: {
|
|
|
+ is: "el-popover-multiple-tree-select",
|
|
|
+ referName: "MATERIALCLASSIFY_PARAM",
|
|
|
+ valueKey: "code",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ item: { width: 100, key: "source", title: "价格来源" },
|
|
|
+ attr: { is: "el-select", dictName: "price_source" },
|
|
|
+ },
|
|
|
+ {
|
|
|
item: { width: 100, key: "status", title: "有效状态" },
|
|
|
attr: { is: "el-select", dictName: "is_effective" },
|
|
|
},
|