移动系统liao
2024-05-29 71e821ab5e6b3014fac9b691d6957bcc09704b70
CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html
@@ -213,6 +213,7 @@
                                <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>
@@ -229,6 +230,11 @@
                                <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>
@@ -348,7 +354,7 @@
                                <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>
                            {{# }); }}