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