移动系统liao
2024-06-13 80aa425c4ca51f7c0224a6245968cdd08940321b
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>
@@ -334,7 +340,7 @@
                                <th>收货人名</th>
                                <th>收货电话</th>
                                <th>收货地址</th>
                                <th style="width: 60px">操作</th>
                                <th style="width: 60px">状态</th>
                            </tr>
                        </thead>
                        <tbody>
@@ -348,6 +354,8 @@
                                <td>{{item.shipMobile}}</td>
                                <td>{{item.shipAreaIdName}}-{{item.shipAddress}}</td>
                                <td>
                                    {{item.logiCode=="Distributor"? item.distributionAcceptStr??"未确认接受配送":""}}
                                    <!-- <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>