Commit c4d6cff0 by cocomilk2012

update

parent 31a80cd1
Showing with 54 additions and 18 deletions
......@@ -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,9 +117,9 @@ 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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment