This commit is contained in:
邹宗楠
2024-11-22 17:50:48 +08:00
parent e3a7d8c112
commit 227c9ba53d

View File

@@ -53,7 +53,7 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
}
}
orderFmt += `
<B>%s#%d</B><BR><BR>
<CB>%s#%d</CB><BR><BR>
--------------------------------<BR>
下单时间: %s<BR>
预计送达: %s<BR>
@@ -147,7 +147,7 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
}
}
orderFmt += `
<B>%s#%d</B><BR><BR>
<CB>%s#%d</CB><BR><BR>
--------------------------------<BR>
<B>下单时间: %s<BR><BR><BR></B>
<B>预计送达: %s<BR><BR><BR></B>