|
@@ -115,7 +115,7 @@
|
|
|
<tr class="text-c">
|
|
|
<th width="16"><input type="checkbox" ></th>
|
|
|
<th width="50">订单类型</th>
|
|
|
- <th width="60">订单号</th>
|
|
|
+ <th width="60">交易号</th>
|
|
|
<th width="72">批次号</th>
|
|
|
<th width="72">下单管理员</th>
|
|
|
<th width="75">姓名/电话</th>
|
|
@@ -173,7 +173,7 @@
|
|
|
正常
|
|
|
</#if>
|
|
|
</td>
|
|
|
- <td>${order.salesOrderId!''}</td>
|
|
|
+ <td>${order.salesDealCode!''}</td>
|
|
|
<td>${order.salesBatchId!''}</td>
|
|
|
<td>${order.salesAdminName!''}</td>
|
|
|
<td>${order.salesAddressName!''}${order.salesAddressTel!''}</td>
|