Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
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
pda
pda-ui
Commits
4542873f
Commit
4542873f
authored
Mar 26, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化工作台账的打印二维码
parent
3dd5e355
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
index.vue
src/views/mes/tm/tool/index.vue
+10
-5
No files found.
src/views/mes/tm/tool/index.vue
View file @
4542873f
...
@@ -586,15 +586,20 @@ export default {
...
@@ -586,15 +586,20 @@ export default {
}
,
}
,
printQrCode
()
{
printQrCode
()
{
const
qrArr
=
[];
const
qrArr
=
[];
const
qrGp
=
[];
this
.
selectRow
.
forEach
(
s
=>
{
this
.
selectRow
.
forEach
(
s
=>
{
qrArr
.
push
({
"qrcode"
:
s
.
itemCode
+
'-'
+
s
.
toolCode
}
);
postPrintPdf
({
}
);
"reportName"
:
"mysql:qrcode-50*50-2"
,
postPrintPdf
({
"reportName"
:
"mysql:qrcode-100*100"
,
"values"
:{
"values"
:{
"detail"
:
qrArr
"detail"
:
[{
"barcode"
:
s
.
itemCode
+
'-'
+
s
.
toolCode
,
"gp"
:
s
.
itemName
+
'-'
+
s
.
toolCode
}
]
}
}
}
);
}
);
}
);
}
,
}
,
// //自动生成编码
// //自动生成编码
// handleAutoGenChange(autoGenFlag)
{
// handleAutoGenChange(autoGenFlag)
{
...
...
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