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
83aeb5a9
Commit
83aeb5a9
authored
Jan 29, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人声明&合同条款待优化
parent
b947e582
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
src/app/my/application-process/employee-salary/employee-salary.component.scss
+1
-1
src/app/my/application-process/personal-statement/personal-statement.component.ts
+3
-3
src/app/my/application-process/work-experience/work-experience.component.html
+0
-1
src/index.html
+2
-2
No files found.
src/app/my/application-process/employee-salary/employee-salary.component.scss
View file @
83aeb5a9
...
...
@@ -2,7 +2,7 @@
font-size
:
18px
;
background
:
#fff
;
min-height
:
100%
;
padding
:
10px
13px
0
13px
;
padding
:
10px
13px
56px
13px
;
select
{
-webkit-appearance
:
none
;
}
...
...
src/app/my/application-process/personal-statement/personal-statement.component.ts
View file @
83aeb5a9
...
...
@@ -103,7 +103,7 @@ export class PersonalStatementComponent implements OnInit {
}
else
{
personalStatements
.
status
=
1
;
}
if
(
personalStatements
.
id
==
'241
'
){
if
(
personalStatements
.
dropOptionCode
==
'NO_REGISTER_SAME_TRADE
'
){
if
(
personalStatements
.
status
==
1
){
this
.
everWorkFlag
=
true
;
//点击曾经报聘输入报聘自动获取焦点
...
...
@@ -124,7 +124,7 @@ export class PersonalStatementComponent implements OnInit {
for
(
let
i
=
0
;
i
<
this
.
dropOptionsInfoList
.
length
;
i
++
){
this
.
dropOptionsInfoList
[
i
][
'mdDropOptionName'
]
=
this
.
dropOptionsInfoList
[
i
][
'dropOptionName'
];
this
.
dropOptionsInfoList
[
i
][
'mdDropOptionId'
]
=
this
.
dropOptionsInfoList
[
i
][
'id'
];
if
(
this
.
dropOptionsInfoList
[
i
][
'
id'
]
==
'241
'
){
if
(
this
.
dropOptionsInfoList
[
i
][
'
dropOptionCode'
]
==
'NO_REGISTER_SAME_TRADE
'
){
this
.
dropOptionsInfoListParam
.
push
({
mdDropOptionName
:
this
.
dropOptionsInfoList
[
i
][
'dropOptionName'
],
mdDropOptionId
:
this
.
dropOptionsInfoList
[
i
][
'id'
],
...
...
@@ -243,7 +243,7 @@ export class PersonalStatementComponent implements OnInit {
for
(
let
i
=
0
;
i
<
this
.
dropOptionsInfoList
.
length
;
i
++
){
this
.
dropOptionsInfoList
[
i
][
'dropOptionName'
]
=
this
.
dropOptionsInfoList
[
i
][
'mdDropOptionName'
];
this
.
dropOptionsInfoList
[
i
][
'id'
]
=
this
.
dropOptionsInfoList
[
i
][
'mdDropOptionId'
];
if
(
this
.
dropOptionsInfoList
[
i
][
'status'
]
==
1
&&
this
.
dropOptionsInfoList
[
i
][
'
id'
]
==
'241
'
){
if
(
this
.
dropOptionsInfoList
[
i
][
'status'
]
==
1
&&
this
.
dropOptionsInfoList
[
i
][
'
dropOptionCode'
]
==
'NO_REGISTER_SAME_TRADE
'
){
this
.
everWorkFlag
=
true
;
this
.
everWork
=
this
.
dropOptionsInfoList
[
i
][
'userInput'
];
}
else
{
...
...
src/app/my/application-process/work-experience/work-experience.component.html
View file @
83aeb5a9
...
...
@@ -33,7 +33,6 @@
[
arrow
]="'
horizontal
'"
[
mode
]="'
date
'"
[
minDate
]
="
showworkingStart
"
[
maxDate
]
=
"
maxDate
"
[(
ngModel
)]="
showworkingEnd
"
(
onOk
)="
onOk
($
event
,'
end
')"
>
...
...
src/index.html
View file @
83aeb5a9
...
...
@@ -70,8 +70,8 @@
<script
src=
"./assets/LCalendar/LCalendar.js"
></script>
<script
src=
"./assets/laydate/laydate.js"
></script>
<script
type=
"text/javascript"
>
//
var api = 'https://' + window.location.host;
var
api
=
'https://mdev.zuihuibi.cn'
;
var
api
=
'https://'
+
window
.
location
.
host
;
//
var api = 'https://mdev.zuihuibi.cn';
function
getToken
()
{
$
.
ajax
({
type
:
"POST"
,
...
...
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