Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BudgetManagementSystem
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王利雷
BudgetManagementSystem
Commits
d32a44a4
Commit
d32a44a4
authored
May 28, 2019
by
shj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预算分布实时总览:预算明细页面添加侧边栏,实时显示所有费用的实际情况
parent
7d51910a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
BudgetService.java
src/main/java/service/impl/BudgetService.java
+2
-0
budgetDetail.jsp
src/main/webapp/budgetDetail.jsp
+0
-0
No files found.
src/main/java/service/impl/BudgetService.java
View file @
d32a44a4
...
...
@@ -164,6 +164,7 @@ public class BudgetService implements IBudgetService {
Map
<
TestAndProcess
,
Integer
>
result
=
new
HashMap
<>();
TestAndProcess
testAndProcess
=
new
TestAndProcess
();
testAndProcess
.
setPrice
(
number
);
testAndProcess
.
setName
(
"测试化验加工费"
);
result
.
put
(
testAndProcess
,
1
);
return
result
;
}
...
...
@@ -179,6 +180,7 @@ public class BudgetService implements IBudgetService {
Map
<
Power
,
Integer
>
result
=
new
HashMap
<>();
Power
power
=
new
Power
();
power
.
setPrice
(
number
);
power
.
setName
(
"燃料动力费"
);
result
.
put
(
power
,
1
);
return
result
;
}
...
...
src/main/webapp/budgetDetail.jsp
View file @
d32a44a4
This diff is collapsed.
Click to expand it.
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