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
6d6530af
Commit
6d6530af
authored
Apr 13, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人所得税弹框
parent
2559f372
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
src/app/my/salary-detail/salary-detail.component.html
+7
-7
src/app/my/salary-detail/salary-detail.component.scss
+8
-0
No files found.
src/app/my/salary-detail/salary-detail.component.html
View file @
6d6530af
...
...
@@ -71,7 +71,7 @@
</div>
<div
class=
"mask"
*
ngIf=
"takFlag == true;"
></div>
<div
class=
"tax_mask"
*
ngIf=
"takFlag == true;"
>
<div
class=
"close"
(
click
)="
takFlag =
=
false
;"
>
X
</div>
<div
class=
"close"
(
click
)="
takFlag =
false;"
>
X
</div>
<div
class=
"mask_title"
>
<div>
个人所得税预扣明细
</div>
<div><span
class=
"iconfont icon-zhuyishixiang"
></span>
个人所得税政策
</div>
...
...
@@ -80,29 +80,29 @@
<div
class=
"tax_item"
>
<div>
<span>
本期应税所得
</span>
<span
class=
"red"
></span>
<span
class=
"red"
>
1200
</span>
</div>
<div>
<span>
年度累计应税所得
</span>
<span
class=
"red"
></span>
<span
class=
"red"
>
600
</span>
</div>
<div>
<span>
预扣率
</span>
<span
class=
"red"
></span>
<span
class=
"red"
>
50%
</span>
</div>
</div>
<div
class=
"tax_item"
>
<div>
<span>
累计应扣所得税(A)
</span>
<span
class=
"red"
></span>
<span
class=
"red"
>
500
</span>
</div>
<div>
<span>
累计已扣所得税(B)
</span>
<span
>
</span>
<span
class=
"red"
>
10
</span>
</div>
<div>
<span>
本期应扣所得税(A-B)
</span>
<span
>
</span>
<span
class=
"red"
>
490
</span>
</div>
</div>
</div>
...
...
src/app/my/salary-detail/salary-detail.component.scss
View file @
6d6530af
...
...
@@ -105,6 +105,13 @@
div
{
height
:
30px
;
line-height
:
30px
;
display
:
flex
;
justify-content
:
space-between
;
}
.red
{
color
:
#f8002e
;
font-weight
:
bold
;
font-size
:
15px
;
}
}
}
\ No newline at end of file
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