f6a19f96 by weimo934

style(审批详情页):先将地图隐藏,按需显示

1 parent 721e176e
......@@ -61,8 +61,7 @@ $(function () {
// 去掉tabs
if (orign != 'ghsc') {
$('#isTabs').remove();
}
;
};
if (orign === 'ghsc') {
$("#continueProject").remove();
$("#createProject").html('<span class="glyphicon glyphicon-download-alt" style="font-size: 15px"></span><a class="bumpbox_white">新建</a>').show();
......
......@@ -229,27 +229,6 @@ nav span {
<a class="glyphicon glyphicon-plus bindingAssignee" title="选择类型" onclick="selectProjecType()"></a>
</div>
<!-- <div class="search" style="position: relative;">
<label>业务类别</label>
<select id="documentType"
onchange="changeType()">
<option>所有</option>
<option v-for="option in options" v-bind:value="option.value">{{option.text}}</option>
</select>
</div> -->
<%--<div id="isTabs" style=" height: 32px;">
<div style="display: flex;height: 32px;">
<div onclick="lyfunc.tabsChanges(2)" id="cgscTable" class="tabs-changes select-tables">
<img src="./img/menu-document-selected.png"/>
<span>成果审查</span>
</div>
<div onclick="lyfunc.tabsChanges(1)" id="sjsqTable" class="tabs-changes">
<img src="./img/menu-document-checkbox.png"/>
<span>数据申请</span>
</div>
</div>
</div>--%>
<div class="clearboth"></div>
<%-- <div style="border-bottom: 1px solid #cac8c8; margin-top: 5px;"></div>--%>
......@@ -260,29 +239,7 @@ nav span {
<div id="page2" style="float:right"></div>
</div>
<!-- <div id="nvaTab" class="data-list" style="margin-top: 10px;display:none">
<div style="width: 100%;" dir="ltr" id="gbox_gridTable"
class="ui-jqgrid ui-widget ui-widget-content ui-corner-all">
<div style="width: 100%;" id="gview_gridTable"
class="ui-jqgrid-view">
<div class="ui-state-default ui-jqgrid-hdiv" style="width: 100%;">
<table class="table datatable">
</table>
<div class="nav-page" id="pageZero">
<div>
共<span id="total_records"></span>条,共<span id="total_page"></span>页
</div>
<nav style="cursor:pointer;">
<ul class="pagination">
</nav>
</div>
</div>
</div>
</div>
</div> -->
<div id="msg" style="display: none;position: absolute;top: 50%;left: 50%;">
<div style="color: #b9b4b4;font-size: 20px;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);">没有相关数据</div>
</div>
......
......@@ -807,7 +807,7 @@
<!-- GIS服务 -->
<div id="browsingGrp" class="div-right-content-item"
style="display: inline-block;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;">
style="display: none;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;">
<div style="margin:33px 0 15px 0;">
<img src="../../image/projecttask/dt.png"
style="width: 25px;height:25px;margin-top: -5px;margin-right: 5px;">
......