1
This commit is contained in:
@@ -54,8 +54,13 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
|
||||
}
|
||||
orderFmt += `
|
||||
<C>手机买菜上京西</C>
|
||||
<C>极速到家送惊喜</C><RN>
|
||||
********************************
|
||||
<C>极速到家送惊喜</C><RN>`
|
||||
if order.BusinessType == model.BusinessTypeDingshida {
|
||||
orderFmt += `<C>预订单</C><RN>`
|
||||
} else {
|
||||
orderFmt += `<C>立即送达</C><RN>`
|
||||
}
|
||||
orderFmt += `********************************
|
||||
下单时间: %s<RN>
|
||||
预计送达: %s<RN>
|
||||
订单编号: %s<RN>
|
||||
@@ -133,8 +138,13 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
|
||||
}
|
||||
orderFmt += `
|
||||
<C>手机买菜上京西</C>
|
||||
<C>极速到家送惊喜</C><RN>
|
||||
********************************
|
||||
<C>极速到家送惊喜</C><RN>`
|
||||
if order.BusinessType == model.BusinessTypeDingshida {
|
||||
orderFmt += `<C>预订单</C><RN>`
|
||||
} else {
|
||||
orderFmt += `<C>立即送达</C><RN>`
|
||||
}
|
||||
orderFmt += `********************************
|
||||
<S2>下单时间: %s<RN><RN></S2>
|
||||
<S2>预计送达: %s<RN><RN></S2>
|
||||
<S2>订单编号: %s<RN></S2>
|
||||
|
||||
Reference in New Issue
Block a user