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
e91251e1
Commit
e91251e1
authored
May 31, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
串件单序列号修改
parent
74a014c3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
index.vue
...privateComponents/components/ProductModelSelect/index.vue
+10
-0
index.vue
...privateComponents/components/SerialPieceSorties/index.vue
+2
-2
No files found.
applications/dee-mes/src/privateComponents/components/ProductModelSelect/index.vue
View file @
e91251e1
...
@@ -131,6 +131,16 @@ export default {
...
@@ -131,6 +131,16 @@ export default {
changeEvent
(
value
)
{
changeEvent
(
value
)
{
const
obj
=
JSON
.
parse
(
value
)
const
obj
=
JSON
.
parse
(
value
)
this
.
$set
(
this
.
form
,
'extMaterial'
,
obj
)
this
.
$set
(
this
.
form
,
'extMaterial'
,
obj
)
this
.
$set
(
this
.
form
,
'sourceSerno'
,
''
)
this
.
$set
(
this
.
form
,
'sourceApprovalCert'
,
''
)
this
.
$set
(
this
.
form
,
'sourceProductDrawver'
,
''
)
this
.
$set
(
this
.
form
,
'sourceElecHardwareNo'
,
''
)
this
.
$set
(
this
.
form
,
'sourceSoftConfPieceNo'
,
''
)
this
.
$set
(
this
.
form
,
'targetSerno'
,
''
)
this
.
$set
(
this
.
form
,
'targetApprovalCert'
,
''
)
this
.
$set
(
this
.
form
,
'targetProductDrawver'
,
''
)
this
.
$set
(
this
.
form
,
'targetElecHardwareNo'
,
''
)
this
.
$set
(
this
.
form
,
'targetSoftConfPieceNo'
,
''
)
},
},
remoteMethod
(
query
)
{
remoteMethod
(
query
)
{
if
(
query
&&
query
.
length
>=
2
)
{
if
(
query
&&
query
.
length
>=
2
)
{
...
...
applications/dee-mes/src/privateComponents/components/SerialPieceSorties/index.vue
View file @
e91251e1
...
@@ -73,7 +73,7 @@ export default {
...
@@ -73,7 +73,7 @@ export default {
this
.
getSortiesByCode
(
val
)
this
.
getSortiesByCode
(
val
)
},
},
'form.extMaterial'
:
function
(
val
)
{
'form.extMaterial'
:
function
(
val
)
{
this
.
findCanReplaceSerno
(
val
.
id
,
this
.
selVal
)
//
this.findCanReplaceSerno(val.id, this.selVal)
},
},
selVal
(
val
)
{
selVal
(
val
)
{
this
.
$set
(
this
.
form
,
this
.
itemObj
.
key
,
val
)
this
.
$set
(
this
.
form
,
this
.
itemObj
.
key
,
val
)
...
@@ -91,7 +91,7 @@ export default {
...
@@ -91,7 +91,7 @@ export default {
}
}
})
})
if
(
this
.
form
.
extMaterial
)
{
if
(
this
.
form
.
extMaterial
)
{
this
.
findCanReplaceSerno
(
this
.
form
.
extMaterial
.
id
,
val
)
//
this.findCanReplaceSerno(this.form.extMaterial.id, val)
}
}
}
}
},
},
...
...
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