Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web_class_项目提成计算器
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
web_class_项目提成计算器
Commits
5ead76b4
Commit
5ead76b4
authored
Oct 25, 2022
by
HuangJunbo
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目提成计算器
Signed-off-by:
uuo00_n
<
uuo00_n@outlook.com
>
parent
3b2caac1
Pipeline
#29
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
88 additions
and
3 deletions
+88
-3
index.html
index.html
+88
-3
No files found.
index.html
View file @
5ead76b4
...
...
@@ -24,7 +24,7 @@
#bonus
{
height
:
50px
;
width
:
280px
;
background-color
:
#F3F3F3
;
background-color
:
aliceblue
;
}
#benefit
{
...
...
@@ -48,7 +48,7 @@
height
:
25px
;
width
:
70px
;
text-align
:
center
;
background-color
:
#FFFFFF
;
background-color
:
mediumorchid
;
cursor
:
pointer
;
}
...
...
@@ -57,7 +57,7 @@
}
#benefit
,
#roles
,
#countBtn
,
#bonus
{
border
:
1px
solid
#D4D4D4
;
border
:
1px
solid
slateblue
;
}
</style>
</head>
...
...
@@ -77,6 +77,91 @@
<input
type=
"button"
id=
"countBtn"
value=
"计算"
onclick=
"countFun()"
/>
</div>
</div>
<div
id=
"table"
>
<div
align=
"center"
>
<table
border=
"1px"
>
<tr>
<td>
职位
</td>
<td>
金额
</td>
<td>
提成
</td>
</tr>
<tr>
<td>
程序员
</td>
<td>
20000
</td>
<td>
1000
</td>
</tr>
<tr>
<td>
程序员
</td>
<td>
10000
</td>
<td>
50
</td>
</tr>
<tr>
<td>
程序员
</td>
<td>
2000
</td>
<td>
50
</td>
</tr>
<tr>
<td>
程序员
</td>
<td>
1000
</td>
<td>
0
</td>
</tr>
</table>
<table
border=
"1"
>
<tr>
<td>
职位
</td>
<td>
金额
</td>
<td>
提成
</td>
</tr>
<tr>
<td>
项目经理
</td>
<td>
30000
</td>
<td>
6000
</td>
</tr>
<tr>
<td>
项目经理
</td>
<td>
20000
</td>
<td>
2000
</td>
</tr>
<tr>
<td>
项目经理
</td>
<td>
10000
</td>
<td>
1000
</td>
</tr>
</table>
<table
border=
"1"
>
<tr>
<td>
职位
</td>
<td>
金额
</td>
<td>
提成
</td>
</tr>
<tr>
<td>
销售人员
</td>
<td>
100000
</td>
<td>
20000
</td>
</tr>
<tr>
<td>
销售人员
</td>
<td>
200000
</td>
<td>
60000
</td>
</tr>
<tr>
<td>
销售人员
</td>
<td>
50000
</td>
<td>
10000
</td>
</tr>
<tr>
<td>
销售人员
</td>
<td>
80000
</td>
<td>
16000
</td>
</tr>
<tr>
<td>
销售人员
</td>
<td>
10000
</td>
<td>
500
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
<script>
...
...
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