Commit 4a71e964 authored by 李驰骋's avatar 李驰骋

工装量具二维码打印调整

parent 7ea71bab
......@@ -608,7 +608,7 @@ export default {
printQrCode() {
const qrArr = [];
this.selectRow.forEach(s=>{
qrArr.push({"qrcode": s.toolCode});
qrArr.push({"qrcode": s.itemCode + s.toolCode});
});
postPrintPdf({
"reportName":"mysql:qrcode-100*100",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment