Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bpm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王厚康
bpm
Commits
814ba974
Commit
814ba974
authored
Apr 24, 2019
by
Java-曹文达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面按钮优化
parent
6dc51b54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
index.html
src/main/resources/templates/bpm/index.html
+1
-1
deplymentList.html
src/main/resources/templates/deployment/deplymentList.html
+9
-1
No files found.
src/main/resources/templates/bpm/index.html
View file @
814ba974
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
<li
class=
"s_menu_item"
><a
target=
"main_frame"
href=
"/web/bpm/user/toDeployment"
><span
class=
"nav-icon"
><i
class=
"fa fa-qrcode bg-gradient-red text-white"
></i></span>
查看流程
</a></li>
<li
class=
"s_menu_item"
><a
target=
"main_frame"
href=
"/web/bpm/user/toDeployment"
><span
class=
"nav-icon"
><i
class=
"fa fa-qrcode bg-gradient-red text-white"
></i></span>
查看流程
</a></li>
<li
class=
"s_menu_item"
><a
target=
"main_frame"
href=
"/model/createNew"
><span
class=
"nav-icon"
><i
class=
"fa fa-heart bg-gradient-orange text-white"
></i></span>
创建流程
</a></li>
<li
class=
"s_menu_item"
><a
target=
"main_frame"
href=
"/model/createNew"
><span
class=
"nav-icon"
><i
class=
"fa fa-heart bg-gradient-orange text-white"
></i></span>
创建流程
</a></li>
<li
class=
"s_menu_item"
><a
target=
"main_frame"
href=
"/web/bpm/user/toOrganization"
><span
class=
"nav-icon"
><i
class=
"fa fa-table bg-gradient-green text-white"
></i></span>
组织结构
</a></li>
<li
class=
"s_menu_item"
><a
target=
"main_frame"
href=
"/web/bpm/user/toOrganization"
><span
class=
"nav-icon"
><i
class=
"fa fa-table bg-gradient-green text-white"
></i></span>
组织结构
</a></li>
<li
class=
"s_menu_item"
><a
target=
"main_frame"
href=
"/web/bpm/user/toUserList"
><span
class=
"nav-icon"
><i
class=
"fa fa-user bg-gradient-
pink
text-white"
></i></span>
用户管理
</a></li>
<li
class=
"s_menu_item"
><a
target=
"main_frame"
href=
"/web/bpm/user/toUserList"
><span
class=
"nav-icon"
><i
class=
"fa fa-user bg-gradient-
green
text-white"
></i></span>
用户管理
</a></li>
<li
class=
"s_menu_item"
><a
target=
"main_frame"
href=
"/swagger-ui.html"
><span
class=
"nav-icon"
><i
class=
"fa fa-map bg-gradient-blue text-white"
></i></span>
API 文档
</a></li>
<li
class=
"s_menu_item"
><a
target=
"main_frame"
href=
"/swagger-ui.html"
><span
class=
"nav-icon"
><i
class=
"fa fa-map bg-gradient-blue text-white"
></i></span>
API 文档
</a></li>
</ul>
</ul>
...
...
src/main/resources/templates/deployment/deplymentList.html
View file @
814ba974
...
@@ -33,6 +33,10 @@
...
@@ -33,6 +33,10 @@
button
{
button
{
}
}
body
.layui-layer-rim
.layui-layer-btn
a
{
background-color
:
#005ba7
;
color
:
white
;
}
</style>
</style>
<body>
<body>
...
@@ -41,7 +45,7 @@
...
@@ -41,7 +45,7 @@
<div
class=
"search"
>
<div
class=
"search"
>
<p
class=
"title"
>
条件查询
</p>
<p
class=
"title"
>
条件查询
</p>
<p
class=
"search_pro"
style=
"padding-left: 0px;"
>
<p
class=
"search_pro"
style=
"padding-left: 0px;"
>
<label
class=
"layui-form-label"
style=
" width: 1
0
0px;"
>
流程名称:
</label>
<label
class=
"layui-form-label"
style=
" width: 1
5
0px;"
>
流程名称:
</label>
<input
style=
"width: 200px"
type=
"text"
name=
"modelName"
lay-verify=
"title"
autocomplete=
"off"
placeholder=
"请输入流程名称"
class=
"layui-input"
>
<input
style=
"width: 200px"
type=
"text"
name=
"modelName"
lay-verify=
"title"
autocomplete=
"off"
placeholder=
"请输入流程名称"
class=
"layui-input"
>
<span
class=
"cx"
>
<span
class=
"cx"
>
<button
style=
"background-color: #005ba7;margin-left: 16px;"
class=
"layui-btn"
onclick=
"getBargainProduct()"
>
查询
</button>
<button
style=
"background-color: #005ba7;margin-left: 16px;"
class=
"layui-btn"
onclick=
"getBargainProduct()"
>
查询
</button>
...
@@ -301,6 +305,10 @@
...
@@ -301,6 +305,10 @@
/*导出流程 */
/*导出流程 */
function
exportDeployMent
(
id
)
{
function
exportDeployMent
(
id
)
{
layer
.
msg
(
'文件导出中'
,
{
icon
:
16
,
time
:
4000
});
location
.
href
=
"/bpm/user/exportDeployMent?modelId="
+
id
location
.
href
=
"/bpm/user/exportDeployMent?modelId="
+
id
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment