diff --git a/src/views/modules/production/print_part_label.js b/src/views/modules/production/print_part_label.js index 1ed5a8d..d25b2a5 100644 --- a/src/views/modules/production/print_part_label.js +++ b/src/views/modules/production/print_part_label.js @@ -127,9 +127,9 @@ export function printPartLabel(printList) { } - LODOP.PRINT_DESIGN(); + // LODOP.PRINT_DESIGN(); //LODOP.PREVIEW(); - // LODOP.PRINT(); + LODOP.PRINT(); console.log("操作成功!") } } diff --git a/src/views/modules/production/print_seqNo_label.js b/src/views/modules/production/print_seqNo_label.js index 9a1e2db..b9e7156 100644 --- a/src/views/modules/production/print_seqNo_label.js +++ b/src/views/modules/production/print_seqNo_label.js @@ -65,9 +65,9 @@ export function printSeqNoLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"Alignment",2); LODOP.SET_PRINT_STYLEA(0,"Bold",1); } - LODOP.PRINT_DESIGN(); + // LODOP.PRINT_DESIGN(); //LODOP.PREVIEW(); - // LODOP.PRINT(); + LODOP.PRINT(); console.log("操作成功!") } } diff --git a/src/views/modules/production/print_stock_label.js b/src/views/modules/production/print_stock_label.js index 7428743..25b17d9 100644 --- a/src/views/modules/production/print_stock_label.js +++ b/src/views/modules/production/print_stock_label.js @@ -64,9 +64,9 @@ export function printMaterialLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"Alignment",2); LODOP.SET_PRINT_STYLEA(0,"Bold",1); } - LODOP.PRINT_DESIGN(); + // LODOP.PRINT_DESIGN(); //LODOP.PREVIEW(); - // LODOP.PRINT(); + LODOP.PRINT(); console.log("操作成功!") } } diff --git a/src/views/modules/production/print_transNo_label.js b/src/views/modules/production/print_transNo_label.js index 4357291..9902239 100644 --- a/src/views/modules/production/print_transNo_label.js +++ b/src/views/modules/production/print_transNo_label.js @@ -65,9 +65,9 @@ export function printTransNoLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"Alignment",2); LODOP.SET_PRINT_STYLEA(0,"Bold",1); } - LODOP.PRINT_DESIGN(); + // LODOP.PRINT_DESIGN(); //LODOP.PREVIEW(); - // LODOP.PRINT(); + LODOP.PRINT(); console.log("操作成功!") } }