退款方式

This commit is contained in:
2026-04-03 14:14:56 +08:00
parent 26927ab59d
commit 2026022f14

View File

@@ -457,7 +457,7 @@ public interface PrinterImpl {
}
if ("退款单".equals(printInfoDTO.getPrintTitle())) {
data.append(getFormatLabel(leftRightAlign("退款总计:", printInfoDTO.getRefundAmount(), 16), signLabelInfo.f)).append(signLabelInfo.br);
data.append(getFormatLabel(StrUtil.format("退款方式:{}", toPlainStr(printInfoDTO.getRefundType())), signLabelInfo.s))
data.append(getFormatLabel(StrUtil.format("退款方式:{}", printInfoDTO.getRefundType()), signLabelInfo.s))
.append(signLabelInfo.br);
data.append(getFormatLabel(StrUtil.format("退款原因:{}", printInfoDTO.getRefundReason()), signLabelInfo.s))
.append(signLabelInfo.br);