1
This commit is contained in:
@@ -359,6 +359,13 @@ func (c *PrinterHandler) PrintOrder(ctx *jxcontext.Context, store *model.Store,
|
|||||||
} else {
|
} else {
|
||||||
content = c.getOrderContent(order, store.Tel1, storeDetail)
|
content = c.getOrderContent(order, store.Tel1, storeDetail)
|
||||||
}
|
}
|
||||||
|
if store.PrinterSN == "525553742" {
|
||||||
|
globals.SugarLogger.Debugf("-------------storeDetail := %s", utils.Format4Output(storeDetail, false))
|
||||||
|
globals.SugarLogger.Debugf("-------------order := %s", utils.Format4Output(order, false))
|
||||||
|
globals.SugarLogger.Debugf("-------------printType := %s", utils.Format4Output(printType, false))
|
||||||
|
globals.SugarLogger.Debugf("-------------asfOrder := %s", utils.Format4Output(asfOrder, false))
|
||||||
|
globals.SugarLogger.Debugf("-------------content := %s", content)
|
||||||
|
}
|
||||||
return c.PrintMsg(ctx, store.PrinterSN, store.PrinterKey, order.VendorOrderID, content)
|
return c.PrintMsg(ctx, store.PrinterSN, store.PrinterKey, order.VendorOrderID, content)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user