Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
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
platform
hg-smart
Commits
42c8c599
Commit
42c8c599
authored
Oct 22, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-10-22
1.修复生产管理驾驶舱项目进度bug
parent
ebf4c877
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
HGSC007.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC007.xml
+1
-0
right-manage-cockpit.vue
...webapp/HG/BI/components/hipi/002/right-manage-cockpit.vue
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC007.xml
View file @
42c8c599
...
...
@@ -950,6 +950,7 @@
a.finish_date as completeDate,
ROUND(ifnull(sum(a.total_weight),0)/1000, 4) as totalWeight,
ROUND(ifnull(sum(a.finish_weight),0)/1000, 4) as finishWeight,
ROUND(ifnull(sum(a.finish_weight),0) / ifnull(sum(a.total_weight),0) / 1000, 4)*100 as schedule,
a.updated_time as updatedTime
from (
select
...
...
src/main/webapp/HG/BI/components/hipi/002/right-manage-cockpit.vue
View file @
42c8c599
...
...
@@ -42,7 +42,7 @@ module.exports = {
projCodeWtList
:[],
getByProjCodewtWtList
:[],
dataList
:[
'项目名称'
,
'计划完成时间'
,
'计划产量'
,
'实际产量'
,
'进度'
],
getByProjCodewtWtArray
:[
'projName'
,
'completeDate'
,
'totalWeight'
,
'finishWeight'
,
'
finishWeight
'
],
getByProjCodewtWtArray
:[
'projName'
,
'completeDate'
,
'totalWeight'
,
'finishWeight'
,
'
schedule
'
],
};
},
watch
:{
...
...
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