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
ab74bfd8
Commit
ab74bfd8
authored
Oct 19, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决检验界面履历单详情页获取不到履历单id的问题
parent
8abfb41f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
editDrawer.vue
...urchasingWarehousingProcess_view/component/editDrawer.vue
+10
-1
index.vue
...ts/components/PurchasingWarehousingProcess_view/index.vue
+8
-2
No files found.
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess_view/component/editDrawer.vue
View file @
ab74bfd8
...
...
@@ -47,7 +47,16 @@ export default {
methods
:
{
onShow
(
row
,
config
)
{
this
.
config
=
config
this
.
rowData
=
row
if
(
config
.
typeName
===
'BiographicData'
&&
config
.
layKey
===
'defaultInfo'
)
{
const
responseInTest
=
this
.
$utils
.
getTargetJobResponses
(
row
,
'JobResponseInTest'
)
if
(
responseInTest
&&
responseInTest
.
biographicDataVOS
&&
responseInTest
.
biographicDataVOS
.
length
)
{
this
.
rowData
=
responseInTest
.
biographicDataVOS
[
0
]
}
else
{
this
.
rowData
=
row
}
}
else
{
this
.
rowData
=
row
}
this
.
visibile
=
true
},
onClose
()
{
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess_view/index.vue
View file @
ab74bfd8
...
...
@@ -353,10 +353,16 @@ export default {
'openProps'
:
[
{
'name'
:
'inventoryJobResponses'
,
'openProps'
:
[
{
'name'
:
'extWorkUnit'
}
{
'name'
:
'extWorkUnit'
},
{
'name'
:
'biographicDataVOS'
}
]
},
{
'name'
:
'extMaterial'
,
'openProps'
:
[{
'name'
:
'resType2'
},
{
'name'
:
'extUnit'
}]
},
{
'name'
:
'extDxSipplier'
},
{
'name'
:
'storageZone'
},
{
'name'
:
'inventoryReq'
}],
{
'name'
:
'extMaterial'
,
'openProps'
:
[{
'name'
:
'resType2'
},
{
'name'
:
'extUnit'
}]
},
{
'name'
:
'extDxSipplier'
},
{
'name'
:
'storageZone'
},
{
'name'
:
'inventoryReq'
}
],
'sortItem'
:
[
{
'fieldName'
:
'modifyTime'
,
...
...
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