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
4741ed2b
Commit
4741ed2b
authored
Jul 08, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
salaryCode修改
parent
e63fde24
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
src/app/app.component.html
+2
-0
src/app/app.component.scss
+2
-4
src/app/my/salary-detail/salary-detail.component.ts
+2
-2
No files found.
src/app/app.component.html
View file @
4741ed2b
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
<ul
id=
"menuListContainer"
*
ngIf=
"menuShowFlag"
>
<ul
id=
"menuListContainer"
*
ngIf=
"menuShowFlag"
>
<li
[
routerLink
]="'/
ask
'"
>
我要提问
</li>
<li
[
routerLink
]="'/
ask
'"
>
我要提问
</li>
<li
[
routerLink
]="'/
my_question
'"
>
我的问题
</li>
<li
[
routerLink
]="'/
my_question
'"
>
我的问题
</li>
<li
[
routerLink
]="'/'"
>
回到首页
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/app/app.component.scss
View file @
4741ed2b
...
@@ -2,11 +2,9 @@
...
@@ -2,11 +2,9 @@
position
:
fixed
;
position
:
fixed
;
right
:
0
;
right
:
0
;
top
:
50%
;
top
:
50%
;
width
:
8
0px
;
width
:
10
0px
;
height
:
8
0px
;
height
:
10
0px
;
#menuListContainer
{
#menuListContainer
{
// transform: translateY(1000px);
li
{
li
{
height
:
50px
;
height
:
50px
;
text-align
:
center
;
text-align
:
center
;
...
...
src/app/my/salary-detail/salary-detail.component.ts
View file @
4741ed2b
...
@@ -258,9 +258,9 @@ export class SalaryDetailComponent implements OnInit {
...
@@ -258,9 +258,9 @@ export class SalaryDetailComponent implements OnInit {
this
.
onlineAward
=
this
.
salaryDetailsList
[
i
];
this
.
onlineAward
=
this
.
salaryDetailsList
[
i
];
}
else
if
(
this
.
salaryDetailsList
[
i
][
'salaryCode'
]
===
'C-006'
){
}
else
if
(
this
.
salaryDetailsList
[
i
][
'salaryCode'
]
===
'C-006'
){
this
.
other
=
this
.
salaryDetailsList
[
i
];
this
.
other
=
this
.
salaryDetailsList
[
i
];
}
else
if
(
this
.
salaryDetailsList
[
i
][
'salaryCode'
]
===
'D
-
01'
){
}
else
if
(
this
.
salaryDetailsList
[
i
][
'salaryCode'
]
===
'D01'
){
this
.
channelFristYearCommissionList
=
this
.
salaryDetailsList
[
i
];
this
.
channelFristYearCommissionList
=
this
.
salaryDetailsList
[
i
];
}
else
if
(
this
.
salaryDetailsList
[
i
][
'salaryCode'
]
===
'D
-
02'
){
}
else
if
(
this
.
salaryDetailsList
[
i
][
'salaryCode'
]
===
'D02'
){
this
.
channelRenewalYearCommissionList
=
this
.
salaryDetailsList
[
i
];
this
.
channelRenewalYearCommissionList
=
this
.
salaryDetailsList
[
i
];
}
else
{
}
else
{
break
;
break
;
...
...
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