1
This commit is contained in:
@@ -645,7 +645,6 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS
|
||||
tasksch.ManageTask(task).Run()
|
||||
if !isAsync {
|
||||
if result, err := task.GetResult(0); err == nil {
|
||||
globals.SugarLogger.Debugf("--------result:= %s", utils.Format4Output(result, false))
|
||||
hint = jxutils.TaskResult2Hint(result)
|
||||
}
|
||||
} else {
|
||||
|
||||
@@ -74,7 +74,7 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
|
||||
地址: %s<BR>
|
||||
<BR>
|
||||
客户备注: <BR>
|
||||
<B>%s</B><BR>
|
||||
<BOLD>%s</BOLD><BR>
|
||||
<BR>
|
||||
|
||||
<BR>
|
||||
@@ -161,8 +161,8 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
|
||||
电话: %s<BR>
|
||||
地址: %s<BR>
|
||||
<BR>
|
||||
<B>客户备注: <BR></B>
|
||||
<B>%s</B><BR>
|
||||
<BOLD>客户备注: <BR></BOLD>
|
||||
<BOLD>%s</BOLD><BR>
|
||||
<BR>
|
||||
|
||||
<BR>
|
||||
|
||||
Reference in New Issue
Block a user