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
667b44de
Commit
667b44de
authored
Mar 25, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:生产报工最后一道工序显示指令列表和size列表
parent
acc19762
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
index.vue
pages/mes/prodReport/index.vue
+9
-5
No files found.
pages/mes/prodReport/index.vue
View file @
667b44de
...
...
@@ -222,7 +222,7 @@
</u-row>
</view>
</u-form>
<view>
<view
v-if=
"feedback.isLastProcess"
>
<u-tabs
:list=
"listTabPro"
:is-scroll=
"false"
:show-bar=
"false"
:current=
"feedback.currentTabPro"
@
change=
"handleChangeTabPro($event, feedback)"
></u-tabs>
<!-- 指令列表 -->
<view
v-show=
"feedback.currentTabPro === 0"
class=
"feedback-card"
>
...
...
@@ -1320,9 +1320,11 @@ export default {
row
.
tableSizeData
=
[]
return
;
}
else
{
if
(
row
.
isLastProcess
)
{
this
.
getWorkorderDirectiveList
(
id
,
index
)
this
.
getWorkorderSizeList
(
id
,
index
)
}
}
row
.
workorderId
=
id
;
const
items
=
row
.
workorderList
.
find
((
item
)
=>
item
.
workorderId
===
id
);
row
.
workorderCode
=
items
.
workorderCode
;
...
...
@@ -1383,8 +1385,10 @@ export default {
item
.
printContents
=
res
.
rows
[
0
].
workorderCode
item
.
workorderId
=
res
.
rows
[
0
].
workorderId
;
item
.
workorderCode
=
res
.
rows
[
0
].
workorderCode
;
if
(
item
.
isLastProcess
)
{
this
.
getWorkorderDirectiveList
(
res
.
rows
[
0
].
workorderId
,
index
)
this
.
getWorkorderSizeList
(
res
.
rows
[
0
].
workorderId
,
index
)
}
if
(
res
.
rows
[
0
].
sizeList2
!=
null
){
item
.
sizeList
=
res
.
rows
[
0
].
sizeList2
.
map
(
temp2
=>
{
return
{
...
...
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