123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- <%@ 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/tzjhgl/tzjhgldetail.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- tzjhgl.detail.init();
- initXmlbsel('xmlbsel','','80%');
- initSfyzjbzsel('sfyzjbz','','change','80%');
- tzjhgl.detail.jhnd('jhnd','','80%');
- });
- function guanbipop(){
- $('.theme-popover-mask-tc').fadeOut(100);
- $('.theme-popover-tc').slideUp(0);
- }
- function change(){
- if($("#sfyzjbzid").val()==201){
- $("#bzzj").show();
- }else{
- $("#bzzj").hide();
- $("#zybzzj").val("");
- $("#sbzzj").val("");
- }
- }
- </script>
- </head>
- <body>
- <div class="box" >
- <div class="box-content" >
- <div class="apply_fill">
- <form id="addform" method="post">
- <input type="hidden" class="form-control" name="xmxxglid" id="xmid" value="${record.id }" >
- <table class="apply" cellpadding="0" cellspacing="0">
- <tr>
- <th><span class="needwrite">*</span>项目名称: </th>
- <td colspan="3" style="position:relative;">
- <input type="text" style="width: 92.5%;" class="form-control" name="xmmc" id="xmmc" value="${record.xmmc }" readonly>
- <a class="btn btn-primary btn-sm" style="position:absolute;right:1px;top:4px;" href="#" onclick="tzjhgl.detail.xmxxxz()">
- 选择</a>
- </td>
- </tr>
- <tr>
- <th>所在港口: </th>
- <td>
- <input type="hidden" class="form-control" name="szgkid" value="${record.szgk.id }" >
- <input type="text" class="form-control" id="szgk" name="szgk" value="${record.szgk.gkmc }" readonly>
- </td>
- <th>所在港区: </th>
- <td>
- <input type="hidden" class="form-control" name="szgkid" value="${record.szgk.id }" >
- <input type="text" class="form-control" name="szgq" value="${record.szgq.gqmc }" readonly>
- </td>
- </tr>
-
- <tr>
- <th><span class="needwrite">*</span>计划年度: </th>
- <td>
- <div id="jhnd"></div>
- </td>
- <th><span class="needwrite">*</span>年度计划投资(万元): </th>
- <td >
- <input type="text" class="form-control" name="ndjhtz" id="ndjhtz" onkeyup="num(this)">
- </td>
- </tr>
- <tr>
- <th><span class="needwrite">*</span>所属计划: </th>
- <td>
- <div id="xmlbsel"></div>
- </td>
- <th>是否有资金补助: </th>
- <td>
- <div id="sfyzjbz"></div>
- </td>
- </tr>
- <tr id="bzzj">
- <th>中央补助资金(万元): </th>
- <td>
- <input type="text" class="form-control" name="zybzzj" id="zybzzj" onkeyup="num(this)">
- </td>
- <th>省补助资金(万元): </th>
- <td>
- <input type="text" class="form-control" name="sbzzj" id="sbzzj" onkeyup="num(this)">
- </td>
- </tr>
- </table>
-
- <div class="theme-popover-tc" id="theme-popover-tc" style="width: 900px;">
- <div class="theme-poptit-tc">
- <div class="popTitle-tc">
- <h4>项目选择</h4>
- </div>
- <div class="close-tc">
- <a href="#" title="关闭" onclick="guanbipop()" >×</a>
- </div>
- </div>
- <div class="popContent-tc" >
- <div style="background-color:#f4f4f4;">
- <table class="search_table" cellpadding="0" cellspacing="0">
- <tr>
- <th width="10%"></th>
- <th width="25%"></th>
- <th width="10%"></th>
- <th width="25%"></th>
- <th width="10%"></th>
- <th width="20%"></th>
- </tr>
- <tr>
- <td class="right">项目名称:</td>
- <td class="right"><input type="text" class="form-control" id="xmcx" name="xmcx" value="${xmcx }"></td>
- <td></td>
- <td></td>
- <td></td>
- <td align="center"> <a class="btn btn-default btn-sm" href="#" onclick="tzjhgl.detail.xmxxxz()">
- <i class="glyphicon glyphicon-search"></i>
- 查询</a>
- </td>
- </tr>
- </table>
- <table class="main_table" cellpadding="0" cellspacing="0">
- <tr>
- <th width="5%">序号</th>
- <th width="25%">项目名称</th>
- <th width="10%">港口</th>
- <th width="10%">港区</th>
- <th width="10%">项目法人</th>
- <th width="25%">建设地址</th>
- <th width="10%">项目类型</th>
- <th width="1%">操作</th>
- </tr>
- <tbody id="xmxxtb"></tbody>
- </table>
- <!-- 分页处 -->
- <jsp:include page="../../pageinfoforjyr.jsp"></jsp:include>
- </div>
- <div id="buttons">
- <a class="btn btn-default btn-sm" href="#" onclick="guanbipop()">
- <i></i>
- 关闭</a>
- </div>
- </div>
- </div>
- <div class="theme-popover-mask-tc" id="theme-popover-mask-tc"></div>
- </form>
- <div id="buttons">
- <a class="btn btn-default btn-sm" href="#" onclick="tzjhgl.detail.save()">
- <i class="glyphicon glyphicon-floppy-disk"></i>
- 保存</a>
- <a class="btn btn-default btn-sm" href="#" onclick="tzjhgl.detail.back()">
- <i class="glyphicon glyphicon-arrow-left"></i>
- 返回</a>
- </div>
-
- </div>
- </div>
- </div>
-
- </body>
- </html>
|