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