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
76ee4bbb
Commit
76ee4bbb
authored
Aug 01, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
包装报工增加一行空白行
parent
9413b701
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
pages/mes/prodReport/index.vue
+3
-3
No files found.
pages/mes/prodReport/index.vue
View file @
76ee4bbb
...
@@ -241,7 +241,7 @@
...
@@ -241,7 +241,7 @@
style=
"margin-left: 20rpx"
>
style=
"margin-left: 20rpx"
>
补打印
补打印
</u-button>
</u-button>
<u-button
v-else-if=
"Number(scope.row.packageNum) > Number(scope.row.feedbackQuantity)"
<u-button
v-else-if=
"Number(scope.row.packageNum) > Number(scope.row.feedbackQuantity)
|| scope.row.printbtn
"
@
tap=
"handleSubmitPackageFeedback(feedback, scope.row, i)"
class=
"successBtn"
@
tap=
"handleSubmitPackageFeedback(feedback, scope.row, i)"
class=
"successBtn"
style=
"margin-left: 20rpx"
>
style=
"margin-left: 20rpx"
>
打印/报工
打印/报工
...
@@ -2425,7 +2425,7 @@ export default {
...
@@ -2425,7 +2425,7 @@ export default {
name
:
'指令列表'
name
:
'指令列表'
}
}
];
];
row
.
table
OrderData
.
push
({
reportQuantity
:
0
,
netWeight
:
0
})
row
.
table
DirectiveData
.
push
({
reportQuantity
:
0
,
netWeight
:
0
,
printbtn
:
true
})
}
else
{
}
else
{
row
.
tableDirectiveData
=
[];
row
.
tableDirectiveData
=
[];
}
}
...
@@ -2441,7 +2441,7 @@ export default {
...
@@ -2441,7 +2441,7 @@ export default {
name
:
'报工列表'
name
:
'报工列表'
}
}
];
];
row
.
tableOrderData
.
push
({
reportQuantity
:
0
,
netWeight
:
0
})
row
.
tableOrderData
.
push
({
reportQuantity
:
0
,
netWeight
:
0
,
printbtn
:
true
})
}
else
{
}
else
{
row
.
tableOrderData
=
[];
row
.
tableOrderData
=
[];
}
}
...
...
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