瀏覽代碼

物料基础档案加多物料查询条件

黄梓星 1 年之前
父節點
當前提交
214d195039
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/views/material/basicFile/columns.js

+ 8 - 0
src/views/material/basicFile/columns.js

@@ -12,6 +12,14 @@ export const SearchColumns = [
     },
   },
   {
+    item: { key: "materialCodes", title: "物料编码" },
+    attr: {
+      clearable: true,
+      is: "el-input",
+      placeholder: '多物料编码使用 , 隔开',
+    },
+  },
+  {
     item:{
       key: "name",
       title: "物料名称",