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
1d1940a1
Commit
1d1940a1
authored
Aug 12, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP相关_站位计划维护配套需求单明细修改
parent
725cb947
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
44 deletions
+40
-44
index.vue
...ivateComponents/components/MatchRequestItemsCon/index.vue
+40
-44
No files found.
applications/dee-mes/src/privateComponents/components/MatchRequestItemsCon/index.vue
View file @
1d1940a1
...
...
@@ -37,13 +37,13 @@
label=
"序号"
align=
"center"
/>
<el-table-column
label=
"操作"
>
<
!--
<
el-table-column
label=
"操作"
>
<template
slot-scope=
"scope"
>
<span
class=
"btn-icon-s"
title=
"删除"
@
click=
"deleteOccupy(scope.row,props.row)"
>
<img
src=
"/icons/c-remove.png"
alt=
""
>
</span>
</
template
>
</el-table-column>
</el-table-column>
-->
<el-table-column
v-for=
"(item,index) in internalColumn"
:key=
"index"
...
...
@@ -69,13 +69,13 @@
:label=
"item.title"
:min-width=
"item.minWidth"
/>
<el-table-column
label=
"其他库房详情"
min-width=
"110"
>
<
!-- <
el-table-column label="其他库房详情" min-width="110">
<template slot-scope="scope">
<span class="link" @click="openDetails(scope,'otherStorageZoneItems')">
{{ scope.row.otherCenterAmount }}
</span>
</template>
</el-table-column>
</el-table-column>
-->
<el-table-column
label=
"其他物料占用详情"
min-width=
"140"
>
<
template
slot-scope=
"scope"
>
<span
class=
"link"
@
click=
"openDetails(scope,'otherMatchOccupyItems')"
>
...
...
@@ -147,18 +147,18 @@ export default {
{
'title'
:
'版本'
,
'key'
:
'elecHardwareConfPieceNo'
}
],
internalColumn
:
[
{
'title'
:
'验收单编号'
,
'key'
:
'
inventory.
testNo'
},
{
'title'
:
'库位'
,
'key'
:
'
inventory.worku
nit'
},
{
'title'
:
'验收单编号'
,
'key'
:
'testNo'
},
{
'title'
:
'库位'
,
'key'
:
'
workU
nit'
},
{
'title'
:
'分配数量'
,
'key'
:
'allocatedAmount'
},
{
'title'
:
'退库中数量'
,
'key'
:
'backAmount'
},
{
'title'
:
'已退库数量'
,
'key'
:
'backedAmount'
},
{
'title'
:
'出库类型'
,
'key'
:
'outType'
,
'minWidth'
:
100
},
{
'title'
:
'批次号'
,
'key'
:
'
inventory.lotNo
'
},
{
'title'
:
'序列号'
,
'key'
:
'
inventory.sern
o'
},
{
'title'
:
'入库时间'
,
'key'
:
'in
ventory.creat
eTime'
},
{
'title'
:
'状态'
,
'key'
:
'
outStorageS
tate'
},
{
'title'
:
'架次'
,
'key'
:
'
inventory.
sorties'
},
{
'title'
:
'版次'
,
'key'
:
'
inventory.softConfPiece
No'
}
{
'title'
:
'批次号'
,
'key'
:
'
batchNumber
'
},
{
'title'
:
'序列号'
,
'key'
:
'
serN
o'
},
{
'title'
:
'入库时间'
,
'key'
:
'in
Storag
eTime'
},
{
'title'
:
'状态'
,
'key'
:
'
s
tate'
},
{
'title'
:
'架次'
,
'key'
:
'sorties'
},
{
'title'
:
'版次'
,
'key'
:
'
version
No'
}
],
tableData
:
[],
dialogTitle
:
''
,
...
...
@@ -188,24 +188,25 @@ export default {
return
resData
},
tools
()
{
const
data
=
[{
name
:
'占用'
,
icon
:
'/icons/c-creatBook.png'
,
handler
:
{
click
:
()
=>
{
this
.
HandleBeforeOccupy
()
}
}
},
{
name
:
'发起配套出库申请'
,
icon
:
'/icons/c-sensN.png'
,
handler
:
{
click
:
()
=>
{
this
.
handleSubmit
()
}
}
},
const
data
=
[
// {
// name: '占用',
// icon: '/icons/c-creatBook.png',
// handler: {
// click: () => {
// this.HandleBeforeOccupy()
// }
// }
// },
// {
// name: '发起配套出库申请',
// icon: '/icons/c-sensN.png',
// handler: {
// click: () => {
// this.handleSubmit()
// }
// }
// },
{
name
:
this
.
hideMaterial
?
'显示材料'
:
'隐藏材料'
,
icon
:
'/icons/c-scan.png'
,
...
...
@@ -268,12 +269,7 @@ export default {
get
(
`/ExtSupportingItem/searchTakeInfo?supportingItemId=
${
row
.
id
}
`
).
then
(
res
=>
{
this
.
tableData
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
id
===
row
.
id
)
{
item
.
internalDataList
=
res
.
items
.
map
(
row
=>
{
row
.
outType
=
row
.
subTypeDisplayName
.
slice
(
0
,
2
)
row
.
backedAmount
=
row
.
backedAmount
||
0
row
.
backAmount
=
row
.
backAmount
||
0
return
row
})
item
.
internalDataList
=
res
.
items
}
})
}).
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