Browse Source

0412 新看板

master
ruanqi 2 years ago
parent
commit
94f97440bd
  1. 2
      src/views/modules/print/print_liuhua_card.js

2
src/views/modules/print/print_liuhua_card.js

@ -339,6 +339,7 @@ export function printCardLabel(printList) {
LODOP.ADD_PRINT_TEXT(350,90,90,25,printData.bsczl);//计划班生产重量
LODOP.SET_PRINT_STYLEA(0,"FontSize",10);
LODOP.SET_PRINT_STYLEA(0,"Alignment",3);
// LODOP.ADD_PRINT_TEXT(351,284,90,20,"实际生产模数");//实际生产模数
// LODOP.SET_PRINT_STYLEA(0,"FontSize",10);
// LODOP.ADD_PRINT_TEXT(350,463,85,25,"合格品数量");//合格品数量
@ -346,7 +347,6 @@ export function printCardLabel(printList) {
// LODOP.ADD_PRINT_TEXT(351,616,100,25,"不良品数");//不良品数
// LODOP.SET_PRINT_STYLEA(0,"FontSize",10);
LODOP.SET_PRINT_STYLEA(1,"AngleOfPageInside",-90);
}

Loading…
Cancel
Save