Browse Source

2022-05-05 打印模式

master
rui_li 4 years ago
parent
commit
43fb8936d5
  1. 4
      src/views/modules/yieldReport/print_roll_label.js

4
src/views/modules/yieldReport/print_roll_label.js

@ -57,9 +57,9 @@ export function printMaterialLabel(printList) {
LODOP.ADD_PRINT_BARCODE(137,187,100,75,"QRCode", printData.rollNo);
LODOP.ADD_PRINT_TEXT(189,120,90,17, printData.createdBy);
}
LODOP.PRINT_DESIGN();
//LODOP.PRINT_DESIGN();
//LODOP.PREVIEW();
//LODOP.PRINT();
LODOP.PRINT();
console.log("操作成功!")
}

Loading…
Cancel
Save