瀏覽代碼

目标管理-物料参照框中增加“包装、型号”字段。

DongZ 1 年之前
父節點
當前提交
493a8635a1
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/components/popover-select/components/MATERIAL_PARAM.js

+ 8 - 0
src/components/popover-select/components/MATERIAL_PARAM.js

@@ -16,6 +16,14 @@ export default [
     attr: {},
   },
   {
+    item: { key: "packExplain", title: "包装", width: "auto" },
+    attr: {},
+  },
+  {
+    item: { key: "model", title: "型号", width: "auto" },
+    attr: {},
+  },
+  {
     item: { key: "unitIdName", title: "单位", width: "auto" },
     attr: {},
   },