1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user