1
This commit is contained in:
@@ -42,7 +42,7 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
|
||||
if storeDetail != nil {
|
||||
if storeDetail.BrandIsPrint == model.NO {
|
||||
orderFmt += `
|
||||
<FS2><center>%s</center></FS2>\n\n
|
||||
<FS2><center>%s</center></FS2>\n
|
||||
`
|
||||
if order.VendorOrgCode == "34665" {
|
||||
orderParams = append(orderParams, globals.StoreNameEbai2)
|
||||
@@ -137,7 +137,7 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
|
||||
if storeDetail != nil {
|
||||
if storeDetail.BrandIsPrint == model.NO {
|
||||
orderFmt += `
|
||||
<FS2><center>%s</center></FS2>\n\n
|
||||
<FS2><center>%s</center></FS2>\n
|
||||
`
|
||||
if order.VendorOrgCode == "34665" {
|
||||
orderParams = append(orderParams, globals.StoreNameEbai2)
|
||||
@@ -221,7 +221,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContent(order *model.GoodsOrder,
|
||||
if storeDetail != nil {
|
||||
if storeDetail.BrandIsPrint == model.NO {
|
||||
orderFmt += `
|
||||
<FS2><center>%s</center></FS2>\n\n
|
||||
<FS2><center>%s</center></FS2>\n
|
||||
`
|
||||
if order.VendorOrgCode == "34665" {
|
||||
orderParams = append(orderParams, globals.StoreNameEbai2)
|
||||
@@ -238,7 +238,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContent(order *model.GoodsOrder,
|
||||
title = `<FS2><center>退款订单详情</center></FS2>\n`
|
||||
}
|
||||
orderFmt += `
|
||||
--------------------------------
|
||||
--------------------------------\n
|
||||
下单时间: %s\n
|
||||
预计送达: %s\n
|
||||
订单编号: %s\n
|
||||
@@ -246,7 +246,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContent(order *model.GoodsOrder,
|
||||
|
||||
orderFmt += `
|
||||
\n
|
||||
<FS>%s<FS2>#%5d</FS2></FS>\n\n
|
||||
<FS>%s <FS2>#%d</FS2></FS>\n\n
|
||||
客户: %s\n
|
||||
电话: %s\n
|
||||
地址: %s\n
|
||||
@@ -304,7 +304,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContentBig(order *model.GoodsOrde
|
||||
if storeDetail != nil {
|
||||
if storeDetail.BrandIsPrint == model.NO {
|
||||
orderFmt += `
|
||||
<FS2><center>%s</center></FS2>\n\n
|
||||
<FS2><center>%s</center></FS2>\n
|
||||
`
|
||||
if order.VendorOrgCode == "34665" {
|
||||
orderParams = append(orderParams, globals.StoreNameEbai2)
|
||||
@@ -320,12 +320,12 @@ func (c *PrinterHandler) getCancelOrRefundOrderContentBig(order *model.GoodsOrde
|
||||
title = `<FS2><center>退款订单详情</center></FS2>\n`
|
||||
}
|
||||
orderFmt += `
|
||||
--------------------------------
|
||||
--------------------------------\n
|
||||
<FS>下单时间: %s\n\n</FS>
|
||||
<FS>预计送达: %s\n\n</FS>
|
||||
<FS>订单编号: %s\n</FS>
|
||||
\n
|
||||
<FS>%s<FS2>#%5d</FS2></FS>\n\n
|
||||
<FS>%s <FS2>#%d</FS2></FS>\n\n
|
||||
<FS>客户: %s\n</FS>
|
||||
<FS>电话: %s\n</FS>
|
||||
<FS>地址: %s\n</FS>
|
||||
|
||||
Reference in New Issue
Block a user