出入库 总计

This commit is contained in:
2026-04-17 15:45:48 +08:00
parent 328821e5b8
commit 1f711c6707

View File

@@ -566,7 +566,7 @@ public interface PrinterImpl {
String stockNumberCountStr = "数量" + record.getStockNumberCount();
String amountCountStr = "金额" + record.getAmountCount();
String totalLine = key4("总计", consCountStr, stockNumberCountStr, amountCountStr, 4, 9, 7);
String totalLine = key4("总计", consCountStr, stockNumberCountStr, amountCountStr, 6, 9, 7);
builder.append(getFormatLabel(totalLine, signLabelInfo.s)).append(signLabelInfo.br);
builder.append(getDividingLine()).append(signLabelInfo.br);