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
0ef7673d
Commit
0ef7673d
authored
May 10, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改质量的问题
parent
c7ac9b9a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
index.vue
pages/mes/prodReport/index.vue
+1
-1
index.vue
pages/mes/qc/index.vue
+9
-6
No files found.
pages/mes/prodReport/index.vue
View file @
0ef7673d
...
...
@@ -155,7 +155,7 @@
</u-row>
<u-row>
<u-col
span=
"6"
>
<u-form-item
label=
"
报工
数量:"
prop=
"quantityQualify"
>
<u-form-item
label=
"
合格
数量:"
prop=
"quantityQualify"
>
<u-number-box
:min=
"0"
@
change=
"quantityChanged"
v-model=
"feedback.quantityQualify"
></u-number-box>
</u-form-item>
</u-col>
...
...
pages/mes/qc/index.vue
View file @
0ef7673d
...
...
@@ -605,10 +605,10 @@ export default {
},
async
submitIpqc
(
status
=
'PREPARE'
)
{
if
(
this
.
btnType
===
'sjqrFinish'
)
{
this
.
firstCONFIRMED
(
this
.
qcForm
);
return
;
}
//
if (this.btnType === 'sjqrFinish') {
//
this.firstCONFIRMED(this.qcForm);
//
return;
//
}
if
(
!
this
.
taskInfo
)
{
this
.
$u
.
toast
(
'请输入任务单号!'
);
return
;
...
...
@@ -628,7 +628,7 @@ export default {
return
{
...
item
,
selectValues
,
qualityCheckResults
qualityCheckResults
,
};
});
if
(
this
.
btnType
===
'firstEdit'
)
{
...
...
@@ -671,9 +671,12 @@ export default {
workorderId
:
this
.
qcForm
.
workorderId
,
inspectDate
:
new
Date
(),
inspector
:
this
.
qcForm
.
inspector
,
status
:
'PREPARE'
,
status
:
this
.
btnType
===
'sjqrFinish'
?
'CONFIRMED'
:
'PREPARE'
,
qcIpqclineList
};
if
(
this
.
btnType
===
'sjqrFinish'
)
{
delete
param
.
ipqcType
}
const
res
=
await
this
.
$u
.
api
.
addIpqc
(
param
);
if
(
res
.
code
===
200
)
{
this
.
getIpqcList
(
this
.
curQcType
);
...
...
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