# Conflicts: # watero-rst-core/src/main/java/com.iamberry.rst.core/cm/SalesOrder.java
@@ -250,7 +250,13 @@
<tr>
<th width="10">邮费成本:</th>
- <td width="10" colspan="4" style="font-weight: normal;"><#if order.salesPostageCost??>${order.salesPostageCost/100}元</#if></td>
+ <td width="10" colspan="4" style="font-weight: normal;"><#if order.orderCaseDate??>${order.orderCaseDate?string("yyyy-MM-dd HH:mm:ss")}</#if></td>
+
+ </tr>
+ <tr>
+ <th width="10">揽件时间:</th>
+ <td width="10" colspan="4" style="font-weight: normal;"><#if order.orderCaseDate??>${order.salesPostageCost/100}元</#if></td>
</tr>