Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
70fd6860
Commit
70fd6860
authored
Mar 12, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电子报聘提交页面优化&战队成员页面优化
parent
4aac56d0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
17 deletions
+57
-17
src/app/my/application-process/employee-submit/employee-submit.component.html
+21
-5
src/app/my/application-process/employee-submit/employee-submit.component.scss
+27
-3
src/app/my/application-process/employee-submit/employee-submit.component.ts
+8
-8
src/app/my/team-sales-score/team-sales-score.component.html
+1
-1
No files found.
src/app/my/application-process/employee-submit/employee-submit.component.html
View file @
70fd6860
<div
class=
"wrapper"
>
<img
src=
"assets/images/pass.png"
alt=
"通过"
/>
<div
style=
"font-size: 24px;font-weight: bold;margin: 15px auto;"
>
您已提交成功
</div>
<p>
我们将会在3个工作日完成审核,
</p>
<p>
一旦审核完成公司将用短信通知您,
</p>
<p>
请注意查看!
</p>
<img
src=
"assets/images/login_logo.png"
alt=
"logo"
style=
"width: 50%;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 20px;"
>
<div
style=
"font-size: 22px;font-weight: bold;margin: 15px auto;"
>
您已经成功提交,谢谢!
</div>
<div
class=
"before"
>
<p>
我们将在3个工作日完成报聘审核。
</p>
<p>
一旦审核完成,将以短信方式通知您成功报聘,
</p>
<p>
请注意查看。
</p>
</div>
<div
class=
"after"
>
<div
style=
"margin-bottom: 15px;font-size: 16px;"
>
通知您报聘成功后:
</div>
<ul>
<li>
你可以关注“银盾保险经纪”的微信服务号
</li>
<li>
在服务号里,用手机号登录我们的银盾经纪平台,可查看您经纪合同和公司相关资料。
</li>
<li>
运营人员将用微信联系你,并邀请您入群
</li>
<li>
运营人员将给您公司和相关介绍
</li>
</ul>
</div>
<!-- <img src="assets/images/login_logo.png" alt="logo" style="width: 50%;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 20px;"> -->
</div>
<ydlife-alert
*
ngIf=
"isNeedAlert"
[
dialogInfo
]="
dialogInfo
"
(
popInfo
)="
getPopInfo
()"
></ydlife-alert>
src/app/my/application-process/employee-submit/employee-submit.component.scss
View file @
70fd6860
...
...
@@ -4,11 +4,34 @@
margin
:
0
auto
;
img
{
width
:
30
%
;
width
:
25
%
;
margin-top
:
30%
;
}
div
.before
{
font-size
:
16px
;
font-weight
:
bold
;
margin-bottom
:
30px
;
p
{
margin
:
5px
auto
;
font-size
:
18px
;
text-align
:
center
;
}
}
div
.after
{
text-align
:
left
;
margin
:
15px
;
background
:
#f8f8f8
;
padding
:
20px
;
border-radius
:
15px
;
font-weight
:
bold
;
ul
{
padding
:
0
0
0
15px
;
li
{
text-align
:
left
;
color
:
#999
;
list-style
:
decimal
;
margin-bottom
:
5px
;
}
}
}
}
\ No newline at end of file
src/app/my/application-process/employee-submit/employee-submit.component.ts
View file @
70fd6860
...
...
@@ -17,14 +17,14 @@ export class EmployeeSubmitComponent implements OnInit {
private
myService
:
MyService
)
{
}
ngOnInit
()
{
sessionStorage
.
removeItem
(
'viewApprovalInfo'
)
const
title
=
this
.
activatedRoute
.
snapshot
.
data
[
0
][
'title'
];
this
.
lifeCommonService
.
setTitle
(
title
);
this
.
hiringBasicInfoId
=
this
.
activatedRoute
.
snapshot
.
queryParams
.
hiringBasicInfoId
?
this
.
activatedRoute
.
snapshot
.
queryParams
.
hiringBasicInfoId
:
null
;
this
.
approveStatus
=
this
.
activatedRoute
.
snapshot
.
queryParams
.
status
?
this
.
activatedRoute
.
snapshot
.
queryParams
.
status
:
null
;
if
(
this
.
approveStatus
==
null
||
this
.
approveStatus
==
'-1'
){
this
.
hiringSubmit
();
}
//
sessionStorage.removeItem('viewApprovalInfo')
//
const title = this.activatedRoute.snapshot.data[0]['title'];
//
this.lifeCommonService.setTitle(title);
//
this.hiringBasicInfoId = this.activatedRoute.snapshot.queryParams.hiringBasicInfoId?this.activatedRoute.snapshot.queryParams.hiringBasicInfoId:null;
//
this.approveStatus = this.activatedRoute.snapshot.queryParams.status?this.activatedRoute.snapshot.queryParams.status:null;
//
if(this.approveStatus == null || this.approveStatus == '-1'){
//
this.hiringSubmit();
//
}
}
hiringSubmit
(){
...
...
src/app/my/team-sales-score/team-sales-score.component.html
View file @
70fd6860
...
...
@@ -103,7 +103,7 @@
<li>
{{teamMemberItem.practitionerLevel}}{{teamMemberItem.practitionerTitle}}
</li>
<li
class=
"sex"
>
{{teamMemberItem.gender}}
</li>
<li>
{{teamMemberItem.mobileNo}}
</li>
<li><i
class=
"iconfont icon-ar-r"
style=
"color: #
A4A4A4FF
;font-size: 12px;"
></i></li>
<li><i
class=
"iconfont icon-ar-r"
style=
"color: #
a4a4a4
;font-size: 12px;"
></i></li>
</ul>
</div>
</div>
...
...
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