Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
Project
Project
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
wangqinghua
smart
Commits
f198b345
Commit
f198b345
authored
Jun 24, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
确认完成
parent
6b6922df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
107 additions
and
54 deletions
+107
-54
work.service.ts
src/main/webapp/app/work/work.service.ts
+5
-0
documentation.css
src/main/webapp/content/css/documentation.css
+102
-54
No files found.
src/main/webapp/app/work/work.service.ts
View file @
f198b345
...
@@ -49,6 +49,11 @@ export class WorkService {
...
@@ -49,6 +49,11 @@ export class WorkService {
return
this
.
http
.
put
(
SERVER_API_URL
+
'/sysevent/deal'
,
data
);
return
this
.
http
.
put
(
SERVER_API_URL
+
'/sysevent/deal'
,
data
);
}
}
//事件确认
confirmEvent
(
data
):
Observable
<
any
>
{
return
this
.
http
.
post
(
SERVER_API_URL
+
'/sysevent/confirm'
,
data
);
}
//查询事件, 操作人, 流转记录, 资产
//查询事件, 操作人, 流转记录, 资产
findTransferAndInventory
(
params
):
Observable
<
any
>
{
findTransferAndInventory
(
params
):
Observable
<
any
>
{
return
this
.
http
.
get
(
SERVER_API_URL
+
'/sysevent/findTransferAndInventory/'
+
params
);
return
this
.
http
.
get
(
SERVER_API_URL
+
'/sysevent/findTransferAndInventory/'
+
params
);
...
...
src/main/webapp/content/css/documentation.css
View file @
f198b345
...
@@ -2,51 +2,62 @@
...
@@ -2,51 +2,62 @@
* Your CSS files will be generated in this directory by "gulp sass"
* Your CSS files will be generated in this directory by "gulp sass"
*/
*/
.layout
{
.layout
{
height
:
100%
;
height
:
100%
;
}
}
.layout
.ant-menu-inline
,
.ant-menu-vertical
,
.ant-menu-vertical-left
{
.layout
.ant-menu-inline
,
.ant-menu-vertical
,
.ant-menu-vertical-left
{
border
:
none
;
border
:
none
;
}
}
.layout
.ant-menu
,
.layout
.ant-menu
,
.layout
.ant-menu-submenu
>
.ant-menu
{
.layout
.ant-menu-submenu
>
.ant-menu
{
background-color
:
#001529
;
background-color
:
#001529
;
color
:
#ffffff
;
color
:
#ffffff
;
}
}
.logo
{
.logo
{
color
:
#ffffff
;
color
:
#ffffff
;
text-align
:
center
;
text-align
:
center
;
font-size
:
15px
;
font-size
:
15px
;
font-weight
:
500
;
font-weight
:
500
;
padding
:
17px
0
;
padding
:
17px
0
;
}
}
.breadcrumbs
{
.breadcrumbs
{
padding
:
10px
0
;
padding
:
10px
0
;
}
}
.search-form
{
.search-form
{
padding
:
15px
0
;
padding
:
15px
0
;
border-top
:
1px
solid
#dddddd
;
border-top
:
1px
solid
#dddddd
;
}
}
.search-form
.ant-input
{
.search-form
.ant-input
{
width
:
100%
;
width
:
100%
;
}
}
.search-input
.ant-input
{
.search-input
.ant-input
{
width
:
60%
;
width
:
60%
;
}
}
.releative
{
.releative
{
position
:
relative
;
position
:
relative
;
}
}
.posiabsolutStr
{
.posiabsolutStr
{
position
:
absolute
;
position
:
absolute
;
width
:
100%
;
width
:
100%
;
text-align
:
center
;
text-align
:
center
;
bottom
:
25%
;
bottom
:
25%
;
left
:
0
;
left
:
0
;
}
}
.posiabsolutStr
p
{
.posiabsolutStr
p
{
margin
:
0
;
margin
:
0
;
}
}
.ant-modal-body
{
.ant-modal-body
{
max-height
:
520px
;
max-height
:
520px
;
overflow-y
:
auto
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
...
@@ -54,142 +65,175 @@
...
@@ -54,142 +65,175 @@
}
}
/*操作按钮*/
/*操作按钮*/
.handle
span
{
.handle
span
{
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.handle
span
:not
(
last-child
)
{
.handle
span
:not
(
last-child
)
{
margin-right
:
10px
;
margin-right
:
10px
;
}
}
.modal-footer-btn
{
.modal-footer-btn
{
margin-top
:
20px
;
margin-top
:
20px
;
text-align
:
right
;
text-align
:
right
;
}
}
.modal-footer-btn
button
{
.modal-footer-btn
button
{
margin-right
:
20px
;
margin-right
:
20px
;
}
}
.form-select
nz-select
{
.form-select
nz-select
{
width
:
100%
;
width
:
100%
;
}
}
.tabset
{
.tabset
{
position
:
relative
;
position
:
relative
;
}
}
.tabset-btn
{
.tabset-btn
{
position
:
absolute
;
position
:
absolute
;
right
:
0
;
right
:
0
;
top
:
5px
;
top
:
5px
;
z-index
:
1
;
z-index
:
1
;
}
}
.round-tag
.ant-tag
{
.round-tag
.ant-tag
{
border-radius
:
50%
;
border-radius
:
50%
;
}
}
.default
.ant-tag
{
.default
.ant-tag
{
cursor
:
default
;
cursor
:
default
;
}
}
/*时间轴*/
/*时间轴*/
.ant-table-tbody
>
tr
>
td
.table-timeline
{
.ant-table-tbody
>
tr
>
td
.table-timeline
{
border-bottom
:
none
;
border-bottom
:
none
;
padding-top
:
40px
;
padding-top
:
40px
;
}
}
.table-timeline
.ant-timeline-item-head
{
.table-timeline
.ant-timeline-item-head
{
right
:
20px
;
right
:
20px
;
}
}
.table-timeline
.ant-timeline-item-tail
{
.table-timeline
.ant-timeline-item-tail
{
right
:
24px
;
right
:
24px
;
left
:
auto
;
left
:
auto
;
height
:
220%
;
height
:
220%
;
}
}
.ant-checkbox-group
label
:first-child
{
.ant-checkbox-group
label
:first-child
{
margin-left
:
8px
;
margin-left
:
8px
;
}
}
.main-font-color
{
.main-font-color
{
color
:
#1890ff
;
color
:
#1890ff
;
}
}
.layout
.ant-menu
,
.layout
.ant-menu-submenu
>
.ant-menu
{
.layout
.ant-menu
,
.layout
.ant-menu-submenu
>
.ant-menu
{
background-color
:
#414852
;
background-color
:
#414852
;
}
}
.ant-layout-sider
{
.ant-layout-sider
{
background
:
#414852
;
background
:
#414852
;
}
}
.ant-menu-inline
.ant-menu-submenu-title
{
.ant-menu-inline
.ant-menu-submenu-title
{
color
:
#bcc9d8
;
color
:
#bcc9d8
;
}
}
.ant-menu
:not
(
.ant-menu-horizontal
)
.ant-menu-item-selected
{
.ant-menu
:not
(
.ant-menu-horizontal
)
.ant-menu-item-selected
{
background-color
:
#353c45
;
background-color
:
#353c45
;
}
}
.layout
.ant-menu
,
.layout
.ant-menu-submenu
>
.ant-menu
{
.layout
.ant-menu
,
.layout
.ant-menu-submenu
>
.ant-menu
{
color
:
#bcc9d8
;
color
:
#bcc9d8
;
}
}
.ant-menu-item-selected
{
.ant-menu-item-selected
{
color
:
#fff
;
color
:
#fff
;
}
}
.ant-layout
{
.ant-layout
{
background-color
:
#fff
;
background-color
:
#fff
;
}
}
.ant-table-thead
>
tr
>
th
{
.ant-table-thead
>
tr
>
th
{
color
:
#4d4d4d
;
color
:
#4d4d4d
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
.ant-table-thead
>
tr
>
th
{
.ant-table-thead
>
tr
>
th
{
background-color
:
#F7F7F7
;
background-color
:
#F7F7F7
;
}
}
.ant-table-tbody
>
tr
>
td
{
.ant-table-tbody
>
tr
>
td
{
border-bottom
:
1px
solid
#e5e5e5
;
border-bottom
:
1px
solid
#e5e5e5
;
}
}
.ant-btn
.anticon
{
.ant-btn
.anticon
{
color
:
#6097b7
;
color
:
#6097b7
;
}
}
.color-fff
{
.color-fff
{
color
:
#ffffff
!important
;
color
:
#ffffff
!important
;
}
}
.color-666
{
.color-666
{
color
:
#666666
!important
;
color
:
#666666
!important
;
}
}
.breadcrumbs
.ant-btn-primary
{
.breadcrumbs
.ant-btn-primary
{
background-color
:
#6097b7
;
background-color
:
#6097b7
;
border-color
:
#6097b7
;
border-color
:
#6097b7
;
}
}
.breadcrumbs
.ant-btn
.anticon
{
.breadcrumbs
.ant-btn
.anticon
{
color
:
#ffffff
;
color
:
#ffffff
;
}
}
.ant-timeline-item-content
{
.ant-timeline-item-content
{
left
:
-25px
;
left
:
-25px
;
}
}
.color-red
{
.color-red
{
color
:
red
;
color
:
red
;
}
}
.color-yellow
{
.color-yellow
{
color
:
#ffc029
;
color
:
#ffc029
;
}
}
.color-green
{
.color-green
{
color
:
green
;
color
:
green
;
}
}
.padding-10
{
.padding-10
{
padding
:
10px
;
padding
:
10px
;
}
}
.main-color
{
color
:
#6097b7
;
.main-color
{
color
:
#6097b7
;
}
}
.margin-right-5
{
.margin-right-5
{
margin-right
:
5px
;
margin-right
:
5px
;
}
}
.margin-right-10
{
.margin-right-10
{
margin-right
:
10px
;
margin-right
:
10px
;
}
}
.margin-left-5
{
.margin-left-5
{
margin-left
:
5px
;
margin-left
:
5px
;
}
}
.margin-left-10
{
.margin-left-10
{
margin-left
:
10px
;
margin-left
:
10px
;
}
}
.spanBorder
span
{
.spanBorder
span
{
border
:
1px
solid
#666
;
border
:
1px
solid
#666
;
border-radius
:
4px
;
border-radius
:
4px
;
padding
:
2px
5px
;
padding
:
2px
5px
;
...
@@ -242,3 +286,7 @@
...
@@ -242,3 +286,7 @@
margin-right
:
4px
;
margin-right
:
4px
;
font-size
:
12px
;
font-size
:
12px
;
}
}
.line-height-32
{
line-height
:
32px
;
}
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