Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
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
TFMOM
TF-MOM-WEB
Commits
fb152108
Commit
fb152108
authored
Apr 17, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
站位计划维护下新增区域更新标识
parent
6213c49c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
stationPlanList.vue
...PlanManagement/stationPlanMaintenance/stationPlanList.vue
+18
-1
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/stationPlanList.vue
View file @
fb152108
...
...
@@ -90,6 +90,13 @@
/>
</div>
</dee-tab>
<span
v-if=
"areaUpdatingLists[form.sorties]==='Y'"
class=
"areaUpdateTip"
>
<i
class=
"el-icon-warning"
/>
<span>
温馨提示:
</span>
<span
class=
"tipInfo"
>
当前架次下区域正在更新中......
</span>
</span>
</div>
</
template
>
</dee-fold-pane>
...
...
@@ -178,7 +185,8 @@ export default {
},
activeTab
:
'0'
,
activeNodeData
:
{},
currentNodekey
:
''
currentNodekey
:
''
,
areaUpdatingLists
:
{}
}
},
watch
:
{
...
...
@@ -397,7 +405,9 @@ export default {
res
.
items
.
content
.
unshift
(
res
.
items
.
content
.
splice
(
index
,
1
)[
0
])
}
})
this
.
areaUpdatingLists
=
{}
this
.
sortiesData
=
res
.
items
.
content
.
map
((
row
)
=>
{
this
.
areaUpdatingLists
[
row
.
id
]
=
row
.
areaUpdating
return
{
value
:
row
.
id
,
label
:
row
.
defName
...
...
@@ -780,8 +790,15 @@ export default {
}
}
.right-container
{
position
:
relative
;
// width: 82%;
margin-left
:
20px
;
.areaUpdateTip
{
position
:
absolute
;
top
:
20px
;
right
:
40px
;
color
:
#ff0000
;
}
}
}
</
style
>
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