Commit eda10e12 by wuwenlong

物料清单opt

parent 84e33109
...@@ -256,6 +256,14 @@ $(function () { ...@@ -256,6 +256,14 @@ $(function () {
template: "#=textField#-#=param1Field#" template: "#=textField#-#=param1Field#"
}); });
} }
}, {
field: "parentPrdtName",
template: function (dataItem) {
if(dataItem.lv > 2){
return dataItem['parentPrdtName'];
}
return "";
}
} }
], ],
loadComplete: function (grid) { loadComplete: function (grid) {
......
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