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
c0345bd2
Commit
c0345bd2
authored
Sep 03, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表增加“机上区域”和“安装位置”字段
parent
9d08fc1c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
index.vue
...ivateComponents/components/MatchRequestItemsCon/index.vue
+1
-0
index.vue
...views/assemblyPlanManagement/inspectionDispatch/index.vue
+1
-0
index.vue
...ews/assemblyPlanManagement/instructionsDispatch/index.vue
+1
-0
table.vue
...views/taskReception/components/taskReceiveTable/table.vue
+8
-0
No files found.
applications/dee-mes/src/privateComponents/components/MatchRequestItemsCon/index.vue
View file @
c0345bd2
...
...
@@ -140,6 +140,7 @@ export default {
{
'title'
:
'物料类型'
,
'key'
:
'extMaterial.resType2.typeCode'
,
'minWidth'
:
100
},
{
'title'
:
'牌号/型号/件号'
,
'key'
:
'extMaterial.modelNo'
,
'minWidth'
:
120
},
{
'title'
:
'路线'
,
'key'
:
'route'
,
'minWidth'
:
100
},
{
'title'
:
'安装位置'
,
'key'
:
'installName'
,
'minWidth'
:
100
},
{
'title'
:
'需求数量'
,
'key'
:
'reqAmount'
,
'minWidth'
:
100
},
{
'title'
:
'库房'
,
'key'
:
'productWorkCenter.extname'
,
'minWidth'
:
100
},
{
'title'
:
'占用数量'
,
'key'
:
'takeAmount'
,
'minWidth'
:
120
},
...
...
applications/dee-mes/src/views/assemblyPlanManagement/inspectionDispatch/index.vue
View file @
c0345bd2
...
...
@@ -156,6 +156,7 @@ export default {
width
:
'70'
},
columns
:
[
{
title
:
'机上区域'
,
key
:
'extProcessPlan.area'
,
align
:
'left'
,
minWidth
:
120
},
{
title
:
'指令号'
,
key
:
'extProcessPlan.serialNumber'
,
...
...
applications/dee-mes/src/views/assemblyPlanManagement/instructionsDispatch/index.vue
View file @
c0345bd2
...
...
@@ -213,6 +213,7 @@ export default {
width
:
'70'
},
columns
:
[
{
title
:
'机上区域'
,
key
:
'extProcessPlan.area'
,
align
:
'left'
,
minWidth
:
120
},
{
title
:
'指令号'
,
key
:
'extProcessPlan.serialNumber'
,
...
...
applications/dee-mes/src/views/taskReception/components/taskReceiveTable/table.vue
View file @
c0345bd2
...
...
@@ -9,6 +9,13 @@
size=
"mini"
>
<el-table-column
type=
"index"
width=
"60"
align=
"center"
label=
"序号"
/>
<el-table-column
prop=
"area"
label=
"机上区域"
min-width=
"120"
align=
"center"
show-overflow-tooltip
/>
<el-table-column
prop=
"serialNumber"
label=
"AO号"
...
...
@@ -247,6 +254,7 @@ export default {
// dxProcessPlanAssemblyUnitNo: p.wrProduction,
serialNumber
:
p
.
extProcessPlan
.
serialNumber
,
materName
:
p
.
extProcessPlan
.
name
,
area
:
p
.
extProcessPlan
.
area
,
isOK
:
p
.
isOK
,
gaceVersion
:
p
.
extProcessPlan
.
gaceVersion
,
scheduledStart
:
p
.
scheduledStart
,
...
...
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