提交 53d461cd 编写于 作者: 傻拖

已办增加"环节"列

上级 c32a88bd
......@@ -13,12 +13,18 @@ MWF.xApplication.process.Application.Main = new Class({
"icon": "icon.png",
"application": "",
"id": "",
"navi" : "all",
"title": MWF.xApplication.process.Application.LP.title
},
onQueryLoad: function(){
this.lp = MWF.xApplication.process.Application.LP;
this.action = o2.Actions.load("x_processplatform_assemble_surface");
if (this.status) this.options.id = this.status.id;
if (this.status) {
this.options.id = this.status.id;
if(this.status.navi){
this.options.navi = this.status.navi;
}
}
this._loadCss();
},
loadApplication: function(callback){
......@@ -30,7 +36,7 @@ MWF.xApplication.process.Application.Main = new Class({
var url = this.path+this.options.style+"/view/view.html";
this.content.loadHtml(url, {"bind": {"acl":this.acl,"lp": this.lp,"data":{"application" : this.application}}, "module": this}, function(){
this.setLayout();
this.loadList("all");
this.loadList(this.options.navi);
if (callback) callback();
}.bind(this));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册