|
|
@ -4,8 +4,8 @@ import getLodop from '@/utils/LodopFuncs.js' |
|
|
export function printMaterialLabel(printList) { |
|
|
export function printMaterialLabel(printList) { |
|
|
const LODOP = getLodop() |
|
|
const LODOP = getLodop() |
|
|
if (LODOP) { |
|
|
if (LODOP) { |
|
|
//LODOP.SET_LICENSES("", "13F0BE83846277CB60918577C6281375", "", "");
|
|
|
|
|
|
LODOP.SET_LICENSES("", "7B5624CC84E599D6B17F27DF40F4310C", "", ""); |
|
|
|
|
|
|
|
|
//LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", "");
|
|
|
|
|
|
LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", ""); |
|
|
LODOP.SET_PRINTER_INDEXA("小标签打印机"); |
|
|
LODOP.SET_PRINTER_INDEXA("小标签打印机"); |
|
|
//循环调用打印机
|
|
|
//循环调用打印机
|
|
|
for(let i = 0; i < printList.length; i++){ |
|
|
for(let i = 0; i < printList.length; i++){ |
|
|
|