Commit f0222fe6 by 江和松

物料档案类型不用过滤root

parent 67649b9a
...@@ -29,11 +29,11 @@ $(function() { ...@@ -29,11 +29,11 @@ $(function() {
} }
}, { }, {
field: "inventType", field: "inventType",
filter: function (options) { // filter: function (options) {
return _.filter(inventTypeBox, function (item) { // return _.filter(inventTypeBox, function (item) {
return item["param1Field"]=="true" && item["param2Field"] != "root"; // return item["param1Field"]=="true" && item["param2Field"] != "root";
}) // })
}, // },
editor: function (container, options) { editor: function (container, options) {
this.filter(options); this.filter(options);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment