|
@@ -4,239 +4,394 @@
|
|
|
<!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/jsjdcbsj/jsjdcbsjdetail.js"></script>
|
|
|
- <script type="text/javascript">
|
|
|
- $(document).ready(function () {
|
|
|
- jsjdcbsj.detail.opflag="${opflag}"
|
|
|
- jsjdcbsj.detail.taskKey="${taskKey}";
|
|
|
- jsjdcbsj.detail.init();
|
|
|
- $('.close').click(function(){
|
|
|
- guanbi();
|
|
|
- })
|
|
|
- if('${record.tzlx }' == "1903") {
|
|
|
- $("#zftzDiv").css("display","table-row");
|
|
|
- var ztz = '${record.ztz}';
|
|
|
- var zftze = '${record.zftze}';
|
|
|
- if(isEmpty(ztz) || isEmpty(zftze)) {
|
|
|
- return;
|
|
|
- }
|
|
|
- if(isFDS(ztz) && isFDS(zftze)) {
|
|
|
- var rate = (zftze/ztz)*100;
|
|
|
- $("#zftzTd").html(rate.toFixed(2));
|
|
|
- }
|
|
|
- } else {
|
|
|
- $("#zftzDiv").css("display","none");
|
|
|
+<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/jsjdcbsj/jsjdcbsjdetail.js"></script>
|
|
|
+<script type="text/javascript">
|
|
|
+ $(document).ready(function() {
|
|
|
+ jsjdcbsj.detail.opflag = "${opflag}"
|
|
|
+ jsjdcbsj.detail.taskKey = "${taskKey}";
|
|
|
+ jsjdcbsj.detail.init();
|
|
|
+ $('.close').click(function() {
|
|
|
+ guanbi();
|
|
|
+ })
|
|
|
+ if ('${record.tzlx }' == "1903") {
|
|
|
+ $("#zftzDiv").css("display", "table-row");
|
|
|
+ var ztz = '${record.ztz}';
|
|
|
+ var zftze = '${record.zftze}';
|
|
|
+ if (isEmpty(ztz) || isEmpty(zftze)) {
|
|
|
+ return;
|
|
|
}
|
|
|
- });
|
|
|
-
|
|
|
- function tanchu(){
|
|
|
- //此处可以先进行ajax请求获取数据,然后再回掉中再显示弹出框
|
|
|
- $('.theme-popover-mask').fadeIn(100);
|
|
|
- $('.theme-popover').slideDown(0);
|
|
|
- }
|
|
|
- function guanbi(){
|
|
|
- $('.theme-popover-mask').fadeOut(100);
|
|
|
- $('.theme-popover').slideUp(0);
|
|
|
+ if (isFDS(ztz) && isFDS(zftze)) {
|
|
|
+ var rate = (zftze / ztz) * 100;
|
|
|
+ $("#zftzTd").html(rate.toFixed(2));
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ $("#zftzDiv").css("display", "none");
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
- </script>
|
|
|
+ });
|
|
|
+
|
|
|
+ function tanchu() {
|
|
|
+ //此处可以先进行ajax请求获取数据,然后再回掉中再显示弹出框
|
|
|
+ $('.theme-popover-mask').fadeIn(100);
|
|
|
+ $('.theme-popover').slideDown(0);
|
|
|
+ }
|
|
|
+ function guanbi() {
|
|
|
+ $('.theme-popover-mask').fadeOut(100);
|
|
|
+ $('.theme-popover').slideUp(0);
|
|
|
+ }
|
|
|
+</script>
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
- <div class="box" >
|
|
|
- <div class="box-content" >
|
|
|
+<form id="addform" method="post" enctype="multipart/form-data">
|
|
|
+ <input type="text" class="form-control" name="fjzdids" id="fjzdids">
|
|
|
+ <input type="hidden" class="form-control" name="accids" id="accids">
|
|
|
+ <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="roleKey" name="roleKey" value=""/>
|
|
|
- <input type="hidden" id="yj" name="yj"/>
|
|
|
- <input type="hidden" id="accids" name="accids"/>
|
|
|
+
|
|
|
+ <input type="hidden" id="userids" name="userids" /> <input
|
|
|
+ type="hidden" id="roleKey" name="roleKey" value="" /> <input
|
|
|
+ type="hidden" id="yj" name="yj" /> <input type="hidden"
|
|
|
+ id="accids" name="accids" />
|
|
|
<table class="apply" cellpadding="0" cellspacing="0">
|
|
|
- <tr>
|
|
|
+ <tr>
|
|
|
<th>项目编码: </th>
|
|
|
- <td colspan="4">
|
|
|
- ${record.xmbm }
|
|
|
- </td>
|
|
|
+ <td colspan="4">${record.xmbm }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>项目名称: </th>
|
|
|
- <td colspan="4" >
|
|
|
- ${record.xmmc }
|
|
|
- </td>
|
|
|
+ <td colspan="4">${record.xmmc }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>所属单位: </th>
|
|
|
- <td colspan="4" >
|
|
|
- ${jyr.gkjyr }
|
|
|
- </td>
|
|
|
+ <td colspan="4">${jyr.gkjyr }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>所在地: </th>
|
|
|
- <td >
|
|
|
- ${record.szddzw }
|
|
|
- </td>
|
|
|
+ <th>所在地: </th>
|
|
|
+ <td>${record.szddzw }</td>
|
|
|
<th>所在港口: </th>
|
|
|
- <td>
|
|
|
- ${record.szgkzw }
|
|
|
- </td>
|
|
|
+ <td>${record.szgkzw }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>所在港区: </th>
|
|
|
- <td >
|
|
|
- ${record.szgqzw }
|
|
|
- </td>
|
|
|
+ <th>所在港区: </th>
|
|
|
+ <td>${record.szgqzw }</td>
|
|
|
<th>项目法人: </th>
|
|
|
- <td >
|
|
|
- ${record.xmfr }
|
|
|
- </td>
|
|
|
+ <td>${record.xmfr }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>项目类型: </th>
|
|
|
- <td >
|
|
|
- ${record.xmlxzw }
|
|
|
- </td>
|
|
|
+ <th>项目类型: </th>
|
|
|
+ <td>${record.xmlxzw }</td>
|
|
|
<th>建设地址: </th>
|
|
|
- <td >
|
|
|
- ${record.jsdd }
|
|
|
- </td>
|
|
|
+ <td>${record.jsdd }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>建设规模: </th>
|
|
|
- <td >
|
|
|
- ${record.jsgm }
|
|
|
- </td>
|
|
|
+ <th>建设规模: </th>
|
|
|
+ <td>${record.jsgm }</td>
|
|
|
<th>投资类型: </th>
|
|
|
- <td>
|
|
|
- ${record.tzlxzw }
|
|
|
- </td>
|
|
|
+ <td>${record.tzlxzw }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>总投资 (万元): </th>
|
|
|
- <td>
|
|
|
- ${record.ztz }
|
|
|
- </td>
|
|
|
+ <th>总投资 (万元): </th>
|
|
|
+ <td>${record.ztz }</td>
|
|
|
<th>项目核准级别: </th>
|
|
|
- <td>
|
|
|
- ${record.xmhzjbzw }
|
|
|
- </td>
|
|
|
+ <td>${record.xmhzjbzw }</td>
|
|
|
</tr>
|
|
|
- <tr id="zftzDiv" style="display:none">
|
|
|
- <th>政府投资(万元): </th>
|
|
|
- <td >
|
|
|
- ${record.zftze }
|
|
|
- </td>
|
|
|
+ <tr id="zftzDiv" style="display: none">
|
|
|
+ <th>政府投资(万元): </th>
|
|
|
+ <td>${record.zftze }</td>
|
|
|
<th>政府投资占比(%): </th>
|
|
|
<td id="zftzTd"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>岸线审批级别: </th>
|
|
|
- <td >
|
|
|
- ${record.axspjbzw }
|
|
|
- </td>
|
|
|
+ <th>岸线审批级别: </th>
|
|
|
+ <td>${record.axspjbzw }</td>
|
|
|
<th>岸线长度 (米): </th>
|
|
|
- <td >
|
|
|
- ${record.axcd }
|
|
|
- </td>
|
|
|
+ <td>${record.axcd }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>通过能力(万吨): </th>
|
|
|
- <td >
|
|
|
- ${record.tgnl }
|
|
|
- </td>
|
|
|
-
|
|
|
- <th>泊位用途: </th>
|
|
|
- <td >
|
|
|
- ${record.bwytzw }
|
|
|
- </td>
|
|
|
-
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
+ <td>${record.tgnl }</td>
|
|
|
+
|
|
|
+ <th>泊位用途: </th>
|
|
|
+ <td>${record.bwytzw }</td>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
<th>水域类型: </th>
|
|
|
- <td >
|
|
|
- ${record.sylxzw }
|
|
|
- </td>
|
|
|
- <th>建成时间: </th>
|
|
|
- <td>
|
|
|
- ${fn:substring(record.jcsj,0,10)}
|
|
|
+ <td>${record.sylxzw }</td>
|
|
|
+ <th>建成时间: </th>
|
|
|
+ <td>${fn:substring(record.jcsj,0,10)}</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>地市附件与专家评审附件: </th>
|
|
|
+ <td colspan="3">
|
|
|
+ <table style="width: 100%">
|
|
|
+ <tr>
|
|
|
+ <td style="width: 2%">序号</td>
|
|
|
+ <td style="width: 15%">材料名称</td>
|
|
|
+ <td style="width: 15%">上传附件名称</td>
|
|
|
+ <td style="width: 15%">批文单位</td>
|
|
|
+ <td style="width: 15%">文号</td>
|
|
|
+ <td style="width: 5%">批文时间</td>
|
|
|
+ <td style="width: 5%">操作</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>1</td>
|
|
|
+ <td>港口建设项目初步设计审批申请文件</td>
|
|
|
+ <td><input type="hidden" name="delid31" id="delid31"
|
|
|
+ value="${fjList31.fjid }"> <input type="hidden"
|
|
|
+ id="fjzdid31"> <a class='main_title' href="#"
|
|
|
+ onclick="jsjdcbsj.detail.download()"><span id="fjmc31">${fjList31.fjmc }</span></a>
|
|
|
+ </td>
|
|
|
+ <td><span id="fbdw31">${recordfj31.fbdw }</span></td>
|
|
|
+ <td><span id="wjh31">${recordfj31.wjh }</span></td>
|
|
|
+ <td><span id="fbsj31">${recordfj31.fbsj }</span></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <td>2</td>
|
|
|
+ <td>港口建设项目初步设计文件</td>
|
|
|
+ <td><input type="hidden" class="form-control"
|
|
|
+ name="delid32" id="delid32" value="${fjList32.fjid }">
|
|
|
+ <input type="hidden" class="form-control" id="fjzdid32">
|
|
|
+ <a class='main_title' href="#"
|
|
|
+ onclick="jsjdcbsj.detail.download()"><span id="fjmc32">${fjList32.fjmc }</span></a>
|
|
|
+ </td>
|
|
|
+ <td><span id="fbdw32">${recordfj32.fbdw }</span></td>
|
|
|
+ <td><span id="wjh32">${recordfj32.wjh }</span></td>
|
|
|
+ <td><span id="fbsj32">${recordfj32.fbsj }</span></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>3</td>
|
|
|
+ <td>港口建设项目批准或者核准、备案文件</td>
|
|
|
+ <td><input type="hidden" class="form-control"
|
|
|
+ name="delid33" id="delid33" value="${fjList33.fjid }">
|
|
|
+ <input type="hidden" class="form-control" id="fjzdid33">
|
|
|
+ <a class='main_title' href="#"
|
|
|
+ onclick="jsjdcbsj.detail.download()"><span id="fjmc33">${fjList33.fjmc }</span></a>
|
|
|
+ </td>
|
|
|
+ <td><span id="fbdw33">${recordfj33.fbdw }</span></td>
|
|
|
+ <td><span id="wjh33">${recordfj33.wjh }</span></td>
|
|
|
+ <td><span id="fbsj33">${recordfj33.fbsj }</span></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>4</td>
|
|
|
+ <td>审查会议纪要</td>
|
|
|
+ <td><input type="text" class="form-control"
|
|
|
+ name="delid34" id="delid34" value="${fjList34.fjid }">
|
|
|
+ <input type="hidden" class="form-control" id="fjzdid34">
|
|
|
+ <a class='main_title' href="#"
|
|
|
+ onclick="jsjdcbsj.detail.download()"><span id="fjmc34">${fjList34.fjmc }</span></a>
|
|
|
+ </td>
|
|
|
+ <td><span id="fbdw34">${recordfj34.fbdw }</span></td>
|
|
|
+ <td><span id="wjh34">${recordfj34.wjh }</span></td>
|
|
|
+ <td><span id="fbsj34">${recordfj34.fbsj }</span></td>
|
|
|
+ <td>
|
|
|
+ <a id="tjbt34" class="btn btn-default btn-sm"
|
|
|
+ href="#" onclick="jsjdcbsj.detail.tianjiafj('34')"> 添加</a>
|
|
|
+ <a id="scbt34" class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="jsjdcbsj.detail.delFile('34')"> 删除</a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>5</td>
|
|
|
+ <td>专家审查意见</td>
|
|
|
+ <td><input type="hidden" class="form-control"
|
|
|
+ name="delid35" id="delid35" value="${fjList35.fjid }">
|
|
|
+ <input type="hidden" class="form-control" id="fjzdid35">
|
|
|
+ <a class='main_title' href="#"
|
|
|
+ onclick="jsjdcbsj.detail.download()"><span id="fjmc35">${fjList35.fjmc }</span></a>
|
|
|
+ </td>
|
|
|
+ <td><span id="fbdw35">${recordfj35.fbdw }</span></td>
|
|
|
+ <td><span id="wjh35">${recordfj35.wjh }</span></td>
|
|
|
+ <td><span id="fbsj35">${recordfj35.fbsj }</span></td>
|
|
|
+ <td>
|
|
|
+ <a id="tjbt35" class="btn btn-default btn-sm"
|
|
|
+ href="#" onclick="jsjdcbsj.detail.tianjiafj('35')"> 添加</a>
|
|
|
+ <a id="scbt35" class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="jsjdcbsj.detail.delFile('35')"> 删除</a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>6</td>
|
|
|
+ <td>对审查意见的答复</td>
|
|
|
+ <td><input type="hidden" class="form-control"
|
|
|
+ name="delid36" id="delid36" value="${fjList36.fjid }">
|
|
|
+ <input type="hidden" class="form-control" id="fjzdid36">
|
|
|
+ <a class='main_title' href="#"
|
|
|
+ onclick="jsjdcbsj.detail.download()"><span id="fjmc36">${fjList36.fjmc }</span></a>
|
|
|
+ </td>
|
|
|
+ <td><span id="fbdw36">${recordfj36.fbdw }</span></td>
|
|
|
+ <td><span id="wjh36">${recordfj36.wjh }</span></td>
|
|
|
+ <td><span id="fbsj36">${recordfj36.fbsj }</span></td>
|
|
|
+ <td>
|
|
|
+ <a id="tjbt36" class="btn btn-default btn-sm"
|
|
|
+ href="#" onclick="jsjdcbsj.detail.tianjiafj('36')"> 添加</a>
|
|
|
+ <a id="scbt36" class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="jsjdcbsj.detail.delFile('36')"> 删除</a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>7</td>
|
|
|
+ <td>第三方审查咨询报告 ( 可选 )</td>
|
|
|
+ <td><input type="hidden" class="form-control"
|
|
|
+ name="delid37" id="delid37" value="${fjList37.fjid }">
|
|
|
+ <input type="hidden" class="form-control" id="fjzdid37">
|
|
|
+ <a class='main_title' href="#"
|
|
|
+ onclick="jsjdcbsj.detail.download()"><span id="fjmc37">${fjList37.fjmc }</span></a>
|
|
|
+ </td>
|
|
|
+ <td><span id="fbdw37">${recordfj37.fbdw }</span></td>
|
|
|
+ <td><span id="wjh37">${recordfj37.wjh }</span></td>
|
|
|
+ <td><span id="fbsj37">${recordfj37.fbsj }</span></td>
|
|
|
+ <td>
|
|
|
+ <a id="tjbt37" class="btn btn-default btn-sm"
|
|
|
+ href="#" onclick="jsjdcbsj.detail.tianjiafj('37')"> 添加</a>
|
|
|
+ <a id="scbt37" class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="jsjdcbsj.detail.delFile('37')"> 删除</a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>8</td>
|
|
|
+ <td>初步设计文件报批稿</td>
|
|
|
+ <td><input type="hidden" class="form-control"
|
|
|
+ name="delid38" id="delid38" value="${fjList38.fjid }">
|
|
|
+ <input type="hidden" class="form-control" id="fjzdid38">
|
|
|
+ <a class='main_title' href="#"
|
|
|
+ onclick="jsjdcbsj.detail.download()"><span id="fjmc38">${fjList38.fjmc }</span></a>
|
|
|
+ </td>
|
|
|
+ <td><span id="fbdw38">${recordfj38.fbdw }</span></td>
|
|
|
+ <td><span id="wjh38">${recordfj38.wjh }</span></td>
|
|
|
+ <td><span id="fbsj38">${recordfj38.fbsj }</span></td>
|
|
|
+ <td>
|
|
|
+ <a id="tjbt38" class="btn btn-default btn-sm"
|
|
|
+ href="#" onclick="jsjdcbsj.detail.tianjiafj('38')"> 添加</a>
|
|
|
+ <a id="scbt38" class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="jsjdcbsj.detail.delFile('38')"> 删除</a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <c:forEach items="${fjvolist3}" var="qtfj" varStatus="status">
|
|
|
+ <tr>
|
|
|
+ <td>${status.index+3}</td>
|
|
|
+ <td>其他附件</td>
|
|
|
+ <td><a class="main_title"
|
|
|
+ href='/jsjy/accessory/download?id=${qtfj.fjid }'>${qtfj.fjmc }</a></td>
|
|
|
+ <td>${qtfj.fbdw }</td>
|
|
|
+ <td>${qtfj.wjh }</td>
|
|
|
+ <td>${qtfj.fbsj }</td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </c:forEach>
|
|
|
+ </table>
|
|
|
</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="jsjdcbsj.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="jsjdcbsj.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>
|
|
|
+
|
|
|
+ <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">
|
|
|
|
|
|
- <div id="buttons">
|
|
|
-
|
|
|
<c:if test="${flag=='audit'}">
|
|
|
- <c:if test="${roleCode != 'Y' }">
|
|
|
- <a class="btn btn-default btn-sm" href="#" onclick="showRy()">
|
|
|
- <i class="glyphicon glyphicon-check"></i>
|
|
|
- 选择人员</a>
|
|
|
- </c:if>
|
|
|
- <a class="btn btn-default btn-sm" href="#" onclick="showYj()">
|
|
|
- <i class="glyphicon glyphicon-check"></i>
|
|
|
- 意见</a>
|
|
|
-
|
|
|
- <a class="btn btn-default btn-sm" href="#" onclick="jsjdcbsj.detail.audit('Y','${record.id}')">
|
|
|
- <i class="glyphicon glyphicon-ok-sign"></i>
|
|
|
- 同意</a>
|
|
|
- <a class="btn btn-default btn-sm" href="#" onclick="jsjdcbsj.detail.audit('N','${record.id}')">
|
|
|
- <i class="glyphicon glyphicon-ban-circle"></i>
|
|
|
- 退回</a>
|
|
|
-
|
|
|
+ <c:if test="${roleCode != 'Y' }">
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="showRy()">
|
|
|
+ <i class="glyphicon glyphicon-check"></i> 选择人员
|
|
|
+ </a>
|
|
|
+ </c:if>
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="showYj()">
|
|
|
+ <i class="glyphicon glyphicon-check"></i> 意见
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="jsjdcbsj.detail.audit('Y','${record.id}')"> <i
|
|
|
+ class="glyphicon glyphicon-ok-sign"></i> 同意
|
|
|
+ </a>
|
|
|
+ <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="jsjdcbsj.detail.audit('N','${record.id}')"> <i
|
|
|
+ class="glyphicon glyphicon-ban-circle"></i> 退回
|
|
|
+ </a>
|
|
|
+
|
|
|
</c:if>
|
|
|
-
|
|
|
- <a class="btn btn-default btn-sm" href="#" onclick="jsjdcbsj.detail.back()">
|
|
|
- <i class="glyphicon glyphicon-arrow-left"></i>
|
|
|
- 返回</a>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
+
|
|
|
+ <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="jsjdcbsj.detail.back()"> <i
|
|
|
+ class="glyphicon glyphicon-arrow-left"></i> 返回
|
|
|
+ </a>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="theme-popover" id="theme-popover"
|
|
|
+ style="width: 900px; height: 350px;">
|
|
|
+ <div class="theme-poptit">
|
|
|
+ <input type="hidden" class="form-control" id="flag">
|
|
|
+ <div class="close-tc">
|
|
|
+ <a href="#" title="关闭" onclick="jsjdcbsj.detail.guanbipop()">×</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="popContent-tc">
|
|
|
+ <table class="apply" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <th>文号: </th>
|
|
|
+ <td><input type="text" class="form-control" name="wjh"
|
|
|
+ id="wjh1"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>批文时间: </th>
|
|
|
+ <td><input class="Wdate" name="fbsj" id="fbsj1" type="text"
|
|
|
+ onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd'})">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>批文单位: </th>
|
|
|
+ <td><input type="text" class="form-control" name="fbdw"
|
|
|
+ id="fbdw1"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>上传附件名称: </th>
|
|
|
+ <td>
|
|
|
+ <div>
|
|
|
+ <a href="#" class="file" id="scfjbt"><input type="file"
|
|
|
+ name="filename" id="fileid" onchange="jsjdcbsj.detail.saveFile()">选择本地文件</a>
|
|
|
+ </div>
|
|
|
+ <div id="fjxq"></div> <span>(上传文件最大50M,只可上传pdf、doc、docx、xls、xlsx格式文件)</span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ <div id="buttons">
|
|
|
+ <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="jsjdcbsj.detail.xinzengfj()"> <i></i> 保存
|
|
|
+ </a> <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="jsjdcbsj.detail.guanbipop()"> <i></i> 关闭
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-</div>
|
|
|
-<jsp:include page="../../showRy.jsp"></jsp:include>
|
|
|
-<jsp:include page="../../showViewOption.jsp"></jsp:include>
|
|
|
+ <div class="theme-popover-mask" id="theme-popover-mask"></div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <jsp:include page="../../showRy.jsp"></jsp:include>
|
|
|
+ <jsp:include page="../../showViewOption.jsp"></jsp:include>
|
|
|
+ </form>
|
|
|
</body>
|
|
|
|
|
|
</html>
|