退款方式
This commit is contained in:
@@ -457,7 +457,7 @@ public interface PrinterImpl {
|
|||||||
}
|
}
|
||||||
if ("退款单".equals(printInfoDTO.getPrintTitle())) {
|
if ("退款单".equals(printInfoDTO.getPrintTitle())) {
|
||||||
data.append(getFormatLabel(leftRightAlign("退款总计:", printInfoDTO.getRefundAmount(), 16), signLabelInfo.f)).append(signLabelInfo.br);
|
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);
|
.append(signLabelInfo.br);
|
||||||
data.append(getFormatLabel(StrUtil.format("退款原因:{}", printInfoDTO.getRefundReason()), signLabelInfo.s))
|
data.append(getFormatLabel(StrUtil.format("退款原因:{}", printInfoDTO.getRefundReason()), signLabelInfo.s))
|
||||||
.append(signLabelInfo.br);
|
.append(signLabelInfo.br);
|
||||||
|
|||||||
Reference in New Issue
Block a user