|
@@ -71,6 +71,10 @@
|
|
|
function ytsel(){
|
|
|
jsjdbg.detail.initZyhbwfl('zyhbwflsel', '',$('.bwytselectpicker').val()+"");
|
|
|
}
|
|
|
+ function guanbitc(){
|
|
|
+ $('.theme-popover-mask-tc').fadeOut(100);
|
|
|
+ $('.theme-popover-tc').slideUp(0);
|
|
|
+ }
|
|
|
</script>
|
|
|
</head>
|
|
|
|
|
@@ -90,8 +94,9 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th><span class="needwrite">*</span>项目名称: </th>
|
|
|
- <td colspan="4">
|
|
|
+ <td colspan="4" style="position:relative;">
|
|
|
<input type="text" style="width: 92.5%;" class="form-control" name="xmmc">
|
|
|
+ <a class="btn btn-primary btn-sm" style="position:absolute;right:4px;top:4px;" href="#" onclick="jsjdbg.detail.xmxxxz()">选择</a>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
@@ -221,6 +226,59 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
+
|
|
|
+<div class="theme-popover-tc" id="theme-popover-tc" style="width: 900px;height: 400px;">
|
|
|
+<div class="theme-poptit-tc">
|
|
|
+ <div class="close-tc">
|
|
|
+ <a href="#" title="关闭" onclick="guanbitc()" >×</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="jsjdgl.detail.xmxxxz()">
|
|
|
+ <i class="glyphicon glyphicon-search"></i>
|
|
|
+ 查询</a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="main_table" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <th width="10%">序号</th>
|
|
|
+ <th width="10%">项目名称</th>
|
|
|
+ <th width="10%">港口</th>
|
|
|
+ <th width="10%">港区</th>
|
|
|
+ <th width="10%">项目法人</th>
|
|
|
+ <th width="10%">建设地址</th>
|
|
|
+ <th width="15%">项目类型</th>
|
|
|
+ <th width="15%">操作</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="guanbitc()">
|
|
|
+ 关闭</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="theme-popover-mask-tc" id="theme-popover-mask-tc"></div>
|
|
|
</body>
|
|
|
|
|
|
</html>
|