出入库

This commit is contained in:
2026-04-16 17:44:30 +08:00
parent 5cdcd55cbb
commit 03ad0e80cf

View File

@@ -551,7 +551,7 @@ public interface PrinterImpl {
builder.append(getFormatLabel(StrUtil.format("IN".equals(record.getType()) ? "入库时间: {}" : "出库时间: {}", DateUtil.format(record.getInStockTime(), "yyyy/MM/dd HH:mm:ss")), signLabelInfo.s)).append(signLabelInfo.br); builder.append(getFormatLabel(StrUtil.format("IN".equals(record.getType()) ? "入库时间: {}" : "出库时间: {}", DateUtil.format(record.getInStockTime(), "yyyy/MM/dd HH:mm:ss")), signLabelInfo.s)).append(signLabelInfo.br);
builder.append(getDividingLine()).append(signLabelInfo.br); builder.append(getDividingLine()).append(signLabelInfo.br);
builder.append(getFormatLabel(key4("耗材名称", "库存单位", "IN".equals(record.getType()) ? "入库数量" : "出库数量", "金额", builder.append(getFormatLabel(key4("耗材名称", "库存单位", "IN".equals(record.getType()) ? "入库数量" : "出库数量", "金额",
10, 10, 10), signLabelInfo.s)).append(signLabelInfo.br); 10, 9, 9), signLabelInfo.s)).append(signLabelInfo.br);
// 遍历耗材明细,逐行打印 // 遍历耗材明细,逐行打印
List<StockPrintDTO.InStockItem> items = record.getItems(); List<StockPrintDTO.InStockItem> items = record.getItems();