添加耗材
This commit is contained in:
parent
fd465c9fe7
commit
2f686e8b04
|
|
@ -140,9 +140,9 @@ public class PrinterUtils {
|
||||||
sb.append("<S>余额:"+detailPO.getBalance()+"</S><BR>");
|
sb.append("<S>余额:"+detailPO.getBalance()+"</S><BR>");
|
||||||
sb.append("------------------------<BR>");
|
sb.append("------------------------<BR>");
|
||||||
|
|
||||||
if(Objects.nonNull(detailPO.getOutNumber())){
|
// if(Objects.nonNull(detailPO.getOutNumber())){
|
||||||
sb.append("<QR>".concat(detailPO.getOutNumber()).concat("</QR><BR>"));
|
// sb.append("<QR>".concat(detailPO.getOutNumber()).concat("</QR><BR>"));
|
||||||
}
|
// }
|
||||||
|
|
||||||
sb.append("<S>打印时间:"+DateUtils.getTime(new Date())+"</S><BR>");
|
sb.append("<S>打印时间:"+DateUtils.getTime(new Date())+"</S><BR>");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue