1
This commit is contained in:
@@ -246,9 +246,9 @@ func (c *PrinterHandler) PrintOrder(ctx *jxcontext.Context, store *model.Store,
|
||||
printData[BigFont] = true
|
||||
}
|
||||
// 打印次数
|
||||
printData[PrintNumber] = 1
|
||||
printData[PrintNumber] = utils.Int2Str(model.YES)
|
||||
if store.PrinterFontSize == partner.PrinterFontSizeBig2 || store.PrinterFontSize == partner.PrinterFontSizeNormal2 {
|
||||
printData[PrintNumber] = 2
|
||||
printData[PrintNumber] = utils.Int2Str(2)
|
||||
}
|
||||
|
||||
orderPrint, err := json.Marshal(printData)
|
||||
|
||||
Reference in New Issue
Block a user