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
1b6b54f4
Commit
1b6b54f4
authored
Apr 02, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
胶漆调配记录修改
parent
f82b8c75
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
index.vue
...eComponents/components/DeploymentCardInfoSelect/index.vue
+4
-3
index.vue
...ivateComponents/components/MutualAttachmentList/index.vue
+6
-0
No files found.
applications/dee-mes/src/privateComponents/components/DeploymentCardInfoSelect/index.vue
View file @
1b6b54f4
...
@@ -331,17 +331,18 @@ export default {
...
@@ -331,17 +331,18 @@ export default {
]
]
this
.
setOptions
(
'spec'
,
params
)
this
.
setOptions
(
'spec'
,
params
)
}
}
if
(
this
.
itemObj
.
attrKey
===
'realityMark'
&&
this
.
basicData
.
spec
)
{
if
(
this
.
itemObj
.
attrKey
===
'realityMark'
)
{
// && this.basicData.spec
const
params
=
[
const
params
=
[
{
{
'fieldName'
:
'modelNo'
,
'fieldName'
:
'modelNo'
,
'operator'
:
'LIKE'
,
'operator'
:
'LIKE'
,
'value'
:
this
.
basicData
.
modelNo
'value'
:
this
.
basicData
.
modelNo
||
''
},
},
{
{
'fieldName'
:
'spec'
,
'fieldName'
:
'spec'
,
'operator'
:
'LIKE'
,
'operator'
:
'LIKE'
,
'value'
:
this
.
basicData
.
spec
'value'
:
this
.
basicData
.
spec
||
''
},
},
{
{
'fieldName'
:
'realityMark'
,
'fieldName'
:
'realityMark'
,
...
...
applications/dee-mes/src/privateComponents/components/MutualAttachmentList/index.vue
View file @
1b6b54f4
<
template
>
<
template
>
<div>
<div>
<dee-as-com
<dee-as-com
ref=
"table"
:lay-config=
"
{
:lay-config=
"
{
typeName: 'ExtSupportingItem',
typeName: 'ExtSupportingItem',
layKey: 'lacquerList'
layKey: 'lacquerList'
...
@@ -133,6 +134,7 @@ export default {
...
@@ -133,6 +134,7 @@ export default {
this
.
drawer
=
false
this
.
drawer
=
false
if
(
!
this
.
$route
.
path
.
includes
(
'workflow'
))
{
if
(
!
this
.
$route
.
path
.
includes
(
'workflow'
))
{
this
.
$bus
.
$emit
(
'opertorSuccess'
)
this
.
$bus
.
$emit
(
'opertorSuccess'
)
this
.
$refs
.
table
.
$refs
.
asCom
.
getData
()
}
}
})
})
},
},
...
@@ -228,6 +230,7 @@ export default {
...
@@ -228,6 +230,7 @@ export default {
'subTypeName'
:
this
.
subTypeName
,
'subTypeName'
:
this
.
subTypeName
,
'operator'
:
'ADD'
,
'operator'
:
'ADD'
,
productArea
:
this
.
productArea
,
productArea
:
this
.
productArea
,
modelNo
:
this
.
setAttrs
.
assignCardDetails
&&
this
.
setAttrs
.
assignCardDetails
.
length
&&
this
.
setAttrs
.
assignCardDetails
[
0
].
extMaterial
&&
this
.
setAttrs
.
assignCardDetails
[
0
].
extMaterial
.
modelNo
||
''
,
createTimeTo
:
this
.
$moment
(
new
Date
()).
format
(
'YYYY-MM-DD HH:mm:ss'
),
createTimeTo
:
this
.
$moment
(
new
Date
()).
format
(
'YYYY-MM-DD HH:mm:ss'
),
assignCardDetails
:
this
.
setAttrs
.
assignCardDetails
.
map
(
item
=>
{
assignCardDetails
:
this
.
setAttrs
.
assignCardDetails
.
map
(
item
=>
{
return
{
return
{
...
@@ -238,6 +241,9 @@ export default {
...
@@ -238,6 +241,9 @@ export default {
}
}
})
})
}
}
if
(
this
.
subTypeName
===
'AssignCardAlodine'
)
{
params
.
baseModelNo
=
params
.
modelNo
}
post
(
`/AssignCard/recursion`
,
params
).
then
(
res
=>
{
post
(
`/AssignCard/recursion`
,
params
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
this
.
setAttrs
.
cardNo
=
res
.
items
.
cardNo
this
.
setAttrs
.
cardNo
=
res
.
items
.
cardNo
...
...
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