This commit is contained in:
邹宗楠
2022-06-13 11:31:01 +08:00
parent 866fadcb5b
commit d2bf678b1c

View File

@@ -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)))