123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>江苏省港口建设与经营管理信息系统</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <%@ include file="../../common.jsp"%>
- <script type="text/javascript" src="${app }/static/biz/js/ggfwxxgl/jdjc/jdjcdetail.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- iFrameHeightIframe('${menuid}');//自适应高度
- initszdSelect('szdsel', '${record.szd}', 'showgk', '80%');
- initgkSelect('gksel', '${record.szgk}','${record.szd}', 'showgq', '80%');
- initgqSelect('gqsel','${record.szgq}', '${record.szd}','${record.szgk}','80%');
- });
- function showgk(){
- initgqSelect('gqsel','','','',null,'80%');
- initgkSelect('gksel','',$('.szdselectpicker').val(),"showgq",'80%');
- jyrhide();
- }
- function showgq(){
- initgqSelect('gqsel','',$('.szdselectpicker').val(),$('.gkselectpicker').val(),'','80%');
- jyrhide();
- }
-
- function jyrSel(jyrid) {
- guanbipop();
-
- $.post($.app + "/gkjyr/findById", {
- id : jyrid
- }, function(data) {
- //返回的是经营人实体,你可以在回掉中,进行任何其他字段的默认填写
- $('#jyrid').val(data.id);
- $('#jyrmc').val(data.gkjyr);
-
- }, "json");
-
- }
-
- </script>
- </head>
- <body>
- <div class="box" >
- <div class="box-content" >
- <div class="apply_fill">
- <form id="addform" method="post" enctype="multipart/form-data">
- <input type="hidden" id="id" name="id" value="${record.id }">
- <input type="hidden" id="fjFlag" name="fjFlag" value="1"/>
- <input type="hidden" id="flowFlag" name="flowFlag" />
- <table class="apply" cellpadding="0" cellspacing="0" style="table-layout: fixed;">
- <tr>
- <th><span class="needwrite">*</span>所在地: </th>
- <td >
- <div id="szdsel"></div>
- </td>
- <th><span class="needwrite">*</span>所在港口: </th>
- <td >
- <div id="gksel"></div>
- </td>
- </tr>
- <tr>
- <th><span class="needwrite">*</span>所在地区: </th>
- <td >
- <div id="gqsel"></div>
- </td>
- <th><span class="needwrite">*</span>申请日期: </th>
- <td >
- <input type="text" class="form-control" name="sqrq"
- readonly="readonly" value="${fn:substring(record.sqrq,0,10)}">
- </td>
- </tr>
- <tr>
- <th><span class="needwrite">*</span>督查单位: </th>
- <td>
- <input type="text" class="form-control" name ="dcdw"
- readonly="readonly" value="${record.dcdw}">
- </td>
- <th><span class="needwrite">*</span>整改期限: </th>
- <td>
- <input class="Wdate" name="zgqx" id="zgqx" type="text" <c:if test="${record.flowflag == 1 }"> readonly="readonly" </c:if>
- value="${fn:substring(record.zgqx,0,10)}" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd'})" id="zysjztext">
- </td>
- </tr>
- <tr>
- <th><span class="needwrite">*</span>被督查单位: </th>
- <td colspan="3" style="position: relative;">
- <input type="text" style="" readonly="readonly" class="form-control" value="${record.gkjyrmc }" id="jyrmc" name="jyrmc">
-
- <input type="hidden" class="form-control" name="jyrid"
- id="jyrid" value="${record.gkjyr }">
- </td>
- </tr>
- <tr>
- <th>参加督查人员: </th>
- <td colspan="3">
- <input type="text" class="form-control" <c:if test="${record.flowflag == 1 }"> readonly="readonly" </c:if>
- name="cjdcry" value="${record.cjdcry }" >
- </td>
- </tr>
- <tr>
- <th>被督查单位负责人: </th>
- <td colspan="3">
- <input type="text" class="form-control" <c:if test="${record.flowflag == 1 }"> readonly="readonly" </c:if>
- name="bdcdwfzr" value="${record.bdcdwfzr }">
- </td>
- </tr>
- <tr>
- <th>被督查单位参加人员: </th>
- <td colspan="3">
- <input type="text" class="form-control" <c:if test="${record.flowflag == 1 }"> readonly="readonly" </c:if>
- name="bdcdwcjry" value="${record.bdcdwcjry }">
- </td>
- </tr>
- <tr>
- <th>隐患名称: </th>
- <td colspan="3">
- <textarea class="form-control" <c:if test="${record.flowflag == 1 }"> readonly="readonly" </c:if> rows="3" cols="3" name="yhmc">${record.yhmc }</textarea>
- </td>
- </tr>
- <tr>
- <th>整改措施要求: </th>
- <td colspan="3">
- <textarea class="form-control" <c:if test="${record.flowflag == 1 }"> readonly="readonly" </c:if> rows="3" cols="3" name="zgcsyq">${record.zgcsyq }</textarea>
- </td>
- </tr>
- <tr>
- <th>整改说明: </th>
- <td colspan="3">
- <textarea class="form-control" <c:if test="${record.flowflag == 1 }"> readonly="readonly" </c:if> rows="3" cols="3" name="zgsm">${record.zgsm }</textarea>
- </td>
- </tr>
- <tr>
- <th>整改附件说明: </th>
- <td colspan="3">
-
- <c:if test="${record.flowflag != 1 }">
- <a href="#" class="file">上传<input type="file" name="file" id="fjid" onchange="jdjc.detail.submitFile()"/></a>
- </c:if>
-
- <table id="tableId" style="width: 100%">
- <tr align="center">
- <td style="width:40%;text-align: center;">上传附件名称</td>
- <c:if test="${record.flowflag != 1 }">
- <td style="width:15%;text-align: center;">操作</td>
- </c:if>
- </tr>
- <c:forEach items="${fjlist }" var="fj" varStatus="status">
- <tr align="center">
- <td><a class='main_title' href='/jsjy/accessory/download?id=${fj.fjid }'>${fj.fjmc }</a></td>
- <c:if test="${record.flowflag != 1 }">
- <td><a class="btn btn-default btn-xs" href="#" onclick="jdjc.detail.delFj('${fj.id}',this)">删除</a></td>
- </c:if>
- </tr>
- </c:forEach>
- </table>
- </td>
- </tr>
- <!-- <tr>
- <th>备注: </th>
- <td colspan="3">
- <textarea class="form-control" rows="3" cols="3" name="bz"></textarea>
- </td>
-
- <tr>
- <th>整改后附件说明: </th>
- <td colspan="3">
- </td>
- </tr>
- </tr> -->
- </table>
- </form>
- <div id="buttons">
- <c:if test="${record.flowflag != 1 }">
- <a class="btn btn-default btn-sm" href="#" onclick="jdjc.detail.save()">
- <i class="glyphicon glyphicon-floppy-disk"></i>
- 保存</a>
- </c:if>
- <c:if test="${record.btnflag == 0 }">
- <c:if test="${flag == '' || flag == null}">
-
- <a class="btn btn-default btn-sm" href="#" onclick="jdjc.detail.submit()">
- <i class="glyphicon glyphicon-floppy-disk"></i>
- 提交</a>
- </c:if>
- <c:if test="${flag=='th'}">
- <a class="btn btn-default btn-sm" href="#" onclick="jdjc.detail.submitAudit()">
- <i class="glyphicon glyphicon-ok-sign"></i>
- 提交</a>
- </c:if>
- </c:if>
- <c:if test="${record.btnflag == 1 }">
- <a class="btn btn-default btn-sm" href="#"
- onclick="jdjc.detail.savexf()"> <i
- class="glyphicon glyphicon-floppy-disk"></i> 下发
- </a>
- </c:if>
- <a class="btn btn-default btn-sm" href="#" onclick="jdjc.detail.back()">
- <i class="glyphicon glyphicon-arrow-left"></i>
- 返回</a>
- </div>
- </div>
-
- </div>
- </div>
-
- </body>
- </html>
|