Commit f0222fe6 by 江和松

物料档案类型不用过滤root

parent 67649b9a
......@@ -29,11 +29,11 @@ $(function() {
}
}, {
field: "inventType",
filter: function (options) {
return _.filter(inventTypeBox, function (item) {
return item["param1Field"]=="true" && item["param2Field"] != "root";
})
},
// filter: function (options) {
// return _.filter(inventTypeBox, function (item) {
// return item["param1Field"]=="true" && item["param2Field"] != "root";
// })
// },
editor: function (container, 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