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
d96cfe11
Commit
d96cfe11
authored
Nov 19, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
cd31faac
2d000bb4
Expand all
Hide 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 @
d96cfe11
This diff is collapsed.
Click to expand it.
src/main/webapp/HG/BI/components/hipi/002/left-manage-cockpit.vue
View file @
d96cfe11
...
...
@@ -146,20 +146,18 @@ module.exports = {
inInfo
.
set
(
'inqu_status-0-depositDate'
,
this
.
datapicker
)
IPLAT
.
EiCommunicator
.
send
(
'HGSC007'
,
'getByProcessSumWt'
,
inInfo
,
{
onSuccess
:
function
(
res
)
{
if
(
undefined
!=
res
.
extAttr
.
result
[
0
]){
_this
.
getByProcessSumWtList
=
[];
if
(
res
.
extAttr
.
result
.
length
){
_this
.
getByProcessSumWtList
=
res
.
extAttr
.
result
[
0
]
}
else
{
}
else
{
_this
.
getByProcessSumWtList
.
push
({
dayWeight
:
0
,
monthWeight
:
0
,
yearWeight
:
0
,
})
}
},
onFail
:
function
(
err
)
{
}
onFail
:
function
(
err
)
{}
},
{
async
:
false
}
);
...
...
@@ -172,7 +170,14 @@ module.exports = {
inInfo
.
set
(
'inqu_status-0-depositDate'
,
this
.
dataPicker
)
IPLAT
.
EiCommunicator
.
send
(
'HGSC007'
,
'queryBySunWt'
,
inInfo
,
{
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
)
{
}
...
...
src/main/webapp/HG/BI/components/hipi/002/right-manage-cockpit.vue
View file @
d96cfe11
...
...
@@ -34,6 +34,7 @@
style=
"width: 100%"
>
<el-table-column
v-for=
"(colVal,i) in columns"
:key=
"i"
:prop=
"colVal.value"
:align=
"colVal.align"
:label=
"colVal.label"
...
...
@@ -95,7 +96,7 @@ module.exports = {
label
:
'进度(%)'
,
align
:
'center'
,
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