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
671b9ef2
Commit
671b9ef2
authored
Jan 21, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合同申明10秒后能点同意的bug修复
parent
e981b94c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
src/app/my/application-process/personal-statement/personal-statement.component.ts
+1
-3
src/app/my/approval-comments/approval-comments.component.ts
+3
-0
src/app/my/approval-result-list/approval-result-list.component.html
+1
-1
No files found.
src/app/my/application-process/personal-statement/personal-statement.component.ts
View file @
671b9ef2
...
...
@@ -187,7 +187,7 @@ export class PersonalStatementComponent implements OnInit {
//同意合同条款
agree
()
{
if
(
this
.
agreeBtnShow
==
true
){
this
.
agreeBtnShow
=
false
;
this
.
isShow
=
false
;
for
(
let
i
=
0
;
i
<
this
.
contractTermsList
.
length
;
i
++
){
if
(
this
.
curContractId
==
this
.
contractTermsList
[
i
][
'id'
]){
...
...
@@ -199,8 +199,6 @@ export class PersonalStatementComponent implements OnInit {
})
}
}
saveContractTermsConfirms
(){
this
.
contractTermsConfirmsListParm
=
[];
for
(
let
i
=
0
;
i
<
this
.
contractTermsList
.
length
;
i
++
){
...
...
src/app/my/approval-comments/approval-comments.component.ts
View file @
671b9ef2
...
...
@@ -50,6 +50,9 @@ export class ApprovalCommentsComponent implements OnInit {
}
this
.
myService
.
hiringApprove
(
param
).
subscribe
((
res
)
=>
{
this
.
openPopInfo
(
res
[
'message'
]);
setTimeout
(()
=>
{
},
3000
);
})
}
...
...
src/app/my/approval-result-list/approval-result-list.component.html
View file @
671b9ef2
...
...
@@ -9,7 +9,7 @@
<img
class=
"status"
*
ngIf=
"recordsItem.approvingStatusId ==0"
src=
"assets/images/refuse.png"
/>
<div
class=
"line"
*
ngIf=
"recordsItem.approvingStatusId ==1"
></div>
<hr
*
ngIf=
"recordsItem.approvingStatusId !=
0
"
style=
"width: 1px;height: 100%;margin: 0 auto;border-right:4px dashed #dcdcdc;"
/>
<hr
*
ngIf=
"recordsItem.approvingStatusId !=
1
"
style=
"width: 1px;height: 100%;margin: 0 auto;border-right:4px dashed #dcdcdc;"
/>
</div>
<div
class=
"right"
>
<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