Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2024-07-26 10:10:39 +08:00

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()) {