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
84357d29
Commit
84357d29
authored
Dec 30, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配套需求单明细内部表格增加出库类型字段
parent
214012c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
index.vue
...ivateComponents/components/MatchRequestItemsCon/index.vue
+5
-1
No files found.
applications/dee-mes/src/privateComponents/components/MatchRequestItemsCon/index.vue
View file @
84357d29
...
...
@@ -148,6 +148,7 @@ export default {
{
'title'
:
'验收单编号'
,
'key'
:
'inventory.testNo'
},
{
'title'
:
'库位'
,
'key'
:
'inventory.workunit'
},
{
'title'
:
'分配数量'
,
'key'
:
'allocatedAmount'
},
{
'title'
:
'出库类型'
,
'key'
:
'outType'
,
'minWidth'
:
100
},
{
'title'
:
'批次号'
,
'key'
:
'inventory.lotNo'
},
{
'title'
:
'序列号'
,
'key'
:
'inventory.serno'
},
{
'title'
:
'入库时间'
,
'key'
:
'inventory.createTime'
},
...
...
@@ -233,7 +234,10 @@ export default {
get
(
`/ExtSupportingItem/searchTakeInfo?supportingItemId=
${
row
.
id
}
`
).
then
(
res
=>
{
this
.
tableData
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
id
===
row
.
id
)
{
item
.
internalDataList
=
res
.
items
item
.
internalDataList
=
res
.
items
.
map
(
row
=>
{
row
.
outType
=
row
.
subTypeDisplayName
.
slice
(
0
,
2
)
return
row
})
}
})
}).
catch
(
err
=>
{
...
...
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