123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- <!doctype html>
- <html>
- <head>
- <meta charset="UTF-8" />
- <title>
- 数字连接与数字赋能</title>
- <meta http-equiv="Pragma" CONTENT="no-cache" />
- <meta http-equiv="Window-target" CONTENT="_top" />
- <!--样式文件调用注意不要改变顺序-->
- <span th:include="thymeleaf/commonTemplates/common::commonStyle"></span>
- <span th:include="thymeleaf/commonTemplates/common::commonJS"></span>
- </head>
- <body>
- <div class="ui-title fn-clear">
- <img th:src="@{/dbdc_theme/images/icon_title.png}"/><h2 >信息类 - 挂接信息</h2>
- </div>
- <!--标题栏结束-->
- <!--信息列表内容开始-->
- <div class="ui-form fn-clear">
-
- <!--选卡内容2-->
- <div id="tabscont1" class="form-tabsmain fn-show">
- <div class="form-pannel">
-
- <form class="form-table table-fix" id="hitchUpBut" action="../tinfohitchclass/fileload" method="post" target="frameFilel" enctype="multipart/form-data" >
- <table class="form-table table-fix" summary="">
- <colgroup><!--注意用colgrounp标签组定义表格的每列宽度不可删除-->
- <col width="230"></col>
- <col></col>
- </colgroup>
- <tr th:if="${info.sharemodetypename=='去掉了'}">
- <th>上传文件</th>
- <td ><input type="file" name="file" />
- </td>
- </tr>
- </table>
- <input type="hidden" name="id" th:value="${info.id}" />
- <div class="form-btn fn-clear">
- </div>
-
- </form>
-
- <iframe name="frameFilel" id="frameFilel" style= "display :none " ><!-- -->
-
- </iframe>
-
-
-
- <form name="mainform" method="post" class="mainform">
- <input name="id" type="hidden" th:value="${info.id}" />
- <input name="gjcheckstate" id="gjcheckstate" type="hidden" th:if="${checkinfo!='1'}" th:value="${info.gjcheckstate=='3'?'1':info.gjcheckstate}" />
-
- <table class="form-table table-fix" summary="">
- <colgroup><!--注意用colgrounp标签组定义表格的每列宽度不可删除-->
- <col width="230"></col>
- <col></col>
- </colgroup>
- <thead>
- <tr><th colspan="2"><h4>D</h4>信息类 </th></tr>
- </thead>
- <tbody>
- <tr>
- <th>信息类名称</th>
- <td th:text="${info.infoname}">
- </td>
- </tr>
- <tr>
- <th>共享方式</th>
- <td th:text="${info.sharemodename}">
- </td>
- </tr>
- <tr>
- <th>共享类型</th>
- <td th:text="${info.sharemodetypename}">
- </td>
- </tr>
- <tr th:if="${info.sharemodetypename=='数据库'}">
- <th>数据库信息</th>
- <td>
- <select name="dbid" id="dbid" class="input-select" >
- <option value="" title="请选择">请选择</option>
- <option th:each="code,codeStat:${dblist}" th:value="${code.dbId}"
- 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}"
- th:title="${code.dbConnectname}" th:text="${code.dbConnectname}"
- th:selected="${info.dbid==code.dbId}">请选择</option>
- </select>
- </td>
- </tr>
- <tr th:if="${info.sharemodetypename=='数据库'}">
- <th>数据库名称/数据库实例</th>
- <td id="dbName">
- </td>
- </tr>
- <tr th:if="${info.sharemodetypename=='数据库'}">
- <th>数据库类型</th>
- <td id="dbType">
- </td>
- </tr>
- <tr th:if="${info.sharemodetypename=='数据库'}">
- <th>端口</th>
- <td id="dbPort">
- </td>
- </tr>
- <tr th:if="${info.sharemodetypename=='数据库'}">
- <th>数据库ip</th>
- <td id="dbIp">
- </td>
- </tr>
- <tr th:if="${info.sharemodetypename=='数据库'}" style="display: none;">
- <th>数据库用户</th>
- <td id="dbUsername">
- </td>
- </tr>
- <tr th:if="${info.sharemodetypename=='数据库'}" style="display: none;">
- <th>数据库密码</th>
- <td id="dbPwd">
- </td>
- </tr>
- <tr>
- <th><font class="fontred">*</font>挂接情况说明</th>
- <td>
- <textarea datatype="*1-200" nullmsg="必填" sucmsg=" " 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; ">
- </textarea>
- </td>
- </tr>
- <tr th:if="${info.sharemodetypename!='数据库'}">
- <th>挂接情况相关附件</th>
- <td id="hitchUpName">
- <span th:text="${info.hitchUpName}"></span>
- <a th:if="${info.hitchUpName != null and info.hitchUpName != ''}"
- th:attr="href='../files/downloadByAddrss' + ${info.id}"
- title="下载" >下载</a>
-
- </td>
- </tr>
- <tr>
- <th>挂接状态</th>
- <td th:if="${info.hitchStatus==0 or info.hitchStatus==null}">未挂接</td>
- <td th:if="${info.hitchStatus==1}">已挂接</td>
- </tr>
- </tbody>
- </table>
- <table class="form-table table-fix" summary="" th:if="${checkinfo=='1' or info.gjcheckstate=='3' or info.gjcheckstate=='2'}">
- <colgroup><!--注意用colgrounp标签组定义表格的每列宽度不可删除-->
- <col width="230"></col>
- <col></col>
- <col></col>
- <col></col>
- </colgroup>
- <thead>
- <tr><th colspan="4"><h4>D</h4>审核记录</th></tr>
- </thead>
- <tbody>
-
- <tr>
- <td>经办结果</td>
- <td >经办人</td>
- <td>经办意见</td>
- <td >经办时间</td>
-
- </tr>
- <tr th:each="tdata,tdataStat:${opinionList}" th:attr="id=${tdata.id}">
- <td th:text="${tdata.result}">经办结果</td>
- <td th:text="${tdata.checkusername}">经办人</td>
- <td th:text="${tdata.opinion}">经办意见</td>
- <td th:text="${tdata.checkdate}">经办时间</td>
-
- </tr>
- </tbody>
- </table>
- <table class="form-table table-fix" summary="" th:if="${checkinfo=='1' }">
- <colgroup><!--注意用colgrounp标签组定义表格的每列宽度不可删除-->
- <col width="230"></col>
- <col></col>
- </colgroup>
- <thead>
- <tr><th colspan="2"><h4>D</h4>审核</th></tr>
- </thead>
- <tbody>
-
- <tr>
- <th>经办结果</th>
- <td ><input type="radio" name="gjcheckstate" checked="true" value="2"/>审核通过
- <input type="radio" name="gjcheckstate" value="3"/>退回修改
- </td>
-
- </tr>
- <tr>
- <th>经办意见</th>
- <td >
- <textarea rows="" cols="" class="input-textarea" name="opinion" tid="opinion" style=" width: 100%; height: 90px; "></textarea>
- </td>
-
- </tr>
- </tbody>
- </table>
- <div class="form-btn fn-clear" ><!--th:if="${info.gjcheckstate!='2'}" -->
- <input class="btn btn-normal" type="button" id="btn_sub" th:if="${checkinfo=='1'}" value="审核"/>
- <input class="btn btn-normal" type="button" id="btn_sub" th:if="${checkinfo!='1'}" value="提交审核"/>
- </div>
- <input type="hidden" id="gjchange" name="gjchange" value=""/>
- </form>
- </div>
-
-
-
- </div>
- <!--选卡结束-->
-
-
- </div>
-
- <script th:inline="javascript">
- /*<![CDATA[*/
- //获取变更状态
- var gjchange=/*[[${gjchange}]]*/;
- var defaultdb=/*[[${defaultdb}]]*/;
- var checkinfo=/*[[${checkinfo}]]*/;
-
- //点击上传附件 跟新表单内容
- //$("#hitchUpBut").click(function(){
- /* setTimeout(function(){
- countSecond();
- },800); */
- //} )
- $(document).ready(function(){
- $("#dbid").change(function(){
- var options=$("#dbid option:selected");
- changeDbId(options);
- });
- $("#gjchange").val(gjchange);
- if (defaultdb != "0") {
- $("#dbid").val(defaultdb);
- $("#dbid").change();
- }
- if (checkinfo == "1") {
- $("#dbid").attr("disabled","disabled");
- $("#hitch").attr("disabled","disabled");
- }
- });
- var changeDbId = function(options){
- $("#dbName").text(options.attr("dbName"));
- $("#dbPwd").text(options.attr("dbPwd"));
- $("#dbUsername").text(options.attr("dbUsername"));
- $("#dbIp").text(options.attr("dbIp"));
- $("#dbPort").text(options.attr("dbPort"));
- $("#dbType").text(options.attr("dbType"));
- }
- var upLoadFlag = false;
- $("input[type='file']").change(function(){
- $("#hitchUpName").text($("input[type='file']").context.activeElement.files["0"].name);
- upLoadFlag = true;
- });
- $(".mainform")
- .Validform(
- {
- btnSubmit : "#btn_sub",
- tiptype : 3,
- showAllError : true,
- ignoreHidden : true,
- beforeCheck : function(curform) {
- //在表单提交执行验证之前执行的函数,curform参数是当前表单对象。
- //这里明确return false的话将不会继续执行验证操作;
- },
- beforeSubmit : function(curform) {
- //在验证成功后,表单提交前执行的函数,curform参数是当前表单对象。
- //这里明确return false的话表单将不会提交;
- if( upLoadFlag ){
- $("#hitchUpBut").submit();
- }
- },
- callback : function(form) {
- var check = confirm("您确定要提交表单吗?");
- if (check) {
- mainform.action = "../tinfohitchclass/tinfoclass_save";
- mainform.submit();
- }
-
- return false;
- }
- });
-
-
-
-
-
- /*]]>*/
- </script>
- <script type="text/javascript" th:src="@{/theme/listscroll_js.js}"></script>
-
- </body>
- </html>
|