|
|
|
@ -6,7 +6,7 @@ export function printSeqNoLabel(printList) { |
|
|
|
if (LODOP) { |
|
|
|
//LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", "");
|
|
|
|
LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", ""); |
|
|
|
LODOP.SET_PRINTER_INDEXA("小标签打印机"); |
|
|
|
// LODOP.SET_PRINTER_INDEXA("小标签打印机");
|
|
|
|
//循环调用打印机
|
|
|
|
for(let i = 0; i < printList.length; i++){ |
|
|
|
let printData = printList[i]; |
|
|
|
|