From 7a3a4f8012a72f80d8dd62064a76655c803da864 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 29 五月 2024 12:42:45 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop --- CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html index 2241827..aa85068 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html +++ b/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> {{# }); }} -- Gitblit v1.9.1