Commit 561bcbc5 by sunchao

样式调整

parent 9314f17a
......@@ -28,7 +28,7 @@
padding: 10px 5px;
position: relative;
.photo_wrapper{
width: 189px;
width: 315px;
min-height: 222px;
margin: 20px auto 0 auto;
text-align: center;
......@@ -44,10 +44,11 @@
}
.tips{
text-align: left;
font-size: 11px;
font-size: 15px;
margin: 20px auto;
list-style: decimal;
padding-left: 10px;
padding-left: 25px;
margin-top: 40px;
li{
margin: 5px auto;
}
......
......@@ -72,10 +72,6 @@ export class EmployeeSalaryComponent implements OnInit {
}
next(){
if(!this.vxUrl){
this.openPopInfo('请在微信端上传您的薪资单!')
return;
}
const param = {
hiringBasicInfoId:this.hiringBasicInfoId,
vxUrl:this.vxUrl
......
......@@ -40,8 +40,8 @@ export class InvitationComponent implements OnInit {
const imgUrl = this.lifeCustomerInfo.practitionerBasicInfo.headImagePath ? this.lifeCustomerInfo.practitionerBasicInfo.headImagePath : `${environment.ORIGINNAME}/ydLife/assets/images/icons/meng.png`;
this.lifeCommonService.shareStatusPublish(1);
this.lifeCommonService.wxShare(
'邀请函',
'您的好友向你发出了邀请。加入靠谱的团队、一起做靠谱的事。',
'银盾保险经纪电子报聘邀请函',
`${this.lifeCustomerInfo.practitionerBasicInfo.name}邀请您报聘银盾保险经纪。加入靠谱的团队、一起做靠谱的事。`,
`https://${window.location.host}/ydLife/invitees?hiringBasicInfoId=${this.hiringBasicInfoId}&invitatorName=${this.invitatorName}`,
imgUrl);
}else{
......
......@@ -28,7 +28,7 @@ export class ApprovalCommentsComponent implements OnInit {
showAlert(approvingStatus) {
this.approvingStatus = approvingStatus;
ModalService.alert('提交', '只能保存一次,确定提交?', [
ModalService.alert('确认审批', `是否确定${this.approvingStatus==1?'通过':'拒绝'}该经纪人报聘?`, [
{ text: '取消', onPress: () => console.log('取消') },
{ text: '确定', onPress: () => this.hiringApprove()}
]);
......
......@@ -34,9 +34,10 @@ export class ApprovalListComponent implements OnInit {
listQuery(){
this.myService.listQuery({practitionerId:this.practitionerId,approvingStatus:this.selectedId}).subscribe((res)=>{
console.log(res)
if(res['success']){
this.approvarList = res['data']['hiringListInfoList'];
}else{
alert(res['message'])
}
})
}
......
......@@ -16,7 +16,7 @@
<span style="font-size: 18px;color: #000;font-weight: 700;">{{recordsItem.approveStepName}}</span>
<span (click)="lookRemark(recordsItem.rejectNote)"> <i class="iconfont icon-ziliao" style="position: relative;top: 1px;" ></i> 查看备注</span>
</div>
<div>
<div style="font-size: 16px;">
<span>
{{recordsItem.approvingPractitionerName}} ({{recordsItem.approvingStatus}})
</span>
......@@ -24,7 +24,8 @@
{{recordsItem.hiringAt?recordsItem.hiringAt.substr(0,10):null}}
</span>
</div>
<div>
<div style="background: #fafafa;border-radius: 5px;padding: 10px;"
*ngIf="recordsItem.interviewAssessment">
{{recordsItem.interviewAssessment}}
</div>
</div>
......
.wrapper{
padding:10px 13px;
padding:10px 13px 56px 13px;
.record_wrapper{
.record_content{
display: flex;
......
......@@ -57,7 +57,7 @@ export class RecruitingDetailComponent implements OnInit {
{ id: 1, name: '基本信息' },
{ id: 2, name: '简历' },
{ id: 3, name: '增员跟进' },
{ id: 4, name: '发送报聘'}
{ id: 4, name: '邀请报聘'}
]
}
......
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 to comment