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