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
6e7b09cb
Commit
6e7b09cb
authored
Apr 24, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改判断是否显示自动切换指令和size和生产工单判断是否开工
parent
541446be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
index.vue
pages/mes/prodReport/index.vue
+9
-4
No files found.
pages/mes/prodReport/index.vue
View file @
6e7b09cb
...
@@ -1318,6 +1318,10 @@ export default {
...
@@ -1318,6 +1318,10 @@ export default {
});
});
break
;
break
;
case
'Prod'
:
case
'Prod'
:
if
(
this
.
tableSelectData
[
0
].
status
===
'PREPARE'
)
{
this
.
$u
.
toast
(
'工序未开工'
);
return
}
this
.
doFeedback
();
this
.
doFeedback
();
break
;
break
;
case
'MaterialUsageRecord'
:
case
'MaterialUsageRecord'
:
...
@@ -1499,6 +1503,7 @@ export default {
...
@@ -1499,6 +1503,7 @@ export default {
row
.
packType
=
''
row
.
packType
=
''
row
.
packUnitOfMeasure
=
''
row
.
packUnitOfMeasure
=
''
row
.
lossIndividuallyWrap
=
undefined
row
.
lossIndividuallyWrap
=
undefined
row
.
currentTabPro
=
0
return
;
return
;
}
else
{
}
else
{
if
(
row
.
isLastProcess
)
{
if
(
row
.
isLastProcess
)
{
...
@@ -1508,6 +1513,7 @@ export default {
...
@@ -1508,6 +1513,7 @@ export default {
row
.
packType
=
items
.
packType
row
.
packType
=
items
.
packType
row
.
packUnitOfMeasure
=
items
.
packUnitOfMeasure
row
.
packUnitOfMeasure
=
items
.
packUnitOfMeasure
row
.
lossIndividuallyWrap
=
items
.
lossIndividuallyWrap
row
.
lossIndividuallyWrap
=
items
.
lossIndividuallyWrap
row
.
currentTabPro
=
items
.
packType
===
'1'
?
1
:
0
}
}
}
}
row
.
workorderId
=
id
;
row
.
workorderId
=
id
;
...
@@ -1801,11 +1807,10 @@ export default {
...
@@ -1801,11 +1807,10 @@ export default {
whether
:
''
,
whether
:
''
,
printTemplate
:
''
,
printTemplate
:
''
,
tableDirectiveColumn
:
[
tableDirectiveColumn
:
[
{
{
name
:
'clientCmd'
,
name
:
'clientCmd'
,
label
:
'指令号'
,
label
:
'指令号'
,
width
:
1
3
0
width
:
1
7
0
},
},
{
{
name
:
'lossNum'
,
name
:
'lossNum'
,
...
@@ -1815,12 +1820,12 @@ export default {
...
@@ -1815,12 +1820,12 @@ export default {
{
{
name
:
'sizeGroup'
,
name
:
'sizeGroup'
,
label
:
'尺码组'
,
label
:
'尺码组'
,
width
:
1
3
0
width
:
1
0
0
},
},
{
{
name
:
'quantity'
,
name
:
'quantity'
,
label
:
'数量'
,
label
:
'数量'
,
width
:
1
3
0
width
:
1
0
0
},
},
{
{
name
:
'quantityQualify'
,
name
:
'quantityQualify'
,
...
...
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