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
0fd59619
Commit
0fd59619
authored
Mar 13, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报工限制改为报工数不超过排产数
parent
e472ed5b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
index.vue
pages/mes/prodReport/index.vue
+8
-7
No files found.
pages/mes/prodReport/index.vue
View file @
0fd59619
...
@@ -1371,8 +1371,9 @@ userTempVisible: false,
...
@@ -1371,8 +1371,9 @@ userTempVisible: false,
// this.reset();
// this.reset();
this
.
feedbackForms
=
[];
this
.
feedbackForms
=
[];
this
.
tableSelectData
.
forEach
((
item
)
=>
{
this
.
tableSelectData
.
forEach
((
item
)
=>
{
let
tempQualify
=
item
.
quantity
-
item
.
quantityQualify
<
0
?
0
:
item
.
quantity
-
item
.
quantityQualify
;
let
defQualify
=
item
.
quantity
-
item
.
quantityQualify
-
item
.
quantityUnqualify
;
tempQualify
=
tempQualify
>
item
.
quantityWait
?
item
.
quantityWait
:
tempQualify
;
defQualify
=
defQualify
<
0
?
0
:
defQualify
;
defQualify
=
defQualify
>
item
.
quantityWait
?
item
.
quantityWait
:
defQualify
;
const
feedback
=
{
const
feedback
=
{
...
item
,
...
item
,
workstationId
:
item
.
workstationId
,
workstationId
:
item
.
workstationId
,
...
@@ -1381,7 +1382,7 @@ userTempVisible: false,
...
@@ -1381,7 +1382,7 @@ userTempVisible: false,
taskWorkunitId
:
item
.
taskWorkunitId
,
taskWorkunitId
:
item
.
taskWorkunitId
,
feedbackChannel
:
'PAD'
,
feedbackChannel
:
'PAD'
,
quantity
:
item
.
quantity
,
quantity
:
item
.
quantity
,
quantityQualify
:
tempQualify
,
//默认为排产数量-
合格数
quantityQualify
:
defQualify
,
//默认为排产数量-合格数-不
合格数
quantityUnqualify
:
0
,
quantityUnqualify
:
0
,
printName
:
''
,
printName
:
''
,
nickName
:
this
.
vuex_user
.
nickName
,
nickName
:
this
.
vuex_user
.
nickName
,
...
...
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