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

@@ -498,7 +498,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContent(order *model.GoodsOrder,
if printType == model.YES { // 取消订单
title = `<HB><L>取消订单详情</HB><BR>`
} else { // 售后订单
title = `<HB><L>退款订单详情</HB><BR>`
title = `<HB><L>售后订单详情</HB><BR>`
}
orderFmt +=
@@ -543,7 +543,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContentBig(order *model.GoodsOrde
if printType == model.YES { // 取消订单
title = `<HB><L>取消订单详情</HB><BR>`
} else { // 售后订单
title = `<HB><L>退款订单详情</HB><BR>`
title = `<HB><L>售后订单详情</HB><BR>`
}
orderFmt +=