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
08e15655
Commit
08e15655
authored
Oct 21, 2023
by
旭艳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
阿洛丁调配卡流程中表单配置
parent
1e564b33
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
5 deletions
+22
-5
index.vue
.../privateComponents/components/AssignCardProcess/index.vue
+6
-1
index.vue
...ivateComponents/components/MutualAttachmentList/index.vue
+16
-4
No files found.
applications/dee-mes/src/privateComponents/components/AssignCardProcess/index.vue
View file @
08e15655
<
template
>
<div
class=
"AssignCardProcess"
>
<dee-as-com
...
...
@@ -36,6 +35,12 @@ export default {
immediate
:
true
,
deep
:
true
,
handler
:
function
(
val
)
{
if
(
val
.
subTypeName
===
'AssignCardAlodine'
)
{
this
.
cmpOptions
=
{
typeName
:
'AssignCardAlodine'
,
layKey
:
'alodineProcessFrom'
}
}
this
.
getFormData
(
val
.
id
)
}
}
...
...
applications/dee-mes/src/privateComponents/components/MutualAttachmentList/index.vue
View file @
08e15655
<
template
>
<div>
<dee-as-com
:lay-config=
"layConfig"
@
tableToolHandler=
"tableToolHandler"
@
row-click=
"onRowClick"
/>
</div>
</
template
>
<
script
>
import
{
post
}
from
'@/utils/http'
...
...
@@ -17,6 +20,12 @@ export default {
},
data
()
{
return
{
evenList
:
[
{
even
:
'row-click'
,
name
:
'行点击事件'
}
]
}
},
computed
:
{
...
...
@@ -30,6 +39,9 @@ export default {
mounted
()
{
},
methods
:
{
onRowClick
(
data
)
{
this
.
$emit
(
'row-click'
,
data
.
row
)
},
tableToolHandler
(
e
)
{
if
(
e
&&
e
.
key
&&
e
.
key
.
btnValue
)
{
console
.
log
(
e
)
...
...
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