Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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
ximai
mes-pad
Commits
b50e09a6
Commit
b50e09a6
authored
Apr 23, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改生产工单列表显示
parent
96e51b07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
15 deletions
+20
-15
index.vue
pages/mes/prodReport/index.vue
+20
-15
No files found.
pages/mes/prodReport/index.vue
View file @
b50e09a6
...
...
@@ -1797,13 +1797,7 @@ export default {
whether
:
''
,
printTemplate
:
''
,
tableDirectiveColumn
:
[
{
name
:
'reportQuantity'
,
label
:
'本次包装数量'
,
width
:
130
,
type
:
'slot'
,
slot
:
'reportQuantity'
},
{
name
:
'clientCmd'
,
label
:
'指令号'
,
...
...
@@ -1829,7 +1823,13 @@ export default {
label
:
'已包装数量'
,
width
:
130
},
{
name
:
'reportQuantity'
,
label
:
'本次包装数量'
,
width
:
130
,
type
:
'slot'
,
slot
:
'reportQuantity'
},
],
tableDirectiveData
:
[],
tableSizeColumn
:
[],
...
...
@@ -1876,16 +1876,21 @@ export default {
name
:
key
,
label
:
element
};
if
(
key
===
'reportQuantity'
)
{
obj
.
width
=
130
obj
.
type
=
'slot'
obj
.
slot
=
'reportQuantity'
}
columns
.
push
(
obj
);
}
}
columns
.
unshift
({
name
:
'reportQuantity'
,
label
:
'本次包装数量'
,
width
:
130
,
type
:
'slot'
,
slot
:
'reportQuantity'
})
//
columns.unshift({
//
name: 'reportQuantity',
//
label: '本次包装数量',
//
width: 130,
//
type: 'slot',
//
slot: 'reportQuantity'
//
})
row
.
tableSizeColumn
=
columns
;
row
.
tableSizeData
=
res
.
data
.
sizeList
;
}
...
...
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