123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- <%@ page language="java" 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/gkjsgl/jsjdbg/jsjdbgdetail.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- jsjdbg.detail.taskKey="${taskKey}";
- jsjdbg.detail.init();
- $('.close').click(function(){
- guanbi();
- })
- });
-
- function tanchu(){
- //此处可以先进行ajax请求获取数据,然后再回掉中再显示弹出框
- $('.theme-popover-mask').fadeIn(100);
- $('.theme-popover').slideDown(0);
- }
- function guanbi(){
- $('.theme-popover-mask').fadeOut(100);
- $('.theme-popover').slideUp(0);
- }
-
- function showRy(){
- $('#selectrydiv').fadeIn(100);
- $('#selectry2div').slideDown(0);
- }
-
- function showYj(){
- $('.theme-popover-mask').fadeIn(100);
- $('.theme-popover').slideDown(0);
- }
- </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="userids" name="userids"/>
- <input type="hidden" id="yj" name="yj"/>
- <input type="hidden" id="accids" name="accids"/>
- <table class="apply" cellpadding="0" cellspacing="0">
- <tr>
- <th>项目名称: </th>
- <td colspan="4" >
- ${record.xmmc }
- </td>
- </tr>
- <tr>
- <th>所属单位: </th>
- <td colspan="4" >
- ${jyr.gkjyr }
- </td>
- </tr>
- <tr>
- <th>所在地: </th>
- <td >
- ${record.szddzw }
- </td>
- <th>所在港口: </th>
- <td>
- ${record.szgkzw }
- </td>
- </tr>
- <tr>
- <th>所在港区: </th>
- <td >
- ${record.szgqzw }
- </td>
- <th>项目法人: </th>
- <td >
- ${record.xmfr }
- </td>
- </tr>
- <tr>
- <th>项目类型: </th>
- <td >
- ${record.xmlxzw }
- </td>
- <th>建设地点: </th>
- <td >
- ${record.jsdd }
- </td>
- </tr>
- <tr>
- <th>建设规模: </th>
- <td >
- ${record.jsgm }
- </td>
- <th>投资类型: </th>
- <td>
- ${record.tzlxzw }
- </td>
- </tr>
- <tr>
- <th>总投资 (万元): </th>
- <td>
- ${record.ztz }
- </td>
- <th>项目核准级别: </th>
- <td>
- ${record.xmhzjbzw }
- </td>
- </tr>
- <tr>
- <th>岸线审批级别: </th>
- <td >
- ${record.axspjbzw }
- </td>
- <th>岸线长度 (米): </th>
- <td >
- ${record.axcd }
- </td>
- </tr>
- <tr>
- <th>泊位吨级 (吨): </th>
- <td >
- ${record.bwdj }
- </td>
- <th>通过能力(万吨): </th>
- <td colspan="3">
- ${record.tgnl }
- </td>
- </tr>
-
- <tr>
- <th>泊位用途:</th>
- <td colspan="3">
- ${record.bwytzw }
- </td>
-
- </tr>
- <tr>
- <th>专家评审附件</th>
- <td colspan="3">
-
- <c:if test="${ taskKey == 'zjps' }">
- <a href="#" class="file">上传<input type="file" name="file" id="fjid" onchange="jsjdbg.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="${ taskKey == 'zjps' }">
- <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="${ taskKey == 'zjps' }">
- <td><a class="btn btn-default btn-xs" href="#" onclick="jsjdbg.detail.delFj('${fj.id}',this)">删除</a></td>
- </c:if>
- </tr>
- </c:forEach>
- </table>
- </td>
- </tr>
-
- <c:forEach items="${list}" var="list" begin="1" varStatus="status">
- <tr>
- <th> ${list.currName }</th>
-
- <td colspan="3">${list.yj }</td>
-
- </tr>
- </c:forEach>
- </table>
- </form>
- <div id="buttons">
-
- <c:if test="${opflag == 5 || opflag == 9}">
-
- <a class="btn btn-default btn-sm" href="#" onclick="showRy()">
- <i class="glyphicon glyphicon-ok-sign"></i>
- 选择科室人员</a>
- </c:if>
- <c:if test="${flag=='audit' }">
-
- <a class="btn btn-default btn-sm" href="#" onclick="showYj()">
- <i class="glyphicon glyphicon-ok-sign"></i>
- 意见</a>
-
- <a class="btn btn-default btn-sm" href="#" onclick="jsjdbg.detail.audit('Y','${record.id}')">
- <i class="glyphicon glyphicon-ok-sign"></i>
- 同意</a>
- <a class="btn btn-default btn-sm" href="#" onclick="jsjdbg.detail.audit('N','${record.id}')">
- <i class="glyphicon glyphicon-ban-circle"></i>
- 退回</a>
-
- </c:if>
-
- <a class="btn btn-default btn-sm" href="#" onclick="jsjdbg.detail.back()">
- <i class="glyphicon glyphicon-arrow-left"></i>
- 返回</a>
-
- </div>
-
- </div>
- </div>
- </div>
- <jsp:include page="../../showRy.jsp"></jsp:include>
- <jsp:include page="../../showViewOption.jsp"></jsp:include>
- </body>
- </html>
|