|
@@ -138,7 +138,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl">
|
|
|
- <label class="form-label col-1 col-sm-1">发货时间:</label>
|
|
|
+ <label class="form-label col-1 col-sm-1"><#--发货时间:--></label>
|
|
|
<div class="formControls col-4 col-sm-4">
|
|
|
<label>${(order.salesSendTime?string("yyyy-MM-dd HH:mm:ss"))!''}</label>
|
|
|
</div>
|
|
@@ -156,31 +156,31 @@
|
|
|
<div class="formControls col-10 col-sm-10">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="row cl">
|
|
|
- <label class="form-label col-1 col-sm-1">购买产品信息</label>
|
|
|
- <div class="formControls col-7 col-sm-7 text-c">
|
|
|
- <table class="table table-border table-bg table-bordered">
|
|
|
- <tr class="text-c">
|
|
|
- <th>产品名称</th>
|
|
|
- <th>产品颜色</th>
|
|
|
- <th>产品市场价</th>
|
|
|
- <th>产品折扣价</th>
|
|
|
- <th>产品数量</th>
|
|
|
- </tr>
|
|
|
- <#if order.salesOrderItemList?? && (order.salesOrderItemList?size > 0) >
|
|
|
- <#list order.salesOrderItemList as item>
|
|
|
- <tr class="text-c">
|
|
|
- <td>${item.itemProductName!''}</td>
|
|
|
- <td>${item.itemProductColor!''}</td>
|
|
|
- <td>${item.itemProductPrice/100!''}</td>
|
|
|
- <td>${item.itemProductDiscount/100!''}</td>
|
|
|
- <td>${item.itemNum}</td>
|
|
|
- </tr>
|
|
|
- </#list>
|
|
|
- </#if>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <#--<div class="row cl">-->
|
|
|
+ <#--<label class="form-label col-1 col-sm-1">购买产品信息</label>-->
|
|
|
+ <#--<div class="formControls col-7 col-sm-7 text-c">-->
|
|
|
+ <#--<table class="table table-border table-bg table-bordered">-->
|
|
|
+ <#--<tr class="text-c">-->
|
|
|
+ <#--<th>产品名称</th>-->
|
|
|
+ <#--<th>产品颜色</th>-->
|
|
|
+ <#--<th>产品市场价</th>-->
|
|
|
+ <#--<th>产品折扣价</th>-->
|
|
|
+ <#--<th>产品数量</th>-->
|
|
|
+ <#--</tr>-->
|
|
|
+ <#--<#if order.salesOrderItemList?? && (order.salesOrderItemList?size > 0) >-->
|
|
|
+ <#--<#list order.salesOrderItemList as item>-->
|
|
|
+ <#--<tr class="text-c">-->
|
|
|
+ <#--<td>${item.itemProductName!''}</td>-->
|
|
|
+ <#--<td>${item.itemProductColor!''}</td>-->
|
|
|
+ <#--<td>${item.itemProductPrice/100!''}</td>-->
|
|
|
+ <#--<td>${item.itemProductDiscount/100!''}</td>-->
|
|
|
+ <#--<td>${item.itemNum}</td>-->
|
|
|
+ <#--</tr>-->
|
|
|
+ <#--</#list>-->
|
|
|
+ <#--</#if>-->
|
|
|
+ <#--</table>-->
|
|
|
+ <#--</div>-->
|
|
|
+ <#--</div>-->
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1">收货人姓名:</label>
|
|
|
<div class="formControls col-4 col-sm-4">
|