提交 8fa700b4 编写于 作者: U unknown

查询导航可配置

上级 8234be01
...@@ -320,8 +320,8 @@ MWF.xApplication.query.QueryManager.QueryProperty = new Class({ ...@@ -320,8 +320,8 @@ MWF.xApplication.query.QueryManager.QueryProperty = new Class({
var html = "<table cellspacing='0' cellpadding='0' border='0' align='left' style='margin-top: 20px;padding-left: 15%;width: 72%;'>"; var html = "<table cellspacing='0' cellpadding='0' border='0' align='left' style='margin-top: 20px;padding-left: 15%;width: 72%;'>";
html += "<tr>" + html += "<tr>" +
"<td class='formTitle' style='width:150px'>"+lp.naviCategory+"</td>" + "<td class='formTitle' style='width:150px'>"+lp.naviCategory+"</td>" +
"<td class='formTitle' style='width:150px'>"+lp.isShow+"</td> " + "<td class='formTitle' style='width:200px'>"+lp.isShow+"</td> " +
"<td class='formTitle' style='width: calc( 100% - 310px )'>"+lp.showText+"</td></tr>"; "<td class='formTitle' style='width: calc( 100% - 360px )'>"+lp.showText+"</td></tr>";
html += "<tr>" + html += "<tr>" +
"<td class='formContent'>"+lp.viewName+"</td> " + "<td class='formContent'>"+lp.viewName+"</td> " +
"<td item='viewShow' class='formContent'></td> " + "<td item='viewShow' class='formContent'></td> " +
...@@ -354,10 +354,10 @@ MWF.xApplication.query.QueryManager.QueryProperty = new Class({ ...@@ -354,10 +354,10 @@ MWF.xApplication.query.QueryManager.QueryProperty = new Class({
isEdited: false, isEdited: false,
style : "appproperty", style : "appproperty",
itemTemplate: { itemTemplate: {
viewShow: { type:"checkbox", selectValue : ["true"], selectText: [lp.show] }, viewShow: { type:"radio", selectValue : ["true","false"], selectText: [lp.show, lp.hide], style: {"display":"inline"} },
statShow: { type:"checkbox", selectValue : ["true"], selectText: [lp.show] }, statShow: { type:"radio", selectValue : ["true","false"], selectText: [lp.show, lp.hide], style: {"display":"inline"} },
statementShow: { type:"checkbox", selectValue : ["true"], selectText: [lp.show] }, statementShow: { type:"radio", selectValue : ["true","false"], selectText: [lp.show, lp.hide], style: {"display":"inline"} },
importerShow: { type:"checkbox", selectValue : ["true"], selectText: [lp.show] }, importerShow: { type:"radio", selectValue : ["true","false"], selectText: [lp.show, lp.hide], style: {"display":"inline"} },
statName: { defaultValue : lp.statName, event: { statName: { defaultValue : lp.statName, event: {
focus: function(node){ node.setStyles(this.app.css.input_focus) }.bind(this), focus: function(node){ node.setStyles(this.app.css.input_focus) }.bind(this),
blur: function(node){ node.setStyles(this.app.css.input) }.bind(this) blur: function(node){ node.setStyles(this.app.css.input) }.bind(this)
...@@ -380,6 +380,7 @@ MWF.xApplication.query.QueryManager.QueryProperty = new Class({ ...@@ -380,6 +380,7 @@ MWF.xApplication.query.QueryManager.QueryProperty = new Class({
} }
} }
}, this); }, this);
debugger;
this.interfaceForm.load(); this.interfaceForm.load();
}.bind(this), true); }.bind(this), true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册