This commit is contained in:
邹宗楠
2025-12-26 14:07:41 +08:00
parent 1ae6cb0eef
commit 85e635ce6f
7 changed files with 65 additions and 19 deletions

View File

@@ -287,7 +287,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContent(order *model.GoodsOrder,
if printType == model.YES { // 取消订单
title = `<CB>取消订单详情</CB><BR>`
} else { // 售后订单
title = `<CB>退款订单详情</CB><BR>`
title = `<CB>售后订单详情</CB><BR>`
}
orderFmt +=
@@ -338,7 +338,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContentBig(order *model.GoodsOrde
if printType == model.YES { // 退单
title = `<CB>取消订单详情</CB><BR>`
} else {
title = `<CB>退款订单详情</CB><BR>`
title = `<CB>售后订单详情</CB><BR>`
}
orderFmt += `--------------------------------<BR>
<B>下单时间: %s<BR></B>