Index: ssts-web/src/main/webapp/disinfectsystem/config/cdlqyq1yy/print/printConfig.js =================================================================== diff -u -r20885 -r21076 --- ssts-web/src/main/webapp/disinfectsystem/config/cdlqyq1yy/print/printConfig.js (.../printConfig.js) (revision 20885) +++ ssts-web/src/main/webapp/disinfectsystem/config/cdlqyq1yy/print/printConfig.js (.../printConfig.js) (revision 21076) @@ -1591,13 +1591,23 @@ LODOP.SET_PRINT_STYLE("Bold",0); LODOP.ADD_PRINT_TEXT("11mm","36mm","30mm","4mm", "供应商:" + StringUtils.defaultIfEmpty(tousse.supplierName,"")); setAlignment('left');// 对齐 + + LODOP.SET_PRINT_STYLE("FontSize",9); + LODOP.SET_PRINT_STYLE("Bold",0); + LODOP.ADD_PRINT_TEXT("14mm","4mm","30mm","4mm", "住院号:" + StringUtils.defaultIfEmpty(tousse.hospitalNumber,"")); + setAlignment('left');// 对齐 + LODOP.SET_PRINT_STYLE("FontSize",9); + LODOP.SET_PRINT_STYLE("Bold",0); + LODOP.ADD_PRINT_TEXT("14mm","36mm","30mm","4mm", "病人:" + StringUtils.defaultIfEmpty(tousse.patient,"")); + setAlignment('left');// 对齐 + var tableStr = getMaterialsTabHtml_foreignTousseMiddleLable(tousse); - addPrintTable(tableStr,"15mm","2mm","RightMargin:1mm","21mm"); + addPrintTable(tableStr,"17mm","2mm","RightMargin:1mm","21mm"); setAlignment('center');// 居中对齐 // 打印条码信息 - LODOP.ADD_PRINT_BARCODE("36mm","19mm","32mm","10mm","128Auto", tousse.barcode); + LODOP.ADD_PRINT_BARCODE("37mm","19mm","32mm","10mm","128Auto", tousse.barcode); LODOP.SET_PRINT_STYLEA(0, 'ShowBarText', true); LODOP.SET_PRINT_STYLEA(0, 'FontSize', 6); LODOP.SET_PRINT_STYLEA(0, 'NotOnlyHighPrecision', true);