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
ed961437
Commit
ed961437
authored
Apr 23, 2019
by
Java-曹文达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
4232208e
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
16 deletions
+25
-16
page_new.css
src/main/resources/static/js/plugins/bootstrapselect/css/page_new.css
+2
-1
deplymentList.html
src/main/resources/templates/deployment/deplymentList.html
+5
-2
importDeployment.html
src/main/resources/templates/deployment/importDeployment.html
+2
-2
addUser.html
src/main/resources/templates/user/addUser.html
+1
-1
organizationList.html
src/main/resources/templates/user/organizationList.html
+7
-7
userList.html
src/main/resources/templates/user/userList.html
+8
-3
No files found.
src/main/resources/static/js/plugins/bootstrapselect/css/page_new.css
View file @
ed961437
...
@@ -74,6 +74,6 @@ a.disabled{
...
@@ -74,6 +74,6 @@ a.disabled{
.current
{
.current
{
color
:
#ffffff
;
color
:
#ffffff
;
background
:
#00b983
;
background
:
#00b983
;
border-color
:
#00
b983
;
border-color
:
#00
5ba7
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
\ No newline at end of file
src/main/resources/templates/deployment/deplymentList.html
View file @
ed961437
...
@@ -30,6 +30,9 @@
...
@@ -30,6 +30,9 @@
.layui-table
th
{
.layui-table
th
{
text-align
:
center
;
text-align
:
center
;
}
}
button
{
}
</style>
</style>
<body>
<body>
...
@@ -41,9 +44,9 @@
...
@@ -41,9 +44,9 @@
<label
class=
"layui-form-label"
style=
" width: 100px;"
>
流程名称:
</label>
<label
class=
"layui-form-label"
style=
" width: 100px;"
>
流程名称:
</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=
"margin-left: 16px;"
class=
"layui-btn"
onclick=
"getBargainProduct()"
>
查询
</button>
<button
style=
"
background-color: #005ba7;
margin-left: 16px;"
class=
"layui-btn"
onclick=
"getBargainProduct()"
>
查询
</button>
</span>
</span>
<button
id=
"addMe"
class=
"layui-btn layui-btn-radius"
style=
"margin-left: 690px"
onclick=
"goImport()"
>
上传文件
</button></span>
<button
id=
"addMe"
class=
"layui-btn layui-btn-radius"
style=
"margin-left: 690px
;background-color: #005ba7;
"
onclick=
"goImport()"
>
上传文件
</button></span>
</p>
</p>
...
...
src/main/resources/templates/deployment/importDeployment.html
View file @
ed961437
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
</div>
</div>
<div
class=
"layui-row"
align=
"center"
style=
"margin-top: 50px;"
>
<div
class=
"layui-row"
align=
"center"
style=
"margin-top: 50px;"
>
<button
type=
"button"
class=
"layui-btn"
id=
"test3"
><i
class=
"layui-icon"
>
</i>
选择文件
</button>
<button
type=
"button"
class=
"layui-btn"
id=
"test3"
style=
"background-color: #005ba7;"
><i
class=
"layui-icon"
>
</i>
选择文件
</button>
<button
type=
"button"
class=
"layui-btn"
id=
"test9"
style=
"margin-left:10px;width:100px;"
>
开始上传
</button>
<button
type=
"button"
class=
"layui-btn"
id=
"test9"
style=
"
background-color: #005ba7;
margin-left:10px;width:100px;"
>
开始上传
</button>
</div>
</div>
</div>
</div>
...
...
src/main/resources/templates/user/addUser.html
View file @
ed961437
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<input
type=
"text"
name=
"content"
id=
"content"
value=
""
style=
" width: 250px;"
placeholder=
"用户描述"
class=
"layui-input"
autocomplete=
"off"
/>
<input
type=
"text"
name=
"content"
id=
"content"
value=
""
style=
" width: 250px;"
placeholder=
"用户描述"
class=
"layui-input"
autocomplete=
"off"
/>
</p>
</p>
</div>
</div>
<button
style=
"margin-top: 50px ;margin-left: -80px;width: 100px;"
onclick=
"register()"
class=
"layui-btn"
>
添加
</button>
<button
style=
"
background-color: #005ba7;
margin-top: 50px ;margin-left: -80px;width: 100px;"
onclick=
"register()"
class=
"layui-btn"
>
添加
</button>
</div>
</div>
</div>
</div>
...
...
src/main/resources/templates/user/organizationList.html
View file @
ed961437
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<title>
组织架构
</title>
<title>
组织架构
</title>
<link
rel=
"stylesheet"
th:href=
"@{/js/plugins/bootstrapselect/css/tree.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/js/plugins/bootstrapselect/css/tree.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/js/plugins/bootstrapselect/css/base.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/js/plugins/bootstrapselect/css/base.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/
js/plugins/bootstrapselect/css
/page_new.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/
css/common
/page_new.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/js/plugins/bootstrapselect/css/product_list.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/js/plugins/bootstrapselect/css/product_list.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/js/plugins/ztree/zTreeStyle.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/js/plugins/ztree/zTreeStyle.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/css/layui.css}"
media=
"all"
>
<link
rel=
"stylesheet"
th:href=
"@{/css/layui.css}"
media=
"all"
>
...
@@ -74,10 +74,10 @@
...
@@ -74,10 +74,10 @@
<label
class=
"layui-form-label"
>
组织名称:
</label>
<label
class=
"layui-form-label"
>
组织名称:
</label>
<input
style=
"width: 200px"
type=
"text"
name=
"name"
lay-verify=
"title"
autocomplete=
"off"
placeholder=
"请输入组织名称"
class=
"layui-input"
>
<input
style=
"width: 200px"
type=
"text"
name=
"name"
lay-verify=
"title"
autocomplete=
"off"
placeholder=
"请输入组织名称"
class=
"layui-input"
>
<span
class=
"cx"
>
<span
class=
"cx"
>
<button
style=
"margin-left: 10px;margin-top: -10px"
class=
"layui-btn"
onclick=
"queryDeviceRecords(1)"
>
查询
</button>
<button
style=
"
background-color: #005ba7;
margin-left: 10px;margin-top: -10px"
class=
"layui-btn"
onclick=
"queryDeviceRecords(1)"
>
查询
</button>
</span>
</span>
<button
id=
"addOr"
style=
"margin-left: 345px;"
class=
"layui-btn layui-btn-radius"
onclick=
"add(1)"
>
添加组织
</button></span>
<button
id=
"addOr"
style=
"
background-color: #005ba7;
margin-left: 345px;"
class=
"layui-btn layui-btn-radius"
onclick=
"add(1)"
>
添加组织
</button></span>
<button
id=
"addMe"
class=
"layui-btn layui-btn-radius"
onclick=
"add(2)"
>
添加人员
</button></span>
<button
id=
"addMe"
style=
"background-color: #005ba7"
class=
"layui-btn layui-btn-radius"
onclick=
"add(2)"
>
添加人员
</button></span>
</p>
</p>
</div>
</div>
...
@@ -87,10 +87,10 @@
...
@@ -87,10 +87,10 @@
<label
class=
"layui-form-label"
>
人员名称:
</label>
<label
class=
"layui-form-label"
>
人员名称:
</label>
<input
style=
"width: 200px"
type=
"text"
name=
"userName"
lay-verify=
"title"
autocomplete=
"off"
placeholder=
"请输入人员名称"
class=
"layui-input"
>
<input
style=
"width: 200px"
type=
"text"
name=
"userName"
lay-verify=
"title"
autocomplete=
"off"
placeholder=
"请输入人员名称"
class=
"layui-input"
>
<span
class=
"cx"
>
<span
class=
"cx"
>
<button
style=
"margin-left: 10px;margin-top: -10px"
class=
"layui-btn"
onclick=
"queryDeviceRecords(2)"
>
查询
</button>
<button
style=
"
background-color: #005ba7;
margin-left: 10px;margin-top: -10px"
class=
"layui-btn"
onclick=
"queryDeviceRecords(2)"
>
查询
</button>
</span>
</span>
<button
id=
"addOr"
style=
"margin-left: 345px;"
class=
"layui-btn layui-btn-radius"
onclick=
"add(1)"
>
添加组织
</button></span>
<button
id=
"addOr"
style=
"
background-color: #005ba7;
margin-left: 345px;"
class=
"layui-btn layui-btn-radius"
onclick=
"add(1)"
>
添加组织
</button></span>
<button
id=
"addMe"
class=
"layui-btn layui-btn-radius"
onclick=
"add(2)"
>
添加人员
</button></span>
<button
id=
"addMe"
style=
"background-color: #005ba7"
class=
"layui-btn layui-btn-radius"
onclick=
"add(2)"
>
添加人员
</button></span>
</p>
</p>
</div>
</div>
...
...
src/main/resources/templates/user/userList.html
View file @
ed961437
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
.layui-table
th
{
.layui-table
th
{
text-align
:
center
;
text-align
:
center
;
}
}
body
.demo-class
.layui-layer-btn
a
{
background
:
#005ba7
;}
</style>
</style>
<body>
<body>
<div
class=
"box"
>
<div
class=
"box"
>
...
@@ -38,10 +39,10 @@
...
@@ -38,10 +39,10 @@
<label
class=
"layui-form-label"
>
用户名称:
</label>
<label
class=
"layui-form-label"
>
用户名称:
</label>
<input
style=
"width: 200px"
type=
"text"
name=
"userName"
lay-verify=
"title"
autocomplete=
"off"
placeholder=
"请输入用户名称"
class=
"layui-input"
>
<input
style=
"width: 200px"
type=
"text"
name=
"userName"
lay-verify=
"title"
autocomplete=
"off"
placeholder=
"请输入用户名称"
class=
"layui-input"
>
<span
class=
"cx"
>
<span
class=
"cx"
>
<button
style=
"margin-left: 10px"
class=
"layui-btn"
onclick=
"getBargainProduct()"
>
查询
</button>
<button
style=
"
background-color: #005ba7;
margin-left: 10px"
class=
"layui-btn"
onclick=
"getBargainProduct()"
>
查询
</button>
</span>
</span>
<button
id=
"addMe"
class=
"layui-btn layui-btn-radius"
style=
"margin-left: 565px"
onclick=
"addUser()"
>
添加人员
</button></span>
<button
id=
"addMe"
class=
"layui-btn layui-btn-radius"
style=
"
background-color: #005ba7;
margin-left: 565px"
onclick=
"addUser()"
>
添加人员
</button></span>
</p>
</p>
...
@@ -177,7 +178,11 @@
...
@@ -177,7 +178,11 @@
'<div class="add"><span>用户描述:<span>'
+
content
+
'</span></span></div>'
+
'<div class="add"><span>用户描述:<span>'
+
content
+
'</span></span></div>'
+
'<div class="add"><span>用户手机:<span>'
+
telephone
+
'</span></span></div>'
+
'<div class="add"><span>用户手机:<span>'
+
telephone
+
'</span></span></div>'
+
'<div class="add"><span>创建时间:<span>'
+
createTime
+
'</span></span></div>'
;
'<div class="add"><span>创建时间:<span>'
+
createTime
+
'</span></span></div>'
;
layer
.
alert
(
content
)
layer
.
open
({
skin
:
'demo-class'
,
content
:
content
});
}
}
...
...
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