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
4b07d451
Commit
4b07d451
authored
Jun 20, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.local.topsunit.com/mes/mes-pad
into dev
parents
78792f00
39c6b925
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
index.vue
pages/mes/prodReport/index.vue
+4
-1
No files found.
pages/mes/prodReport/index.vue
View file @
4b07d451
...
@@ -730,6 +730,7 @@
...
@@ -730,6 +730,7 @@
<uni-th
width=
"80px"
align=
"center"
>
领料数量
</uni-th>
<uni-th
width=
"80px"
align=
"center"
>
领料数量
</uni-th>
<uni-th
width=
"80px"
align=
"center"
>
本次退料数
</uni-th>
<uni-th
width=
"80px"
align=
"center"
>
本次退料数
</uni-th>
<uni-th
width=
"80px"
align=
"center"
>
累计退料数
</uni-th>
<uni-th
width=
"80px"
align=
"center"
>
累计退料数
</uni-th>
<uni-th
width=
"100px"
align=
"center"
>
版号
</uni-th>
<uni-th
width=
"110px"
align=
"center"
>
批次号
</uni-th>
<uni-th
width=
"110px"
align=
"center"
>
批次号
</uni-th>
<uni-th
width=
"60"
align=
"center"
>
合格
</uni-th>
<uni-th
width=
"60"
align=
"center"
>
合格
</uni-th>
</uni-tr>
</uni-tr>
...
@@ -745,6 +746,7 @@
...
@@ -745,6 +746,7 @@
<uni-td
align=
"center"
>
{{ line.quantityIssued }}
</uni-td>
<uni-td
align=
"center"
>
{{ line.quantityIssued }}
</uni-td>
<uni-td
align=
"center"
>
{{ line.applyNum }}
</uni-td>
<uni-td
align=
"center"
>
{{ line.applyNum }}
</uni-td>
<uni-td
align=
"center"
>
{{ line.totalBackNum }}
</uni-td>
<uni-td
align=
"center"
>
{{ line.totalBackNum }}
</uni-td>
<uni-td
align=
"center"
>
{{ line.packNo }}
</uni-td>
<uni-td
align=
"center"
>
{{ line.batchCode }}
</uni-td>
<uni-td
align=
"center"
>
{{ line.batchCode }}
</uni-td>
<uni-td
align=
"center"
>
{{ line.isQualified == 1 ? '是' : '' }}{{ line.isQualified == 0 ? '否' : ''
<uni-td
align=
"center"
>
{{ line.isQualified == 1 ? '是' : '' }}{{ line.isQualified == 0 ? '否' : ''
}}
</uni-td>
}}
</uni-td>
...
@@ -2741,7 +2743,8 @@ export default {
...
@@ -2741,7 +2743,8 @@ export default {
if
(
this
.
materialReturnFormData
.
workorderCode
)
{
if
(
this
.
materialReturnFormData
.
workorderCode
)
{
data
.
workorderCode
=
this
.
materialReturnFormData
.
workorderCode
;
data
.
workorderCode
=
this
.
materialReturnFormData
.
workorderCode
;
}
else
{
}
else
{
data
.
workorderCode
=
this
.
curTaskInfo
.
workorderOption
.
flatMap
((
it
)
=>
it
.
value
).
join
(
','
);
// data.workorderCode = this.curTaskInfo.workorderOption.flatMap((it) => it.value).join(',');
data
.
workorderCode
=
null
;
}
}
return
data
;
return
data
;
});
});
...
...
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