1
This commit is contained in:
@@ -184,7 +184,7 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
|
||||
)
|
||||
|
||||
for _, sku := range order.Skus {
|
||||
orderFmt += `<FS2>%s\n</FS2>`
|
||||
orderFmt += `<FH2>%s\n</FH2>`
|
||||
//orderFmt += `<FS2>%s %s %s\n\n</FS2>`
|
||||
orderFmt += `<FS><FB>%15s%8s</FB>\n</FS>`
|
||||
//orderParams = append(orderParams, sku.SkuName, "x"+utils.Int2Str(sku.Count), jxutils.IntPrice2StandardCurrencyString(sku.SalePrice), jxutils.IntPrice2StandardCurrencyString(sku.SalePrice*int64(sku.Count)))
|
||||
|
||||
Reference in New Issue
Block a user