加载中…

小票机模版①

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