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
d4b28719
Commit
d4b28719
authored
Mar 20, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改提交的时候提示
parent
3529523b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
pages/mes/prodReport/index.vue
+5
-5
index.vue
pages/mes/qc/index.vue
+1
-1
No files found.
pages/mes/prodReport/index.vue
View file @
d4b28719
...
@@ -1534,12 +1534,8 @@ export default {
...
@@ -1534,12 +1534,8 @@ export default {
this
.
printTemplateData
.
printTemplate
=
this
.
$refs
.
printTemplateRef
.
tableSelectData
[
0
].
name
this
.
printTemplateData
.
printTemplate
=
this
.
$refs
.
printTemplateRef
.
tableSelectData
[
0
].
name
this
.
printTemplateVisible
=
false
this
.
printTemplateVisible
=
false
},
},
async
doFeedback
()
{
doFeedback
()
{
// this.reset();
// this.reset();
if
(
!
this
.
vuex_printConnect
)
{
this
.
$u
.
toast
(
'打印机连接失败'
);
return
}
this
.
feedbackForms
=
[];
this
.
feedbackForms
=
[];
this
.
tableSelectData
.
forEach
((
item
)
=>
{
this
.
tableSelectData
.
forEach
((
item
)
=>
{
let
defQualify
=
item
.
quantity
-
item
.
quantityQualify
-
item
.
quantityUnqualify
;
let
defQualify
=
item
.
quantity
-
item
.
quantityQualify
-
item
.
quantityUnqualify
;
...
@@ -1611,6 +1607,10 @@ export default {
...
@@ -1611,6 +1607,10 @@ export default {
this
.
open
=
false
;
this
.
open
=
false
;
},
},
handleSubmitfeedback
()
{
handleSubmitfeedback
()
{
if
(
!
this
.
vuex_printConnect
)
{
this
.
$u
.
toast
(
'打印机连接失败'
);
return
}
this
.
open
=
true
;
this
.
open
=
true
;
this
.
feedbackForms
.
forEach
((
item
)
=>
{
this
.
feedbackForms
.
forEach
((
item
)
=>
{
if
(
item
.
quantityQualify
===
0
&&
item
.
quantityUnqualify
===
0
)
{
if
(
item
.
quantityQualify
===
0
&&
item
.
quantityUnqualify
===
0
)
{
...
...
pages/mes/qc/index.vue
View file @
d4b28719
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<uni-th
width=
"150px"
align=
"center"
>
检验类型
</uni-th>
<uni-th
width=
"150px"
align=
"center"
>
检验类型
</uni-th>
<uni-th
width=
"150px"
align=
"center"
>
工单编号
</uni-th>
<uni-th
width=
"150px"
align=
"center"
>
工单编号
</uni-th>
<uni-th
width=
"100px"
align=
"center"
>
产品物料编码
</uni-th>
<uni-th
width=
"100px"
align=
"center"
>
产品物料编码
</uni-th>
<uni-th
width=
"1
1
0px"
align=
"center"
>
产品物料名称
</uni-th>
<uni-th
width=
"1
8
0px"
align=
"center"
>
产品物料名称
</uni-th>
<uni-th
width=
"100px"
align=
"center"
>
规格型号
</uni-th>
<uni-th
width=
"100px"
align=
"center"
>
规格型号
</uni-th>
<uni-th
width=
"100px"
align=
"center"
>
单位
</uni-th>
<uni-th
width=
"100px"
align=
"center"
>
单位
</uni-th>
<uni-th
width=
"100px"
align=
"center"
>
检测数量
</uni-th>
<uni-th
width=
"100px"
align=
"center"
>
检测数量
</uni-th>
...
...
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