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
97b75680
Commit
97b75680
authored
Mar 08, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配套出库流程bug修改
parent
70458417
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
3 deletions
+38
-3
left.vue
...enter/myPlanTask/outStorageMatchApply/components/left.vue
+8
-0
left.vue
...ter/myPlanTask/outStorageMatchConfirm/components/left.vue
+10
-1
right.vue
...er/myPlanTask/outStorageMatchConfirm/components/right.vue
+10
-1
left.vue
...ter/myPlanTask/outStorageMatchExamine/components/left.vue
+10
-1
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageMatchApply/components/left.vue
View file @
97b75680
...
...
@@ -131,6 +131,14 @@ export default {
'openProps'
:
[
{
'name'
:
'joExecutePlan'
},
{
'name'
:
'extSupportings'
,
'openProps'
:
[
{
'name'
:
'outStorageRequests'
}
]
}
],
'sortItem'
:
[
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageMatchConfirm/components/left.vue
View file @
97b75680
...
...
@@ -56,8 +56,9 @@
</
template
>
<ul
v-if=
"request.lists.length"
>
<!-- 带复选框 -->
<
template
v-for=
"(item, subIndex) in request.lists"
>
<
template
>
<li
v-for=
"(item, subIndex) in request.lists"
:key=
"item.id"
class=
"blue"
:class=
"
{active: subIndex === active,'active-background':item.activeBackground}"
...
...
@@ -163,6 +164,14 @@ export default {
'openProps'
:
[
{
'name'
:
'joExecutePlan'
},
{
'name'
:
'extSupportings'
,
'openProps'
:
[
{
'name'
:
'outStorageRequests'
}
]
}
],
'sortItem'
:
[
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageMatchConfirm/components/right.vue
View file @
97b75680
...
...
@@ -67,7 +67,16 @@ export default {
},
init
(
checkList
)
{
const
aoIds
=
checkList
&&
checkList
.
map
(
item
=>
item
.
id
)
this
.
$refs
.
outStorageMatch
.
$refs
.
asCom
.
getData
(
aoIds
)
if
(
aoIds
&&
aoIds
.
length
)
{
this
.
$refs
.
outStorageMatch
.
$refs
.
asCom
.
getData
(
aoIds
)
}
else
{
this
.
$refs
.
outStorageMatch
.
$refs
.
asCom
.
pagination
.
total
=
0
this
.
$refs
.
outStorageMatchItem
.
$refs
.
asCom
.
pagination
.
total
=
0
this
.
$refs
.
jobResponseOutStorageMatch
.
$refs
.
asCom
.
pagination
.
total
=
0
this
.
$refs
.
outStorageMatch
.
$refs
.
asCom
.
showData
=
[]
this
.
$refs
.
outStorageMatchItem
.
$refs
.
asCom
.
showData
=
[]
this
.
$refs
.
jobResponseOutStorageMatch
.
$refs
.
asCom
.
showData
=
[]
}
}
}
}
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageMatchExamine/components/left.vue
View file @
97b75680
...
...
@@ -43,8 +43,9 @@
<section
class=
"collapse-title"
>
|
{{
request
.
name
}}
(
{{
request
.
lists
.
length
}}
)
</section>
</
template
>
<ul
v-if=
"request.lists.length"
>
<
template
v-for=
"(item, subIndex) in request.lists"
>
<
template
>
<li
v-for=
"(item, subIndex) in request.lists"
:key=
"item.id"
class=
"blue"
:class=
"
{active: subIndex === active,'active-background':item.activeBackground}"
...
...
@@ -130,6 +131,14 @@ export default {
'openProps'
:
[
{
'name'
:
'joExecutePlan'
},
{
'name'
:
'extSupportings'
,
'openProps'
:
[
{
'name'
:
'outStorageRequests'
}
]
}
],
'sortItem'
:
[
...
...
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