style(审批详情页):先将地图隐藏,按需显示
Showing
4 changed files
with
2 additions
and
46 deletions
... | @@ -61,8 +61,7 @@ $(function () { | ... | @@ -61,8 +61,7 @@ $(function () { |
61 | // 去掉tabs | 61 | // 去掉tabs |
62 | if (orign != 'ghsc') { | 62 | if (orign != 'ghsc') { |
63 | $('#isTabs').remove(); | 63 | $('#isTabs').remove(); |
64 | } | 64 | }; |
65 | ; | ||
66 | if (orign === 'ghsc') { | 65 | if (orign === 'ghsc') { |
67 | $("#continueProject").remove(); | 66 | $("#continueProject").remove(); |
68 | $("#createProject").html('<span class="glyphicon glyphicon-download-alt" style="font-size: 15px"></span><a class="bumpbox_white">新建</a>').show(); | 67 | $("#createProject").html('<span class="glyphicon glyphicon-download-alt" style="font-size: 15px"></span><a class="bumpbox_white">新建</a>').show(); | ... | ... |
This diff is collapsed.
Click to expand it.
... | @@ -229,27 +229,6 @@ nav span { | ... | @@ -229,27 +229,6 @@ nav span { |
229 | <a class="glyphicon glyphicon-plus bindingAssignee" title="选择类型" onclick="selectProjecType()"></a> | 229 | <a class="glyphicon glyphicon-plus bindingAssignee" title="选择类型" onclick="selectProjecType()"></a> |
230 | </div> | 230 | </div> |
231 | 231 | ||
232 | <!-- <div class="search" style="position: relative;"> | ||
233 | <label>业务类别</label> | ||
234 | <select id="documentType" | ||
235 | onchange="changeType()"> | ||
236 | <option>所有</option> | ||
237 | <option v-for="option in options" v-bind:value="option.value">{{option.text}}</option> | ||
238 | </select> | ||
239 | </div> --> | ||
240 | <%--<div id="isTabs" style=" height: 32px;"> | ||
241 | <div style="display: flex;height: 32px;"> | ||
242 | <div onclick="lyfunc.tabsChanges(2)" id="cgscTable" class="tabs-changes select-tables"> | ||
243 | <img src="./img/menu-document-selected.png"/> | ||
244 | <span>成果审查</span> | ||
245 | </div> | ||
246 | <div onclick="lyfunc.tabsChanges(1)" id="sjsqTable" class="tabs-changes"> | ||
247 | <img src="./img/menu-document-checkbox.png"/> | ||
248 | <span>数据申请</span> | ||
249 | </div> | ||
250 | </div> | ||
251 | </div>--%> | ||
252 | |||
253 | <div class="clearboth"></div> | 232 | <div class="clearboth"></div> |
254 | <%-- <div style="border-bottom: 1px solid #cac8c8; margin-top: 5px;"></div>--%> | 233 | <%-- <div style="border-bottom: 1px solid #cac8c8; margin-top: 5px;"></div>--%> |
255 | 234 | ||
... | @@ -260,29 +239,7 @@ nav span { | ... | @@ -260,29 +239,7 @@ nav span { |
260 | <div id="page2" style="float:right"></div> | 239 | <div id="page2" style="float:right"></div> |
261 | 240 | ||
262 | </div> | 241 | </div> |
263 | <!-- <div id="nvaTab" class="data-list" style="margin-top: 10px;display:none"> | ||
264 | <div style="width: 100%;" dir="ltr" id="gbox_gridTable" | ||
265 | class="ui-jqgrid ui-widget ui-widget-content ui-corner-all"> | ||
266 | |||
267 | <div style="width: 100%;" id="gview_gridTable" | ||
268 | class="ui-jqgrid-view"> | ||
269 | |||
270 | <div class="ui-state-default ui-jqgrid-hdiv" style="width: 100%;"> | ||
271 | <table class="table datatable"> | ||
272 | 242 | ||
273 | </table> | ||
274 | <div class="nav-page" id="pageZero"> | ||
275 | <div> | ||
276 | 共<span id="total_records"></span>条,共<span id="total_page"></span>页 | ||
277 | </div> | ||
278 | <nav style="cursor:pointer;"> | ||
279 | <ul class="pagination"> | ||
280 | </nav> | ||
281 | </div> | ||
282 | </div> | ||
283 | </div> | ||
284 | </div> | ||
285 | </div> --> | ||
286 | <div id="msg" style="display: none;position: absolute;top: 50%;left: 50%;"> | 243 | <div id="msg" style="display: none;position: absolute;top: 50%;left: 50%;"> |
287 | <div style="color: #b9b4b4;font-size: 20px;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);">没有相关数据</div> | 244 | <div style="color: #b9b4b4;font-size: 20px;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);">没有相关数据</div> |
288 | </div> | 245 | </div> | ... | ... |
... | @@ -807,7 +807,7 @@ | ... | @@ -807,7 +807,7 @@ |
807 | 807 | ||
808 | <!-- GIS服务 --> | 808 | <!-- GIS服务 --> |
809 | <div id="browsingGrp" class="div-right-content-item" | 809 | <div id="browsingGrp" class="div-right-content-item" |
810 | style="display: inline-block;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;"> | 810 | style="display: none;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;"> |
811 | <div style="margin:33px 0 15px 0;"> | 811 | <div style="margin:33px 0 15px 0;"> |
812 | <img src="../../image/projecttask/dt.png" | 812 | <img src="../../image/projecttask/dt.png" |
813 | style="width: 25px;height:25px;margin-top: -5px;margin-right: 5px;"> | 813 | style="width: 25px;height:25px;margin-top: -5px;margin-right: 5px;"> | ... | ... |
-
Please register or sign in to post a comment