1
This commit is contained in:
@@ -62,6 +62,10 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
|
||||
orderFmt += `
|
||||
<FS>预订单</FS>\n
|
||||
`
|
||||
} else {
|
||||
orderFmt += `
|
||||
<FS>立即送达</FS>\n
|
||||
`
|
||||
}
|
||||
orderFmt += `
|
||||
\n
|
||||
@@ -162,8 +166,17 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
|
||||
<FS>下单时间: %s\n\n</FS>
|
||||
<FS>预计送达: %s\n\n</FS>
|
||||
<FS>订单编号: %s\n</FS>
|
||||
\n
|
||||
<QR>%s</QR>
|
||||
\n`
|
||||
if order.BusinessType == model.BusinessTypeDingshida {
|
||||
orderFmt += `
|
||||
<FS>预订单</FS>\n
|
||||
`
|
||||
} else {
|
||||
orderFmt += `
|
||||
<FS>立即送达</FS>\n
|
||||
`
|
||||
}
|
||||
orderFmt += `<QR>%s</QR>
|
||||
` + getCode + `\n
|
||||
<FS>客户: %s\n</FS>
|
||||
<FS>电话: %s\n</FS>
|
||||
|
||||
Reference in New Issue
Block a user