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
65bc2c3b
Commit
65bc2c3b
authored
Mar 20, 2024
by
wangdanlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调漆bug修改
parent
7ea9fcbc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
index.vue
...eComponents/components/DeploymentCardInfoSelect/index.vue
+9
-5
index.vue
...ivateComponents/components/MutualAttachmentList/index.vue
+6
-1
No files found.
applications/dee-mes/src/privateComponents/components/DeploymentCardInfoSelect/index.vue
View file @
65bc2c3b
...
...
@@ -12,8 +12,8 @@
@
change=
"changeEvent"
>
<el-option
v-for=
"
item
in options"
:key=
"i
tem.value
"
v-for=
"
(item,i)
in options"
:key=
"i"
:label=
"item.label"
:value=
"item.value"
:disabled=
"item.disabled"
...
...
@@ -75,7 +75,8 @@ export default {
time
:
null
,
typeEnum
:
{
AssignCardPaint
:
'ShellacCardPaint'
,
AssignCardLacquer
:
'ShellacCardLacquer'
AssignCardLacquer
:
'ShellacCardLacquer'
,
AssignCardItem
:
'ShellacCardLacquer'
},
subTypeName
:
''
}
...
...
@@ -119,7 +120,7 @@ export default {
this
.
com
=
this
.
findByNameVnode
(
this
,
'DeeAsForm'
)
this
.
getSubTypeName
()
if
(
this
.
itemObj
.
attrKey
===
'certificateNo'
)
{
//
this
.
getCertificateNo
(
''
,
'certificateNo'
)
}
else
{
if
(
this
.
basicData
.
setAttrs
)
{
Object
.
keys
(
this
.
basicData
.
setAttrs
).
forEach
(
key
=>
{
...
...
@@ -494,6 +495,9 @@ export default {
},
remoteMethod
(
query
)
{
if
(
query
&&
query
.
length
>=
2
)
{
if
(
this
.
time
)
{
this
.
time
=
null
}
this
.
time
=
setTimeout
(()
=>
{
this
.
loading
=
true
if
(
this
.
itemObj
.
attrKey
===
'certificateNo'
||
this
.
itemObj
.
attrKey
===
'certificateNum'
)
{
...
...
@@ -501,7 +505,7 @@ export default {
}
else
{
this
.
getModelNo
(
query
)
}
},
2
00
)
},
5
00
)
}
},
getModelNo
(
query
)
{
...
...
applications/dee-mes/src/privateComponents/components/MutualAttachmentList/index.vue
View file @
65bc2c3b
...
...
@@ -202,7 +202,12 @@ export default {
}
},
selectionChange
(
val
)
{
this
.
setAttrs
.
assignCardDetails
=
val
this
.
setAttrs
.
assignCardDetails
=
val
.
map
(
item
=>
{
return
{
...
item
,
target
:
item
}
})
},
handleClose
()
{
this
.
drawer
=
false
...
...
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