加载中…

小票机模版③

```javascript 小程序订单 ${order.id} ${.now?datetime} <#list goods as test> ${test.goodsName} ${test.property!""} 数量:${test.number} 金额:${test.amount} -------------------------------- 优惠券抵扣:${order.amountCoupons} 备注:${order.remark!"无"} -------------------------------- 姓名:${extJson["姓名"]} 电话:${extJson["手机号码"]} 用餐时段:${extJson["用餐时间段"]} 用餐日期:${extJson["自取时间"]} -------------------------------- <#if order.isNeedLogistics> 联系人: ${logistics.linkMan}
联系电话: ${logistics.mobile}
配送地址:${logistics.address}
<#if order.isCanHx> 二维码内容 自取点: ${extJson["提货点"]} <#else> 二维码内容 取餐柜: ${extJson["提货点"]} 取餐码: ${order.pickPointPwd} 合计:${order.amountReal}元 订单号:${order.orderNumber}
``` ![](https://dcdn.it120.cc/yuque/0/2022/png/572726/1669791923302-b374380c-fe96-403f-a839-30e6d346edec.png)