Browse Source

价格目录加上搜索条件

黄梓星 1 year ago
parent
commit
f2c391ad2e
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/views/purchase/catalogue/columns.js

+ 12 - 0
src/views/purchase/catalogue/columns.js

@@ -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" },
     },