| | |
| | | <th>商品名称</th> |
| | | <th width="30">商品<br />单价</th> |
| | | <th width="30">购买<br />数量</th> |
| | | <th width="50">是否定制</th> |
| | | <th width="30">促销<br />金额</th> |
| | | <th width="40">商品<br />总价</th> |
| | | <th width="110">促销名称</th> |
| | |
| | | <td>{{item.name}} - {{item.addon}}</td> |
| | | <td>{{item.price}}</td> |
| | | <td>{{item.nums}}</td> |
| | | {{#if (item.isCustomizable == true){}} |
| | | <td style="color: red;" >是</td> |
| | | {{#}else{}} |
| | | <td >否</td> |
| | | {{#}}} |
| | | <td>{{item.promotionAmount}}</td> |
| | | <td>{{item.amount}}</td> |
| | | <td> |
| | |
| | | <td>{{item.shipMobile}}</td> |
| | | <td>{{item.shipAreaIdName}}-{{item.shipAddress}}</td> |
| | | <td> |
| | | <button type="button" class="layui-btn layui-btn-warm layui-btn-xs" data-deliveryId="{{item.deliveryId}}" lay-active="refreshDelivery" style="margin-left: 0px">同步直播订单</button> |
| | | <!-- <button type="button" class="layui-btn layui-btn-warm layui-btn-xs" data-deliveryId="{{item.deliveryId}}" lay-active="refreshDelivery" style="margin-left: 0px">同步直播订单</button> --> |
| | | </td> |
| | | </tr> |
| | | {{# }); }} |