Преглед изворни кода

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

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: {},
   },