1
This commit is contained in:
@@ -330,11 +330,9 @@ func (c *PrinterHandler) getCancelOrRefundOrderContent(order *model.GoodsOrder,
|
|||||||
orderFmt +=
|
orderFmt +=
|
||||||
xpyunapi.StrRepeat("-", 32) + `
|
xpyunapi.StrRepeat("-", 32) + `
|
||||||
<L>下单时间: %s
|
<L>下单时间: %s
|
||||||
<HB>订单编号: %s</HB><BR>
|
<HB>订单编号: %s</HB>
|
||||||
`
|
|
||||||
orderFmt += `
|
|
||||||
<CB>%s#%d</CB>
|
<CB>%s#%d</CB>
|
||||||
` + title + xpyunapi.StrRepeat("-", 32)
|
` + title
|
||||||
orderParams = append(orderParams,
|
orderParams = append(orderParams,
|
||||||
utils.Time2Str(order.OrderCreatedAt),
|
utils.Time2Str(order.OrderCreatedAt),
|
||||||
order.VendorOrderID,
|
order.VendorOrderID,
|
||||||
@@ -378,10 +376,8 @@ func (c *PrinterHandler) getCancelOrRefundOrderContentBig(order *model.GoodsOrde
|
|||||||
xpyunapi.StrRepeat("-", 32) + `
|
xpyunapi.StrRepeat("-", 32) + `
|
||||||
<HB><L>下单时间: %s<HB>
|
<HB><L>下单时间: %s<HB>
|
||||||
<HB2>订单编号: %s</HB2><BR>
|
<HB2>订单编号: %s</HB2><BR>
|
||||||
`
|
|
||||||
orderFmt += `
|
|
||||||
<CB>%s#%d</CB>
|
<CB>%s#%d</CB>
|
||||||
` + title + xpyunapi.StrRepeat("-", 32)
|
` + title
|
||||||
orderParams = append(orderParams,
|
orderParams = append(orderParams,
|
||||||
utils.Time2Str(order.OrderCreatedAt),
|
utils.Time2Str(order.OrderCreatedAt),
|
||||||
order.VendorOrderID,
|
order.VendorOrderID,
|
||||||
|
|||||||
Reference in New Issue
Block a user