打印机相关实现
This commit is contained in:
@@ -349,7 +349,6 @@ public interface PrinterImpl {
|
||||
sb.append(getFormatLabel(shopName, signLabelInfo.center, signLabelInfo.bold))
|
||||
.append(signLabelInfo.br)
|
||||
.append(signLabelInfo.br)
|
||||
.append("------------------------").append(signLabelInfo.br)
|
||||
.append(getFormatLabel(StrUtil.format("{} {}", tableName, callNum), signLabelInfo.center, signLabelInfo.bold))
|
||||
.append(signLabelInfo.br)
|
||||
.append(getFormatLabel(StrUtil.format("前面有{}桌", preNum), signLabelInfo.center))
|
||||
@@ -358,10 +357,10 @@ public interface PrinterImpl {
|
||||
.append(signLabelInfo.br)
|
||||
.append(getFormatLabel(codeUrl, signLabelInfo.center, signLabelInfo.qr))
|
||||
.append(signLabelInfo.br)
|
||||
.append("------------------------").append(signLabelInfo.br)
|
||||
.append("--------------------------------").append(signLabelInfo.br)
|
||||
.append(getFormatLabel(shopNote, signLabelInfo.s))
|
||||
.append(signLabelInfo.br)
|
||||
.append("------------------------").append(signLabelInfo.br)
|
||||
.append("--------------------------------").append(signLabelInfo.br)
|
||||
.append(getFormatLabel(StrUtil.format("取号时间:{}", DateUtil.format(takeTime, "yyyy-MM-dd HH:mm:ss")), signLabelInfo.s))
|
||||
.append(signLabelInfo.br)
|
||||
.append(getFormatLabel(StrUtil.format("打印时间:{}", DateUtil.format(DateUtil.date(), "yyyy-MM-dd HH:mm:ss")), signLabelInfo.s))
|
||||
|
||||
Reference in New Issue
Block a user