预订单打印
This commit is contained in:
@@ -59,6 +59,13 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
|
|||||||
下单时间: %s<BR>
|
下单时间: %s<BR>
|
||||||
预计送达: %s<BR>
|
预计送达: %s<BR>
|
||||||
订单编号: %s<BR>
|
订单编号: %s<BR>
|
||||||
|
`
|
||||||
|
if order.BusinessType == model.BusinessTypeDingshida {
|
||||||
|
orderFmt += `
|
||||||
|
<B>预订单</B><BR>
|
||||||
|
`
|
||||||
|
}
|
||||||
|
orderFmt += `
|
||||||
<BR>
|
<BR>
|
||||||
|
|
||||||
<B>%s#%d</B><BR><BR>
|
<B>%s#%d</B><BR><BR>
|
||||||
|
|||||||
@@ -58,6 +58,14 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
|
|||||||
下单时间: %s\n
|
下单时间: %s\n
|
||||||
预计送达: %s\n
|
预计送达: %s\n
|
||||||
订单编号: %s\n
|
订单编号: %s\n
|
||||||
|
`
|
||||||
|
|
||||||
|
if order.BusinessType == model.BusinessTypeDingshida {
|
||||||
|
orderFmt += `
|
||||||
|
<FS2>预订单</FS2>\n
|
||||||
|
`
|
||||||
|
}
|
||||||
|
orderFmt += `
|
||||||
\n
|
\n
|
||||||
<FS2>%s#%d</FS2>\n\n
|
<FS2>%s#%d</FS2>\n\n
|
||||||
<QR>%s</QR>
|
<QR>%s</QR>
|
||||||
|
|||||||
Reference in New Issue
Block a user