出入库 总计
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user