添加打印日志

This commit is contained in:
牛叉闪闪 2024-07-25 17:11:33 +08:00
parent 839a7fe3a6
commit 9904f30baf
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ public class PrinterUtils {
char paddingCharacter = ' ';
sb.append("<S> 品名" + String.format("%22s", "数量").replace(' ', paddingCharacter) + "</S><BR>");
sb.append("<S> 品名" + String.format("%18s", "数量").replace(' ', paddingCharacter) + "</S><BR>");
for (ProductInfo productInfo : handoverInfo.getProductInfos()) {