Browse Source

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

DongZ 1 year ago
parent
commit
493a8635a1
1 changed files with 8 additions and 0 deletions
  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: {},
   },