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
c9fb90e9
Commit
c9fb90e9
authored
Feb 07, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
填写审批结果我知道了跳转&勾选曾经报聘后报聘单位必选
parent
e55c2bff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
src/app/my/application-process/personal-statement/personal-statement.component.ts
+9
-0
src/app/my/approval-comments/approval-comments.component.ts
+6
-3
No files found.
src/app/my/application-process/personal-statement/personal-statement.component.ts
View file @
c9fb90e9
...
...
@@ -140,6 +140,15 @@ export class PersonalStatementComponent implements OnInit {
})
}
}
for
(
let
m
=
0
;
m
<
this
.
dropOptionsInfoListParam
.
length
;
m
++
){
if
(
this
.
dropOptionsInfoList
[
m
][
'dropOptionCode'
]
==
'NO_REGISTER_SAME_TRADE'
&&
this
.
dropOptionsInfoList
[
m
][
'status'
]
==
'1'
){
if
(
!
this
.
everWork
){
this
.
openPopInfo
(
'勾选曾经报聘后,您曾经报聘过的保险机构名称不可为空!'
);
return
;
}
}
}
const
param
=
{
hiringBasicInfoId
:
this
.
hiringBasicInfoId
,
personalStatementList
:
this
.
dropOptionsInfoListParam
...
...
src/app/my/approval-comments/approval-comments.component.ts
View file @
c9fb90e9
...
...
@@ -55,9 +55,6 @@ export class ApprovalCommentsComponent implements OnInit {
if
(
res
[
'success'
]){
this
.
openPopInfo
(
'保存成功!'
);
sessionStorage
.
setItem
(
'viewApprovalInfo'
,
'1'
)
setTimeout
(()
=>
{
this
.
router
.
navigate
([
'/approval_result_list'
],{
queryParams
:
{
hiringBasicInfoId
:
this
.
hiringBasicInfoId
,
approvalIdentity
:
this
.
approvalIdentity
}
});
},
2000
);
}
else
{
this
.
openPopInfo
(
res
[
'message'
]);
}
...
...
@@ -76,5 +73,11 @@ export class ApprovalCommentsComponent implements OnInit {
// 关闭弹窗
getPopInfo
()
{
this
.
isNeedAlert
=
false
;
if
(
this
.
approvingStatus
==
1
){
this
.
router
.
navigate
([
'/approval_result_list'
],{
queryParams
:
{
hiringBasicInfoId
:
this
.
hiringBasicInfoId
,
approvalIdentity
:
this
.
approvalIdentity
}
});
}
else
{
this
.
router
.
navigate
([
'/approval_list'
]);
}
}
}
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