diff --git a/src/views/modules/pallet/print_pallet_label.js b/src/views/modules/pallet/print_pallet_label.js index 6297ecc..b9a5b7f 100644 --- a/src/views/modules/pallet/print_pallet_label.js +++ b/src/views/modules/pallet/print_pallet_label.js @@ -4,8 +4,8 @@ import getLodop from '@/utils/LodopFuncs.js' export function printMaterialLabel(printList) { const LODOP = getLodop() if (LODOP) { - //LODOP.SET_LICENSES("", "13F0BE83846277CB60918577C6281375", "", ""); - LODOP.SET_LICENSES("", "7B5624CC84E599D6B17F27DF40F4310C", "", ""); + //LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", ""); + LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", ""); LODOP.SET_PRINTER_INDEXA("小标签打印机"); //循环调用打印机 for(let i = 0; i < printList.length; i++){ diff --git a/src/views/modules/production/print_serialNo_label.js b/src/views/modules/production/print_serialNo_label.js index 4ce6f4c..a0cfdf4 100644 --- a/src/views/modules/production/print_serialNo_label.js +++ b/src/views/modules/production/print_serialNo_label.js @@ -4,8 +4,8 @@ import getLodop from '@/utils/LodopFuncs.js' export function printMaterialLabel(printList) { const LODOP = getLodop() if (LODOP) { - //LODOP.SET_LICENSES("", "13F0BE83846277CB60918577C6281375", "", ""); - LODOP.SET_LICENSES("", "7B5624CC84E599D6B17F27DF40F4310C", "", ""); + //LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", ""); + LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", ""); LODOP.SET_PRINTER_INDEXA("小标签打印机"); //循环调用打印机 for(let i = 0; i < printList.length; i++){