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

@@ -481,7 +481,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContent(order *model.GoodsOrder,
if printType == model.YES { // 取消订单
title = "取消订单详情"
} else { // 售后订单
title = "退货订单详情"
title = "售后订单详情"
}
//orderFmt += `<BR><font# bolder=0 height=1 width=1>--------------------------------</font#>`
orderFmt += `
@@ -521,7 +521,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContentBig(order *model.GoodsOrde
if printType == model.YES { // 取消订单
title = `<font# bolder=1 height=2 width=2>取消订单详情</font#>`
} else { // 售后订单
title = `<font# bolder=1 height=2 width=2>退款订单详情</font#>`
title = `<font# bolder=1 height=2 width=2>售后订单详情</font#>`
}
orderFmt +=