diff --git a/src/views/modules/print/print_transNo_label.js b/src/views/modules/print/print_transNo_label.js index 1ae8fbe..8b44d4c 100644 --- a/src/views/modules/print/print_transNo_label.js +++ b/src/views/modules/print/print_transNo_label.js @@ -294,9 +294,9 @@ export function printTransNoLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"Bold",1); } } - LODOP.PRINT_DESIGN(); + // LODOP.PRINT_DESIGN(); // LODOP.PREVIEW(); - // LODOP.PRINT(); + LODOP.PRINT(); console.log("操作成功!") } }