客看单 餐位费问题
This commit is contained in:
@@ -698,6 +698,7 @@ public abstract class PrinterHandler {
|
||||
orderDetail.setProductName("【赠】%s".formatted(orderDetail.getProductName()));
|
||||
}
|
||||
}
|
||||
log.info("客看单 第{}次下单--------------------------------------------", orderInfo.getPlaceNum());
|
||||
if (orderInfo.getPlaceNum() != null && orderInfo.getPlaceNum() != 1) {
|
||||
orderInfo.setSeatAmount(BigDecimal.ZERO);
|
||||
}
|
||||
|
||||
@@ -379,8 +379,8 @@ public interface PrinterImpl {
|
||||
}
|
||||
data.append(getFormatLabel("--------------------------------", signLabelInfo.s))
|
||||
.append(signLabelInfo.br);
|
||||
data.append(getFormatLabel(StrUtil.format("操作员:{}", printInfoDTO.getOperator()), signLabelInfo.s));
|
||||
data.append(getFormatLabel(StrUtil.format("打印时间:{}", DateUtil.date().toString()), signLabelInfo.s));
|
||||
data.append(getFormatLabel(StrUtil.format("操作员:{}", printInfoDTO.getOperator()), signLabelInfo.s)).append(signLabelInfo.br);
|
||||
data.append(getFormatLabel(StrUtil.format("打印时间:{}", DateUtil.date().toString()), signLabelInfo.s)).append(signLabelInfo.br);
|
||||
data.append(getFormatLabel(StrUtil.format("订单号:{}", printInfoDTO.getOrderNo()), signLabelInfo.s)).append(signLabelInfo.br);
|
||||
data.append(signLabelInfo.getOut(180));
|
||||
data.append(signLabelInfo.cut);
|
||||
|
||||
Reference in New Issue
Block a user