<C>${.now?string('yyyy-MM-dd HH:mm:ss')}</C>
<C><#if order.isNeedLogistics>外卖订单<#else>门店订单</#if></C>
<C><B>5${order.qudanhao?substring(1,4)}</B></C>
天使童装
13500000000
<BOLD>「百款商品总有你喜欢」</BOLD>
品牌介绍,天使童装的品牌历程说明,发展之路,宣传品牌,根据自己的需要填写文字描述说明。
<BOLD>「真品质 不乱添加」</BOLD>
真好茶,无香精 真奶,无奶精
真果,真糖,不乱添加
<C>扫码查看订单</C>
<QR>二维码链接</QR>
--------------------------------
${stringMaxWidth("商品名称", 20)}${stringMaxWidth("数量", 6)}${stringMaxWidth("金额", 6)}
--------------------------------
<#list goods as test>
<BOLD>${stringMaxWidth(test.goodsName, 20)}${stringMaxWidth(test.number, 6)}${stringMaxWidth(test.amount, 6)}</BOLD>
</#list>
--------------------------------
${stringMaxWidth("合计", 26)}${stringMaxWidth(order.amount, 6)}
<BOLD>${stringMaxWidth("应付金額", 26)}${stringMaxWidth(order.amountReal, 6)}</BOLD>
--------------------------------
${order.orderNumber}
<#if order.remark>
<BOLD>备注:${order.remark}</BOLD>
</#if>
<#if order.isNeedLogistics>
<BOLD>「配送地址」</BOLD>
联系人: ${logistics.linkMan}
电话: ${logistics.mobile}
地址:${logistics.address}
</#if>
