1
This commit is contained in:
@@ -168,9 +168,15 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
|
|||||||
下单时间: %s<BR><BR><BR>
|
下单时间: %s<BR><BR><BR>
|
||||||
预计送达: %s<BR><BR><BR>
|
预计送达: %s<BR><BR><BR>
|
||||||
订单编号: %s<BR>
|
订单编号: %s<BR>
|
||||||
<BR>
|
<BR>`
|
||||||
|
|
||||||
<QR>%s</QR><BR>
|
if order.BusinessType == model.BusinessTypeDingshida {
|
||||||
|
orderFmt += `
|
||||||
|
<B>预订单</B><BR>
|
||||||
|
`
|
||||||
|
}
|
||||||
|
|
||||||
|
orderFmt += `<QR>%s</QR><BR>
|
||||||
` + getCode +
|
` + getCode +
|
||||||
`<B>客户: %s<BR></B>
|
`<B>客户: %s<BR></B>
|
||||||
电话: %s<BR>
|
电话: %s<BR>
|
||||||
|
|||||||
Reference in New Issue
Block a user