Commit e4fd7756 authored by 沈翠玲's avatar 沈翠玲

序列号打印

parent a75cd3c8
...@@ -426,11 +426,9 @@ export default { ...@@ -426,11 +426,9 @@ export default {
this.selectRow.forEach((s, i) => { this.selectRow.forEach((s, i) => {
promise.push(s.recordId) promise.push(s.recordId)
detail.push({ detail.push({
detail: [{ header: {
barcode: s.qrcode, ...s
showText: '', }
gp: i + 1
}]
}) })
}) })
postBatchPrintPdf(templateName, detail) postBatchPrintPdf(templateName, detail)
......
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