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
d02c76fd
Commit
d02c76fd
authored
Mar 06, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.local.topsunit.com/mes/mes-pad
into dev
parents
65d421b1
14902d46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
15 deletions
+9
-15
index.vue
pages/mes/prodReport/index.vue
+9
-15
No files found.
pages/mes/prodReport/index.vue
View file @
d02c76fd
...
...
@@ -719,9 +719,9 @@ export default {
width
:
140
},
{
name
:
'quantity'
,
name
:
'quantity
Wait
'
,
label
:
'待加工数量'
,
width
:
14
0
width
:
8
0
},
{
name
:
'status'
,
...
...
@@ -767,20 +767,20 @@ export default {
},
{
name
:
'quantity'
,
label
:
'数量'
,
width
:
6
0
,
label
:
'
排产
数量'
,
width
:
8
0
,
align
:
'center'
},
{
name
:
'quantityQuanlify'
,
label
:
'合格数量'
,
width
:
6
0
,
width
:
8
0
,
align
:
'center'
},
{
name
:
'quantityUnquanlify'
,
label
:
'不合格数量'
,
width
:
6
0
,
width
:
8
0
,
align
:
'center'
},
{
...
...
@@ -1319,13 +1319,7 @@ export default {
this
.
open
=
false
;
},
feedback
()
{
// this.$refs.feedbackForm.validate(valid => {
// // if (valid) {
// // console.log('验证通过');
// // } else {
// // console.log('验证失败');
// // }
// });
this
.
open
=
true
;
this
.
feedbackForms
.
forEach
((
item
)
=>
{
if
(
item
.
quantityQualify
===
0
&&
item
.
quantityUnqualify
===
0
)
{
this
.
$u
.
toast
(
'请填写合格/不合格产品数量!'
);
...
...
@@ -1335,7 +1329,7 @@ export default {
.
feedback
({
taskId
:
item
.
taskId
,
taskCode
:
item
.
taskCode
,
quantityFeedback
:
item
.
quantity
,
quantityFeedback
:
item
.
quantity
Qualify
+
item
.
quantityUnqualify
,
quantityQualified
:
item
.
quantityQualify
,
quantityUnquanlified
:
item
.
quantityUnqualify
,
userName
:
this
.
vuex_user
.
userName
,
...
...
@@ -1357,6 +1351,7 @@ export default {
})
.
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
open
=
false
;
if
(
res
.
msg
===
''
)
{
this
.
$u
.
toast
(
'上报成功'
);
}
else
{
...
...
@@ -1366,7 +1361,6 @@ export default {
}
});
});
this
.
open
=
false
;
},
feedingInspectionShow
()
{
this
.
feedingInspectionVisible
=
true
;
...
...
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