Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c4d6cff0
authored
Jun 23, 2020
by
cocomilk2012
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
31a80cd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
19 deletions
src/views/Index.vue
src/views/Index.vue
View file @
c4d6cff0
...
...
@@ -3,27 +3,27 @@
<div
class=
"info-card-box"
>
<div
class=
"info-card-top"
>
<div
class=
"info-card-top-left"
>
<h4>
{{
name
}}
</h4>
<p>
{{
birthday
}}
</p>
<h4>
{{
name
}}
</h4>
<p>
{{
birthday
}}
</p>
</div>
</div>
<div
class=
"info-card-bottom"
>
<p>
<label>
用工单位
</label>
<span>
{{
ceFullName
}}
</span>
<span>
{{
ceFullName
}}
</span>
</p>
<p>
<label>
工作地点
</label>
<span>
{{
workAddress
}}
</span>
<span>
{{
workAddress
}}
</span>
</p>
<p>
<label>
工作职位
</label>
<span>
{{
position
}}
</span>
<span>
{{
position
}}
</span>
</p>
<p>
<label>
入职时间
</label>
<span>
{{
employeeEntryDate
}}
</span>
<span>
{{
employeeEntryDate
}}
</span>
</p>
</div>
</div>
...
...
@@ -32,32 +32,68 @@
<img
src=
"../assets/images/ic_unfold@2x.png"
/>
</div>
<router-link
class=
"entrance"
:to=
"`/archives?ed_id=$
{ed_id}
&
sp_id=${sp_id}
&
id_no=${id_no}`">
<img
src=
"../assets/images/archives_icon.png"
alt=
"我的档案"
title=
"我的档案"
/>
<router-link
class=
"entrance"
:to=
"`/archives?ed_id=$
{ed_id}
&
sp_id=${sp_id}
&
id_no=${id_no}`"
>
<img
src=
"../assets/images/archives_icon.png"
alt=
"我的档案"
title=
"我的档案"
/>
<div>
<h4>
我的档案
</h4>
<p>
档案已确认,如果需要更改信息请联系客服
</p>
<p>
你的信息不完整,请先补充信息
</p>
</div>
<img
class=
"arrow"
src=
"../assets/images/right_arrow.png"
alt=
"arrow"
title=
"arrow"
/>
<img
class=
"arrow"
src=
"../assets/images/right_arrow.png"
alt=
"arrow"
title=
"arrow"
/>
</router-link>
<router-link
class=
"entrance entrance-border"
:to=
"`/Information?ed_id=$
{ed_id}`">
<img
src=
"../assets/images/information_icon.png"
alt=
"我的资料"
title=
"我的资料"
/>
<router-link
class=
"entrance entrance-border"
:to=
"`/Information?ed_id=$
{ed_id}`"
>
<img
src=
"../assets/images/information_icon.png"
alt=
"我的资料"
title=
"我的资料"
/>
<div>
<h4>
我提交的资料
</h4>
<p>
你可查询上传的附件信息
</p>
</div>
<img
class=
"arrow"
src=
"../assets/images/right_arrow.png"
alt=
"arrow"
title=
"arrow"
/>
<img
class=
"arrow"
src=
"../assets/images/right_arrow.png"
alt=
"arrow"
title=
"arrow"
/>
</router-link>
<router-link
class=
"entrance"
:to=
"`/PaySlips?sp_id=$
{sp_id}
&
id_no=371327198511175134`">
<img
src=
"../assets/images/slips_icon.png"
alt=
"我的工资条"
title=
"我的工资条"
/>
<router-link
class=
"entrance"
:to=
"`/PaySlips?sp_id=$
{sp_id}
&
id_no=371327198511175134`"
>
<img
src=
"../assets/images/slips_icon.png"
alt=
"我的工资条"
title=
"我的工资条"
/>
<div>
<h4>
我的工资条
</h4>
<p>
你可查询发放成功的工资记录
</p>
</div>
<img
class=
"arrow"
src=
"../assets/images/right_arrow.png"
alt=
"arrow"
title=
"arrow"
/>
<img
class=
"arrow"
src=
"../assets/images/right_arrow.png"
alt=
"arrow"
title=
"arrow"
/>
</router-link>
</div>
</div>
...
...
@@ -81,16 +117,16 @@ export default class Index extends Vue {
private
ed_id
:
string
=
""
;
created
()
{
//
const id_no = this.$route.query.id_no as string;
//
this.id_no = window.atob(encodeURI(id_no));
//
this.sp_id = this.$route.query.sp_id as string;
const
id_no
=
this
.
$route
.
query
.
id_no
as
string
;
this
.
id_no
=
window
.
atob
(
encodeURI
(
id_no
));
this
.
sp_id
=
this
.
$route
.
query
.
sp_id
as
string
;
let
params
=
{
spId
:
"85"
,
idNo
:
"51090219750505229X"
};
console
.
log
(
params
);
// 通过身份证号和派遣公司ID拿到派遣员工的信息(劳务派遣首页数据)
this
.
$server
.
EmployeeService
.
getDispatchInfo
(
params
)
.
then
(
res
=>
{
...
...
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