jformGraphreportHead-update.vm 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Online在线图标配置--编辑</title>
  5. <script type="text/javascript" src="plug-in/mutiLang/zh-cn.js"></script>
  6. <script type="text/javascript" src="plug-in/jquery/jquery-1.9.0.js"></script>
  7. <script type="text/javascript" src="plug-in/jquery/jquery.cookie.js"></script>
  8. <script type="text/javascript" src="plug-in/jquery-plugs/storage/jquery.storageapi.min.js"></script>
  9. <script type="text/javascript" src="plug-in/tools/dataformat.js"></script>
  10. <link id="easyuiTheme" rel="stylesheet" href="plug-in/easyui/themes/metrole/easyui.css" type="text/css"></link>
  11. <link id="easyuiTheme" rel="stylesheet" href="plug-in/easyui/themes/metrole/main.css" type="text/css"></link>
  12. <link id="easyuiTheme" rel="stylesheet" href="plug-in/easyui/themes/metrole/icon.css" type="text/css"></link>
  13. <link rel="stylesheet" type="text/css" href="plug-in/accordion/css/accordion.css">
  14. <link rel="stylesheet" type="text/css" href="plug-in/accordion/css/icons.css">
  15. <script type="text/javascript" src="plug-in/easyui/jquery.easyui.min.1.3.2.js"></script>
  16. <script type="text/javascript" src="plug-in/easyui/locale/zh-cn.js"></script>
  17. <script type="text/javascript" src="plug-in/tools/syUtil.js"></script>
  18. <script type="text/javascript" src="plug-in/easyui/extends/datagrid-scrollview.js"></script>
  19. <script type="text/javascript" src="plug-in/My97DatePicker/WdatePicker.js"></script>
  20. <link rel="stylesheet" href="plug-in/tools/css/metrole/common.css" type="text/css"></link>
  21. <link rel="stylesheet" href="plug-in/ace/css/font-awesome.css" type="text/css"></link>
  22. <script type="text/javascript" src="plug-in/lhgDialog/lhgdialog.min.js?skin=metrole"></script>
  23. <script type="text/javascript" src="plug-in/ace/js/bootstrap-tab.js"></script>
  24. <script type="text/javascript" src="plug-in/tools/curdtools_zh-cn.js"></script>
  25. <script type="text/javascript" src="plug-in/tools/easyuiextend.js"></script>
  26. <script type="text/javascript" src="plug-in/jquery-plugs/hftable/jquery-hftable.js"></script>
  27. <script type="text/javascript" src="plug-in/tools/json2.js"></script>
  28. <script type="text/javascript" src="plug-in/Validform/js/Validform_v5.3.1_min_zh-cn.js"></script>
  29. <script type="text/javascript" src="plug-in/Validform/js/Validform_Datatype_zh-cn.js"></script>
  30. <script type="text/javascript" src="plug-in/Validform/js/datatype_zh-cn.js"></script>
  31. <script type="text/javascript" src="plug-in/Validform/plugin/passwordStrength/passwordStrength-min.js"></script>
  32. <link rel="stylesheet" href="plug-in/Validform/css/metrole/style.css" type="text/css" />
  33. <link rel="stylesheet" href="plug-in/Validform/css/metrole/tablefrom.css" type="text/css" />
  34. <script src="content/graphreport/jformGraphreportHead.js"></script>
  35. </head>
  36. <body>
  37. <form id="formobj" name="formobj" method="post" action="jformGraphreportHeadController.do?doUpdate">
  38. <input type="hidden" id="btn_sub" class="btn_sub" />
  39. <input id="id" name="id" type="hidden" value="$!{jformGraphreportHeadPage.id}" />
  40. <table cellpadding="0" cellspacing="1" class="formtable">
  41. <tr >
  42. <td align="right">
  43. <label class="Validform_label">名称:</label>
  44. </td>
  45. <td class="value">
  46. <input id="name" name="name" type="text" style="width: 150px" value="$!{jformGraphreportHeadPage.name}" class="inputxt"datatype="*">
  47. <span class="Validform_checktip"></span>
  48. <label class="Validform_label" style="display: none;">名称</label>
  49. </td>
  50. <td align="right">
  51. <label class="Validform_label">编码:</label>
  52. </td>
  53. <td class="value">
  54. <input id="code" name="code" type="text" style="width: 150px" value="$!{jformGraphreportHeadPage.code}" class="inputxt"datatype="*">
  55. <span class="Validform_checktip"></span>
  56. <label class="Validform_label" style="display: none;">编码</label>
  57. </td>
  58. </tr>
  59. <tr>
  60. <td align="right">
  61. <label class="Validform_label">描述:</label>
  62. </td>
  63. <td class="value">
  64. <input id="content" name="content" type="text" style="width: 150px" value="$!{jformGraphreportHeadPage.content}" class="inputxt"datatype="*">
  65. <span class="Validform_checktip"></span>
  66. <label class="Validform_label" style="display: none;">描述</label>
  67. </td>
  68. <td align="right">
  69. <label class="Validform_label">y轴文字:</label>
  70. </td>
  71. <td class="value">
  72. <input id="ytext" name="ytext" type="text" value="$!{jformGraphreportHeadPage.ytext}" style="width: 150px" class="inputxt"datatype="*">
  73. <span class="Validform_checktip"></span>
  74. <label class="Validform_label" style="display: none;">y轴文字</label>
  75. </td>
  76. </tr>
  77. <tr>
  78. <td align="right">
  79. <label class="Validform_label">x轴数据:</label>
  80. </td>
  81. <td class="value">
  82. <input id="categories" name="categories" type="text" value="$!{jformGraphreportHeadPage.categories}" style="width: 150px" class="inputxt"datatype="*">
  83. <span class="Validform_checktip"></span>
  84. <label class="Validform_label" style="display: none;">x轴数据</label>
  85. </td>
  86. <td align="right">
  87. <label class="Validform_label">是否显示明细:</label>
  88. </td>
  89. <td class="value">
  90. <select name="isShowList">
  91. <option value="">--请选择--</option>
  92. <option value="Y" #if($!jformGraphreportHeadPage.isShowList == 'Y')selected="selected"#end>是</option>
  93. <option value="N" #if($!jformGraphreportHeadPage.isShowList == 'N')selected="selected"#end>否</option>
  94. </select>
  95. <span class="Validform_checktip"></span>
  96. <label class="Validform_label" style="display: none;">是否显示明细</label>
  97. </td>
  98. </tr>
  99. <tr>
  100. <td align="right">
  101. <label class="Validform_label">查询数据SQL:</label>
  102. </td>
  103. <td class="value" colspan="3">
  104. <textarea id="cgrSql" style="width:600px;height:60px;" class="inputxt" rows="4" name="cgrSql">$!{jformGraphreportHeadPage.cgrSql}</textarea>
  105. <span class="Validform_checktip"></span>
  106. <label class="Validform_label" style="display: none;">查询数据SQL</label>
  107. </td>
  108. </tr>
  109. <tr>
  110. <td align="right">
  111. <label class="Validform_label">扩展JS:</label>
  112. </td>
  113. <td class="value" colspan="3">
  114. <textarea id="xpageJs" style="width:600px;height:60px;" class="inputxt" rows="4" name="xpageJs">$!{jformGraphreportHeadPage.xpageJs}</textarea>
  115. <span class="Validform_checktip"></span>
  116. <label class="Validform_label" style="display: none;">扩展JS</label>
  117. </td>
  118. </tr>
  119. </table>
  120. <div style="width: auto; height: 200px;">
  121. <div style="width: 800px; height: 1px;"></div>
  122. <div id="ttp" tabPosition="top" border=flase style="margin:0px;padding:0px;overflow:hidden;width:auto;" class="easyui-tabs" fit="false">
  123. <div title="图表配置" href="jformGraphreportHeadVMController.do?jformGraphreportItemListVM&id=$!{jformGraphreportHeadPage.id}" style="margin:0px;padding:0px;overflow:hidden;"></div>
  124. </div>
  125. </div>
  126. </form>
  127. <table style="display: none">
  128. <tbody id="add_jformGraphreportItem_table_template">
  129. <tr>
  130. <td align="center"><div style="width: 25px;" name="xh"></div></td>
  131. <td align="center"><input style="width:20px;" type="checkbox" name="ck"/></td>
  132. <td align="left">
  133. <input name="jformGraphreportItemList[#index#].fieldName" maxlength="36"
  134. type="text" class="inputxt" style="width:120px;">
  135. <label class="Validform_label" style="display: none;">字段名</label>
  136. </td>
  137. <td align="left">
  138. <input name="jformGraphreportItemList[#index#].fieldTxt" maxlength="1000"
  139. type="text" class="inputxt" style="width:120px;">
  140. <label class="Validform_label" style="display: none;">字段文本</label>
  141. </td>
  142. <td align="left">
  143. <input name="jformGraphreportItemList[#index#].orderNum" maxlength="10"
  144. type="text" class="inputxt" style="width:40px;">
  145. <label class="Validform_label" style="display: none;">排序</label>
  146. </td>
  147. <td align="left">
  148. <select name="jformGraphreportItemList[#index#].fieldType">
  149. <option value="">---请选择---</option>
  150. <option value="Integer">数值类型</option>
  151. <option value="Date">日期类型</option>
  152. <option value="String" selected="selected">字符类型</option>
  153. <option value="Long">长整型</option></select>
  154. </select>
  155. <label class="Validform_label" style="display: none;">字段类型</label>
  156. </td>
  157. <td align="left">
  158. <select name="jformGraphreportItemList[#index#].isShow">
  159. <option value="">--请选择--</option>
  160. <option value="Y">显示</option>
  161. <option value="N">隐藏</option>
  162. </select>
  163. <label class="Validform_label" style="display: none;">是否显示</label>
  164. </td>
  165. <td align="left">
  166. <select name="jformGraphreportItemList[#index#].searchFlag">
  167. <option value="" selected="selected">---请选择--- </option>
  168. <option value="Y">是 </option>
  169. <option value="N">否 </option>
  170. </select>
  171. <label class="Validform_label" style="display: none;">是否查询</label>
  172. </td>
  173. <td align="left">
  174. <select name="jformGraphreportItemList[#index#].searchMode">
  175. <option value="" selected="selected">---请选择--- </option>
  176. <option value="single">单条件查询 </option>
  177. <option value="group">范围查询 </option>
  178. </select>
  179. <label class="Validform_label" style="display: none;">查询模式</label>
  180. </td>
  181. <td align="left">
  182. <input name="jformGraphreportItemList[#index#].dictCode" maxlength="500"
  183. type="text" class="inputxt" style="width:120px;">
  184. <label class="Validform_label" style="display: none;">字典Code</label>
  185. </td>
  186. <td align="left">
  187. <select name="jformGraphreportItemList[#index#].isGraph">
  188. <option value="" selected="selected">---请选择--- </option>
  189. <option value="Y">是 </option>
  190. <option value="N">否 </option>
  191. </select>
  192. <label class="Validform_label" style="display: none;">显示图表</label>
  193. </td>
  194. <td align="left">
  195. <select name="jformGraphreportItemList[#index#].graphType">
  196. <option value="" selected="selected">---请选择--- </option>
  197. <option value="spline">曲线图 </option>
  198. <option value="column">柱状图 </option>
  199. <option value="pie">饼图 </option>
  200. </select>
  201. <label class="Validform_label" style="display: none;">图表类型</label>
  202. </td>
  203. <td align="left">
  204. <input name="jformGraphreportItemList[#index#].graphName" maxlength="100"
  205. type="text" class="inputxt" style="width:120px;">
  206. <label class="Validform_label" style="display: none;">图表名称</label>
  207. </td>
  208. <td align="left">
  209. <input name="jformGraphreportItemList[#index#].tabName" maxlength="50"
  210. type="text" class="inputxt" style="width:120px;">
  211. <label class="Validform_label" style="display: none;">标签名称</label>
  212. </td>
  213. </tr>
  214. </tbody>
  215. </table>
  216. </body>
  217. </html>