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
a7860d20
Commit
a7860d20
authored
Jul 01, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产报工打印二维码bug修复
parent
30cda62f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
index.vue
pages/mes/prodReport/index.vue
+18
-2
No files found.
pages/mes/prodReport/index.vue
View file @
a7860d20
...
@@ -393,6 +393,16 @@
...
@@ -393,6 +393,16 @@
v-model=
"feedback.feedbackTime"
/>
v-model=
"feedback.feedbackTime"
/>
</u-form-item>
</u-form-item>
</u-col>
</u-col>
<u-col
span=
"6"
>
<u-form-item
label=
"打印:"
prop=
"whether"
>
<view
class=
"uni-list-item__extra"
>
<u-radio-group
v-model=
"feedback.whether"
>
<u-radio
:name=
"1"
>
是
</u-radio>
<u-radio
:name=
"0"
>
否
</u-radio>
</u-radio-group>
</view>
</u-form-item>
</u-col>
</u-row>
</u-row>
<!-- <u-row> -->
<!-- <u-row> -->
...
@@ -2486,8 +2496,14 @@ export default {
...
@@ -2486,8 +2496,14 @@ export default {
detail
:
[
detail
:
[
{
{
barcode
:
item
.
printContents
,
barcode
:
item
.
printContents
,
gp
:
item
.
printContents
showText
:
'单号:'
+
item
.
printContents
,
}
gp
:
1
},
{
barcode
:
item
.
printContents
,
showText
:
'单号:'
+
item
.
printContents
,
gp
:
1
}
]
]
}
}
});
});
...
...
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