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