Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f6a19f96
authored
2020-08-19 16:50:54 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style(审批详情页):先将地图隐藏,按需显示
1 parent
721e176e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
46 deletions
src/main/webapp/js/projecttask/dealingproject.js
src/main/webapp/js/projecttask/detailproject.js
src/main/webapp/view/projecttask/dealedproject.jsp
src/main/webapp/view/projecttask/detailproject.jsp
src/main/webapp/js/projecttask/dealingproject.js
View file @
f6a19f9
...
...
@@ -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
();
...
...
src/main/webapp/js/projecttask/detailproject.js
View file @
f6a19f9
This diff is collapsed.
Click to expand it.
src/main/webapp/view/projecttask/dealedproject.jsp
View file @
f6a19f9
...
...
@@ -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>
...
...
src/main/webapp/view/projecttask/detailproject.jsp
View file @
f6a19f9
...
...
@@ -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;"
>
...
...
Please
register
or
sign in
to post a comment