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
cd04336c
Commit
cd04336c
authored
Dec 19, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量签审配套出库确认联调
parent
841daf1d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
231 additions
and
333 deletions
+231
-333
index.vue
.../privateComponents/components/printTagForConfig/index.vue
+157
-42
left.vue
...ter/myPlanTask/outStorageMatchConfirm/components/left.vue
+64
-289
right.vue
...er/myPlanTask/outStorageMatchConfirm/components/right.vue
+8
-2
index.vue
...w/task-center/myPlanTask/outStorageMatchConfirm/index.vue
+2
-0
No files found.
applications/dee-mes/src/privateComponents/components/printTagForConfig/index.vue
View file @
cd04336c
This diff is collapsed.
Click to expand it.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageMatchConfirm/components/left.vue
View file @
cd04336c
This diff is collapsed.
Click to expand it.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageMatchConfirm/components/right.vue
View file @
cd04336c
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
<dee-as-com
<dee-as-com
ref=
"outStorageMatch"
ref=
"outStorageMatch"
table-height=
"auto"
table-height=
"auto"
:basic-data=
"
{ selectData: selectData }"
:lay-config="{ typeName: 'OutStorageMatch', layKey: 'batchSign_OutStorageMatch'}"
:lay-config="{ typeName: 'OutStorageMatch', layKey: 'batchSign_OutStorageMatch'}"
@selectionChange="selectionChange"
@selectionChange="selectionChange"
/>
/>
...
@@ -47,15 +48,20 @@ export default {
...
@@ -47,15 +48,20 @@ export default {
methods
:
{
methods
:
{
selectionChange
(
val
)
{
selectionChange
(
val
)
{
this
.
selectionRows
=
val
this
.
selectionRows
=
val
const
requestIds
=
val
&&
val
.
map
(
item
=>
item
.
id
)
this
.
$refs
.
outStorageMatchItem
.
$refs
.
asCom
.
getData
(
requestIds
)
},
},
selectionChange_item
(
val
)
{
selectionChange_item
(
val
)
{
this
.
selectionItemRows
=
val
this
.
selectionItemRows
=
val
const
itemIds
=
val
&&
val
.
map
(
item
=>
item
.
id
)
this
.
$refs
.
jobResponseOutStorageMatch
.
$refs
.
asCom
.
getData
(
itemIds
)
},
},
selectionChange_jobRes
(
val
)
{
selectionChange_jobRes
(
val
)
{
this
.
selectionJobResRows
=
val
this
.
selectionJobResRows
=
val
},
},
init
()
{
init
(
checkList
)
{
this
.
$refs
.
outStorageMatch
.
$refs
.
asCom
.
getData
()
const
aoIds
=
checkList
&&
checkList
.
map
(
item
=>
item
.
id
)
this
.
$refs
.
outStorageMatch
.
$refs
.
asCom
.
getData
(
aoIds
)
}
}
}
}
}
}
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageMatchConfirm/index.vue
View file @
cd04336c
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
<template
slot=
"paneL"
>
<template
slot=
"paneL"
>
<Left
<Left
ref=
"left"
ref=
"left"
:select-data=
"selectData"
@
checkbox:change=
"checkboxChange"
@
checkbox:change=
"checkboxChange"
/>
/>
</
template
>
</
template
>
...
@@ -21,6 +22,7 @@
...
@@ -21,6 +22,7 @@
<Right
<Right
v-show=
"subTypeName === '1'"
v-show=
"subTypeName === '1'"
ref=
"right"
ref=
"right"
:select-data=
"selectData"
@
left:init=
"() => this.$refs.left.init()"
@
left:init=
"() => this.$refs.left.init()"
/>
/>
<!-- empty -->
<!-- empty -->
...
...
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