tinfoclass_view.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>
  6. 数字连接与数字赋能</title>
  7. <meta http-equiv="Pragma" CONTENT="no-cache" />
  8. <meta http-equiv="Window-target" CONTENT="_top" />
  9. <!--样式文件调用注意不要改变顺序-->
  10. <span th:include="thymeleaf/commonTemplates/common::commonStyle"></span>
  11. <span th:include="thymeleaf/commonTemplates/common::commonJS"></span>
  12. </head>
  13. <body>
  14. <div class="ui-title fn-clear">
  15. <img th:src="@{/dbdc_theme/images/icon_title.png}"/><h2 >信息类 - 挂接信息</h2>
  16. </div>
  17. <!--标题栏结束-->
  18. <!--信息列表内容开始-->
  19. <div class="ui-form fn-clear">
  20. <!--选卡内容2-->
  21. <div id="tabscont1" class="form-tabsmain fn-show">
  22. <div class="form-pannel">
  23. <form class="form-table table-fix" id="hitchUpBut" action="../tinfohitchclass/fileload" method="post" target="frameFilel" enctype="multipart/form-data" >
  24. <table class="form-table table-fix" summary="">
  25. <colgroup><!--注意用colgrounp标签组定义表格的每列宽度不可删除-->
  26. <col width="230"></col>
  27. <col></col>
  28. </colgroup>
  29. <tr th:if="${info.sharemodetypename=='去掉了'}">
  30. <th>上传文件</th>
  31. <td ><input type="file" name="file" />
  32. </td>
  33. </tr>
  34. </table>
  35. <input type="hidden" name="id" th:value="${info.id}" />
  36. <div class="form-btn fn-clear">
  37. </div>
  38. </form>
  39. <iframe name="frameFilel" id="frameFilel" style= "display :none " ><!-- -->
  40. </iframe>
  41. <form name="mainform" method="post" class="mainform">
  42. <input name="id" type="hidden" th:value="${info.id}" />
  43. <input name="gjcheckstate" id="gjcheckstate" type="hidden" th:if="${checkinfo!='1'}" th:value="${info.gjcheckstate=='3'?'1':info.gjcheckstate}" />
  44. <table class="form-table table-fix" summary="">
  45. <colgroup><!--注意用colgrounp标签组定义表格的每列宽度不可删除-->
  46. <col width="230"></col>
  47. <col></col>
  48. </colgroup>
  49. <thead>
  50. <tr><th colspan="2"><h4>D</h4>信息类 </th></tr>
  51. </thead>
  52. <tbody>
  53. <tr>
  54. <th>信息类名称</th>
  55. <td th:text="${info.infoname}">
  56. </td>
  57. </tr>
  58. <tr>
  59. <th>共享方式</th>
  60. <td th:text="${info.sharemodename}">
  61. </td>
  62. </tr>
  63. <tr>
  64. <th>共享类型</th>
  65. <td th:text="${info.sharemodetypename}">
  66. </td>
  67. </tr>
  68. <tr th:if="${info.sharemodetypename=='数据库'}">
  69. <th>数据库信息</th>
  70. <td>
  71. <select name="dbid" id="dbid" class="input-select" >
  72. <option value="" title="请选择">请选择</option>
  73. <option th:each="code,codeStat:${dblist}" th:value="${code.dbId}"
  74. th:attr="id=${code.dbId},dbName=${code.dbName},dbPwd=${code.dbPwd},dbUsername=${code.dbUsername},dbIp=${code.dbIp},dbPort=${code.dbPort},dbType=${code.dbType}, dbConnectname=${code.dbConnectname}"
  75. th:title="${code.dbConnectname}" th:text="${code.dbConnectname}"
  76. th:selected="${info.dbid==code.dbId}">请选择</option>
  77. </select>
  78. </td>
  79. </tr>
  80. <tr th:if="${info.sharemodetypename=='数据库'}">
  81. <th>数据库名称/数据库实例</th>
  82. <td id="dbName">
  83. </td>
  84. </tr>
  85. <tr th:if="${info.sharemodetypename=='数据库'}">
  86. <th>数据库类型</th>
  87. <td id="dbType">
  88. </td>
  89. </tr>
  90. <tr th:if="${info.sharemodetypename=='数据库'}">
  91. <th>端口</th>
  92. <td id="dbPort">
  93. </td>
  94. </tr>
  95. <tr th:if="${info.sharemodetypename=='数据库'}">
  96. <th>数据库ip</th>
  97. <td id="dbIp">
  98. </td>
  99. </tr>
  100. <tr th:if="${info.sharemodetypename=='数据库'}" style="display: none;">
  101. <th>数据库用户</th>
  102. <td id="dbUsername">
  103. </td>
  104. </tr>
  105. <tr th:if="${info.sharemodetypename=='数据库'}" style="display: none;">
  106. <th>数据库密码</th>
  107. <td id="dbPwd">
  108. </td>
  109. </tr>
  110. <tr>
  111. <th><font class="fontred">*</font>挂接情况说明</th>
  112. <td>
  113. <textarea datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符" class="input-textarea" placeholder="前置机存储绝对路径如D:/ABC;接口挂接方式示例:服务名称为sgat_rkxx_cx_sjw" rows="" cols="" name="hitch" th:text="${info.hitch}" id="hitch" style=" width: 100%; height: 90px; ">
  114. </textarea>
  115. </td>
  116. </tr>
  117. <tr th:if="${info.sharemodetypename!='数据库'}">
  118. <th>挂接情况相关附件</th>
  119. <td id="hitchUpName">
  120. <span th:text="${info.hitchUpName}"></span>
  121. <a th:if="${info.hitchUpName != null and info.hitchUpName != ''}"
  122. th:attr="href='../files/downloadByAddrss' + ${info.id}"
  123. title="下载" >下载</a>
  124. </td>
  125. </tr>
  126. <tr>
  127. <th>挂接状态</th>
  128. <td th:if="${info.hitchStatus==0 or info.hitchStatus==null}">未挂接</td>
  129. <td th:if="${info.hitchStatus==1}">已挂接</td>
  130. </tr>
  131. </tbody>
  132. </table>
  133. <table class="form-table table-fix" summary="" th:if="${checkinfo=='1' or info.gjcheckstate=='3' or info.gjcheckstate=='2'}">
  134. <colgroup><!--注意用colgrounp标签组定义表格的每列宽度不可删除-->
  135. <col width="230"></col>
  136. <col></col>
  137. <col></col>
  138. <col></col>
  139. </colgroup>
  140. <thead>
  141. <tr><th colspan="4"><h4>D</h4>审核记录</th></tr>
  142. </thead>
  143. <tbody>
  144. <tr>
  145. <td>经办结果</td>
  146. <td >经办人</td>
  147. <td>经办意见</td>
  148. <td >经办时间</td>
  149. </tr>
  150. <tr th:each="tdata,tdataStat:${opinionList}" th:attr="id=${tdata.id}">
  151. <td th:text="${tdata.result}">经办结果</td>
  152. <td th:text="${tdata.checkusername}">经办人</td>
  153. <td th:text="${tdata.opinion}">经办意见</td>
  154. <td th:text="${tdata.checkdate}">经办时间</td>
  155. </tr>
  156. </tbody>
  157. </table>
  158. <table class="form-table table-fix" summary="" th:if="${checkinfo=='1' }">
  159. <colgroup><!--注意用colgrounp标签组定义表格的每列宽度不可删除-->
  160. <col width="230"></col>
  161. <col></col>
  162. </colgroup>
  163. <thead>
  164. <tr><th colspan="2"><h4>D</h4>审核</th></tr>
  165. </thead>
  166. <tbody>
  167. <tr>
  168. <th>经办结果</th>
  169. <td ><input type="radio" name="gjcheckstate" checked="true" value="2"/>审核通过
  170. <input type="radio" name="gjcheckstate" value="3"/>退回修改
  171. </td>
  172. </tr>
  173. <tr>
  174. <th>经办意见</th>
  175. <td >
  176. <textarea rows="" cols="" class="input-textarea" name="opinion" tid="opinion" style=" width: 100%; height: 90px; "></textarea>
  177. </td>
  178. </tr>
  179. </tbody>
  180. </table>
  181. <div class="form-btn fn-clear" ><!--th:if="${info.gjcheckstate!='2'}" -->
  182. <input class="btn btn-normal" type="button" id="btn_sub" th:if="${checkinfo=='1'}" value="审核"/>
  183. <input class="btn btn-normal" type="button" id="btn_sub" th:if="${checkinfo!='1'}" value="提交审核"/>
  184. </div>
  185. <input type="hidden" id="gjchange" name="gjchange" value=""/>
  186. </form>
  187. </div>
  188. </div>
  189. <!--选卡结束-->
  190. </div>
  191. <script th:inline="javascript">
  192. /*<![CDATA[*/
  193. //获取变更状态
  194. var gjchange=/*[[${gjchange}]]*/;
  195. var defaultdb=/*[[${defaultdb}]]*/;
  196. var checkinfo=/*[[${checkinfo}]]*/;
  197. //点击上传附件 跟新表单内容
  198. //$("#hitchUpBut").click(function(){
  199. /* setTimeout(function(){
  200. countSecond();
  201. },800); */
  202. //} )
  203. $(document).ready(function(){
  204. $("#dbid").change(function(){
  205. var options=$("#dbid option:selected");
  206. changeDbId(options);
  207. });
  208. $("#gjchange").val(gjchange);
  209. if (defaultdb != "0") {
  210. $("#dbid").val(defaultdb);
  211. $("#dbid").change();
  212. }
  213. if (checkinfo == "1") {
  214. $("#dbid").attr("disabled","disabled");
  215. $("#hitch").attr("disabled","disabled");
  216. }
  217. });
  218. var changeDbId = function(options){
  219. $("#dbName").text(options.attr("dbName"));
  220. $("#dbPwd").text(options.attr("dbPwd"));
  221. $("#dbUsername").text(options.attr("dbUsername"));
  222. $("#dbIp").text(options.attr("dbIp"));
  223. $("#dbPort").text(options.attr("dbPort"));
  224. $("#dbType").text(options.attr("dbType"));
  225. }
  226. var upLoadFlag = false;
  227. $("input[type='file']").change(function(){
  228. $("#hitchUpName").text($("input[type='file']").context.activeElement.files["0"].name);
  229. upLoadFlag = true;
  230. });
  231. $(".mainform")
  232. .Validform(
  233. {
  234. btnSubmit : "#btn_sub",
  235. tiptype : 3,
  236. showAllError : true,
  237. ignoreHidden : true,
  238. beforeCheck : function(curform) {
  239. //在表单提交执行验证之前执行的函数,curform参数是当前表单对象。
  240. //这里明确return false的话将不会继续执行验证操作;
  241. },
  242. beforeSubmit : function(curform) {
  243. //在验证成功后,表单提交前执行的函数,curform参数是当前表单对象。
  244. //这里明确return false的话表单将不会提交;
  245. if( upLoadFlag ){
  246. $("#hitchUpBut").submit();
  247. }
  248. },
  249. callback : function(form) {
  250. var check = confirm("您确定要提交表单吗?");
  251. if (check) {
  252. mainform.action = "../tinfohitchclass/tinfoclass_save";
  253. mainform.submit();
  254. }
  255. return false;
  256. }
  257. });
  258. /*]]>*/
  259. </script>
  260. <script type="text/javascript" th:src="@{/theme/listscroll_js.js}"></script>
  261. </body>
  262. </html>