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
1b34101e
Commit
1b34101e
authored
Jan 03, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领用出库批量提交接口修改
parent
c6a02181
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
right.vue
...nter/myPlanTask/outStorageOutConfirm/components/right.vue
+8
-2
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageOutConfirm/components/right.vue
View file @
1b34101e
...
...
@@ -3,7 +3,7 @@
<dee-as-com
ref=
"requestTable"
:basic-data=
"
{ selectData,...currentLeftData,selectionRows}"
:lay-config="{ typeName: 'OutStorageOut', layKey:
'e3b7e2e1-af45-4e28-99f6-6f7583d2c216'
}"
:lay-config="{ typeName: 'OutStorageOut', layKey:
topLayKey
}"
table-height="auto"
@selectionChange="selectionChange"
/>
...
...
@@ -42,7 +42,8 @@ export default {
return
{
selectionRows
:
[],
selectionRowsItem
:
[],
selectionRowsRes
:
[]
selectionRowsRes
:
[],
topLayKey
:
'e3b7e2e1-af45-4e28-99f6-6f7583d2c216'
}
},
computed
:
{},
...
...
@@ -51,6 +52,11 @@ export default {
immediate
:
true
,
deep
:
true
,
handler
(
val
)
{
if
(
val
&&
val
.
subTypeName
===
'OutStorageUse'
)
{
this
.
topLayKey
=
'c36943cb-50d9-48f3-9e86-e1386578eb60'
}
else
{
this
.
topLayKey
=
'e3b7e2e1-af45-4e28-99f6-6f7583d2c216'
}
this
.
$nextTick
(()
=>
{
this
.
init
()
})
...
...
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