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
2d000bb4
Commit
2d000bb4
authored
Nov 18, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
驾驶舱细节优化
parent
fa33466c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
HGBI003.jsp
src/main/webapp/HG/BI/HGBI003.jsp
+0
-0
left-manage-cockpit.vue
.../webapp/HG/BI/components/hipi/002/left-manage-cockpit.vue
+12
-7
right-manage-cockpit.vue
...webapp/HG/BI/components/hipi/002/right-manage-cockpit.vue
+2
-1
No files found.
src/main/webapp/HG/BI/HGBI003.jsp
View file @
2d000bb4
This diff is collapsed.
Click to expand it.
src/main/webapp/HG/BI/components/hipi/002/left-manage-cockpit.vue
View file @
2d000bb4
...
@@ -146,20 +146,18 @@ module.exports = {
...
@@ -146,20 +146,18 @@ module.exports = {
inInfo
.
set
(
'inqu_status-0-depositDate'
,
this
.
datapicker
)
inInfo
.
set
(
'inqu_status-0-depositDate'
,
this
.
datapicker
)
IPLAT
.
EiCommunicator
.
send
(
'HGSC007'
,
'getByProcessSumWt'
,
inInfo
,
{
IPLAT
.
EiCommunicator
.
send
(
'HGSC007'
,
'getByProcessSumWt'
,
inInfo
,
{
onSuccess
:
function
(
res
)
{
onSuccess
:
function
(
res
)
{
if
(
undefined
!=
res
.
extAttr
.
result
[
0
]){
_this
.
getByProcessSumWtList
=
[];
if
(
res
.
extAttr
.
result
.
length
){
_this
.
getByProcessSumWtList
=
res
.
extAttr
.
result
[
0
]
_this
.
getByProcessSumWtList
=
res
.
extAttr
.
result
[
0
]
}
else
{
}
else
{
_this
.
getByProcessSumWtList
.
push
({
_this
.
getByProcessSumWtList
.
push
({
dayWeight
:
0
,
dayWeight
:
0
,
monthWeight
:
0
,
monthWeight
:
0
,
yearWeight
:
0
,
yearWeight
:
0
,
})
})
}
}
},
},
onFail
:
function
(
err
)
{
onFail
:
function
(
err
)
{}
}
},
},
{
async
:
false
}
{
async
:
false
}
);
);
...
@@ -172,7 +170,14 @@ module.exports = {
...
@@ -172,7 +170,14 @@ module.exports = {
inInfo
.
set
(
'inqu_status-0-depositDate'
,
this
.
dataPicker
)
inInfo
.
set
(
'inqu_status-0-depositDate'
,
this
.
dataPicker
)
IPLAT
.
EiCommunicator
.
send
(
'HGSC007'
,
'queryBySunWt'
,
inInfo
,
{
IPLAT
.
EiCommunicator
.
send
(
'HGSC007'
,
'queryBySunWt'
,
inInfo
,
{
onSuccess
:
function
(
res
)
{
onSuccess
:
function
(
res
)
{
_this
.
queryBySunWtList
=
res
.
blocks
.
result
.
extAttr
.
processNameList
console
.
log
(
res
,
'显示的数据'
)
if
(
res
.
extAttr
.
result
.
length
){
_this
.
queryBySunWtList
=
res
.
extAttr
.
result
}
else
{
_this
.
queryBySunWtList
=
[]
}
_this
.
$forceUpdate
();
},
},
onFail
:
function
(
err
)
{
onFail
:
function
(
err
)
{
}
}
...
...
src/main/webapp/HG/BI/components/hipi/002/right-manage-cockpit.vue
View file @
2d000bb4
...
@@ -34,6 +34,7 @@
...
@@ -34,6 +34,7 @@
style=
"width: 100%"
>
style=
"width: 100%"
>
<el-table-column
<el-table-column
v-for=
"(colVal,i) in columns"
v-for=
"(colVal,i) in columns"
:key=
"i"
:prop=
"colVal.value"
:prop=
"colVal.value"
:align=
"colVal.align"
:align=
"colVal.align"
:label=
"colVal.label"
:label=
"colVal.label"
...
@@ -95,7 +96,7 @@ module.exports = {
...
@@ -95,7 +96,7 @@ module.exports = {
label
:
'进度(%)'
,
label
:
'进度(%)'
,
align
:
'center'
,
align
:
'center'
,
value
:
'schedule'
,
value
:
'schedule'
,
width
:
'
4
0'
width
:
'
8
0'
}
}
]
]
};
};
...
...
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