1
This commit is contained in:
@@ -241,9 +241,9 @@ func (c *PrinterHandler) PrintOrder(ctx *jxcontext.Context, store *model.Store,
|
||||
return
|
||||
}
|
||||
printData := ManagerOrderAndStore(order, store.Tel1, storeDetail)
|
||||
printData[BigFont] = false
|
||||
printData[BigFont] = "small"
|
||||
if store.PrinterFontSize == partner.PrinterFontSizeBig || store.PrinterFontSize == partner.PrinterFontSizeBig2 {
|
||||
printData[BigFont] = true
|
||||
printData[BigFont] = "big"
|
||||
}
|
||||
// 打印次数
|
||||
printData[PrintNumber] = utils.Int2Str(model.YES)
|
||||
|
||||
Reference in New Issue
Block a user