This commit is contained in:
邹宗楠
2022-06-10 09:40:09 +08:00
parent f39ca41110
commit 57bbad28d8

View File

@@ -184,9 +184,9 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
)
for _, sku := range order.Skus {
orderFmt += `<FH><FB>%s\n\n</FB></FH>`
orderFmt += `<FS><FB>%s\n\n</FB></FS>`
//orderFmt += `<FS2>%s %s %s\n\n</FS2>`
orderFmt += `<FS>%20s%8s\n</FS>`
orderFmt += `<FS>%20s<FB>%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)))
orderParams = append(orderParams, sku.SkuName, "x"+utils.Int2Str(sku.Count), jxutils.IntPrice2StandardCurrencyString(sku.SalePrice*int64(sku.Count)))
//标品需要打印条形码