出入库
This commit is contained in:
@@ -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(getDividingLine()).append(signLabelInfo.br);
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user