1
This commit is contained in:
@@ -62,6 +62,10 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
|
||||
if order.BusinessType == model.BusinessTypeDingshida {
|
||||
orderFmt += `
|
||||
<B>预订单</B><BR>
|
||||
`
|
||||
} else {
|
||||
orderFmt += `
|
||||
<B>立即送达</B><BR>
|
||||
`
|
||||
}
|
||||
orderFmt += `
|
||||
@@ -124,11 +128,9 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
|
||||
orderFmt += `<BR>
|
||||
<BOLD>共%d种%d件商品</BOLD><BR>
|
||||
<BOLD>实付:%s</BOLD>
|
||||
<BR>
|
||||
--------------------------------<BR>
|
||||
<C><BOLD>商品质量问题请联系:</BOLD><BR></C>
|
||||
<C><BOLD>%s:%s</BOLD><BR></C><BR>
|
||||
<BR>
|
||||
更多信息请关注官方微信: %s<BR>
|
||||
<BR>
|
||||
--------------------------------<BR>
|
||||
@@ -173,6 +175,10 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
|
||||
if order.BusinessType == model.BusinessTypeDingshida {
|
||||
orderFmt += `
|
||||
<B>预订单</B><BR>
|
||||
`
|
||||
} else {
|
||||
orderFmt += `
|
||||
<B>立即送达</B><BR>
|
||||
`
|
||||
}
|
||||
|
||||
@@ -231,7 +237,6 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
|
||||
--------------------------------<BR>
|
||||
<C><BOLD>商品质量问题请联系:</BOLD><BR></C>
|
||||
<BOLD>%s:%s</BOLD><BR><BR>
|
||||
<BR>
|
||||
更多信息请关注官方微信: %s<BR>
|
||||
<BR>
|
||||
--------------------------------<BR>
|
||||
|
||||
Reference in New Issue
Block a user