|
@@ -47,150 +47,150 @@
|
|
|
|
|
|
<div class="mt-20">
|
|
|
<table class="table table-border table-bg table-bordered">
|
|
|
- <thead>
|
|
|
- <tr class="text-c">
|
|
|
- <th width="50">客服人员</th>
|
|
|
- <th width="50">申请状态</th>
|
|
|
- <th width="50">客服审核状态</th>
|
|
|
- <th width="50">财务审核状态</th>
|
|
|
- <th width="60">订单来源</th>
|
|
|
- <th width="70">售后处理方式</th>
|
|
|
- <th width="80">订单号</th>
|
|
|
- <th width="80">客户姓名</th>
|
|
|
- <th width="80">联系电话</th>
|
|
|
- <th width="100">详细地址</th>
|
|
|
- <th width="60">退回快递名称</th>
|
|
|
- <th width="80">快递单号</th>
|
|
|
- <th width="60">退款金额</th>
|
|
|
- <th width="60">支付宝账户</th>
|
|
|
- <th width="80">支付宝姓名</th>
|
|
|
- <th width="100">操作</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
+ <thead>
|
|
|
+ <tr class="text-c">
|
|
|
+ <th width="50">客服人员</th>
|
|
|
+ <th width="50">申请状态</th>
|
|
|
+ <th width="50">客服审核状态</th>
|
|
|
+ <th width="50">财务审核状态</th>
|
|
|
+ <th width="60">订单来源</th>
|
|
|
+ <th width="70">售后处理方式</th>
|
|
|
+ <th width="80">订单号</th>
|
|
|
+ <th width="80">客户姓名</th>
|
|
|
+ <th width="80">联系电话</th>
|
|
|
+ <th width="100">详细地址</th>
|
|
|
+ <th width="60">退回快递名称</th>
|
|
|
+ <th width="80">快递单号</th>
|
|
|
+ <th width="60">退款金额</th>
|
|
|
+ <th width="60">支付宝账户</th>
|
|
|
+ <th width="80">支付宝姓名</th>
|
|
|
+ <th width="100">操作</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<#if page.dataList?? && (page.dataList?size > 0) >
|
|
|
- <#list page.dataList as postage>
|
|
|
- <tr class="text-c">
|
|
|
- <td>${postage.adminName!''}</td>
|
|
|
- <td>
|
|
|
- <#if postage.postageCustomerStatus == 1>
|
|
|
- 待申请
|
|
|
- <#elseif postage.postageCustomerStatus == 2>
|
|
|
- 申请中
|
|
|
- </#if>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <#if postage.postageManagerStatus??>
|
|
|
- <#if postage.postageManagerStatus == 1>
|
|
|
- 审核中
|
|
|
- <#elseif postage.postageManagerStatus == 2>
|
|
|
- 通过
|
|
|
- <#elseif postage.postageManagerStatus == 3>
|
|
|
- 驳回
|
|
|
- </#if>
|
|
|
- <#else>
|
|
|
- -
|
|
|
- </#if>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <#if postage.postageFinanceStatus??>
|
|
|
- <#if postage.postageFinanceStatus == 1>
|
|
|
- 审核中
|
|
|
- <#elseif postage.postageFinanceStatus == 2>
|
|
|
- 通过(已申请待转账)
|
|
|
- <#elseif postage.postageFinanceStatus == 3>
|
|
|
- 驳回
|
|
|
- <#elseif postage.postageFinanceStatus == 4>
|
|
|
- 已转账
|
|
|
- </#if>
|
|
|
- <#else>
|
|
|
- -
|
|
|
- </#if>
|
|
|
- </td>
|
|
|
- <td>${postage.storeName!''}</td>
|
|
|
- <td>
|
|
|
- <#if postage.postageTreatmentMethod == 3>
|
|
|
- 换新
|
|
|
- <#elseif postage.postageTreatmentMethod == 4>
|
|
|
- 维修
|
|
|
- <#elseif postage.postageTreatmentMethod == 5>
|
|
|
- 补发
|
|
|
- <#elseif postage.postageTreatmentMethod == 6>
|
|
|
- 退货
|
|
|
- <#elseif postage.postageTreatmentMethod == 7>
|
|
|
- 无理由退货
|
|
|
- </#if></td>
|
|
|
- <td>${postage.salesOrderId!''}</td>
|
|
|
- <td>${postage.postageClientName!''}</td>
|
|
|
- <td><#if (postage.postageClientTel)?? && postage.postageClientTel?length gt 7>
|
|
|
- ${postage.postageClientTel?substring(0,3)}***${postage.postageClientTel?substring(postage.postageClientTel?length-4,postage.postageClientTel?length)}
|
|
|
- <#else>
|
|
|
- ${postage.postageClientTel!''}
|
|
|
+ <#list page.dataList as postage>
|
|
|
+ <tr class="text-c">
|
|
|
+ <td>${postage.adminName!''}</td>
|
|
|
+ <td>
|
|
|
+ <#if postage.postageCustomerStatus == 1>
|
|
|
+ 待申请
|
|
|
+ <#elseif postage.postageCustomerStatus == 2>
|
|
|
+ 申请中
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <#if postage.postageManagerStatus??>
|
|
|
+ <#if postage.postageManagerStatus == 1>
|
|
|
+ 审核中
|
|
|
+ <#elseif postage.postageManagerStatus == 2>
|
|
|
+ 通过
|
|
|
+ <#elseif postage.postageManagerStatus == 3>
|
|
|
+ 驳回
|
|
|
</#if>
|
|
|
- </td>
|
|
|
- <td>${postage.postageClientAddress!''}</td>
|
|
|
- <td>
|
|
|
- <#if postage.postageLogisticsCompany??>
|
|
|
- <#if postage.postageLogisticsCompany == "sto">申通快递</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "yto">圆通快递</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "sf">顺丰快递</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "ems">邮政EMS</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "zto">中通快递</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "zjs">宅急送</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "yunda">韵达快递</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "cces">cces快递</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "pick">上门提货</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "htky">汇通快递</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "ttkdex">天天快递</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "stars">星晨急便</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "jd">京东快递</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "01">其他</#if>
|
|
|
- <#if postage.postageLogisticsCompany == "02">上门送货</#if>
|
|
|
- <#else>
|
|
|
- 未知
|
|
|
+ <#else>
|
|
|
+ -
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <#if postage.postageFinanceStatus??>
|
|
|
+ <#if postage.postageFinanceStatus == 1>
|
|
|
+ 审核中
|
|
|
+ <#elseif postage.postageFinanceStatus == 2>
|
|
|
+ 通过(已申请待转账)
|
|
|
+ <#elseif postage.postageFinanceStatus == 3>
|
|
|
+ 驳回
|
|
|
+ <#elseif postage.postageFinanceStatus == 4>
|
|
|
+ 已转账
|
|
|
</#if>
|
|
|
- </td>
|
|
|
- <td>${postage.postageLogisticsNo!''}</td>
|
|
|
- <td>${postage.postageAmount!''}</td>
|
|
|
- <td>${postage.postageAlipay!''}</td>
|
|
|
- <td>${postage.postageAlipayName!''}</td>
|
|
|
- <td>
|
|
|
- <#if operationPermissions == 0>
|
|
|
- -
|
|
|
- <#elseif (operationPermissions == 1 || operationPermissions == 4) && postage.postageCustomerStatus == 1>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="确认申请" onclick="updatePostage(${postage.postageId},2,1);">
|
|
|
- <i class="Hui-iconfont"></i>
|
|
|
- </a>
|
|
|
- <#elseif (operationPermissions == 2 || operationPermissions == 4) && postage.postageManagerStatus?? && postage.postageManagerStatus == 1>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="审核通过" onclick="updatePostage(${postage.postageId},2,2);">
|
|
|
- <i class="Hui-iconfont"></i>
|
|
|
- </a>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="审核不通过" onclick="updatePostage(${postage.postageId},3,2);">
|
|
|
- <i class="Hui-iconfont"></i>
|
|
|
- </a>
|
|
|
- <#elseif (operationPermissions == 3 || operationPermissions == 4)>
|
|
|
- <#if postage.postageFinanceStatus?? && postage.postageFinanceStatus == 1>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="审核通过" onclick="updatePostage(${postage.postageId},2,3);">
|
|
|
- <i class="Hui-iconfont"></i>
|
|
|
- </a>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="审核不通过" onclick="updatePostage(${postage.postageId},2,3);">
|
|
|
- <i class="Hui-iconfont"></i>
|
|
|
- </a>
|
|
|
- </#if>
|
|
|
- <#if postage.postageFinanceStatus?? && postage.postageFinanceStatus == 2>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="已转账" onclick="updatePostage(${postage.postageId},4,3);">
|
|
|
- <i class="iconfont icon-zhuanzhang"></i>
|
|
|
- </a>
|
|
|
- </#if>
|
|
|
- </#if>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </#list>
|
|
|
+ <#else>
|
|
|
+ -
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td>${postage.storeName!''}</td>
|
|
|
+ <td>
|
|
|
+ <#if postage.postageTreatmentMethod == 3>
|
|
|
+ 换新
|
|
|
+ <#elseif postage.postageTreatmentMethod == 4>
|
|
|
+ 维修
|
|
|
+ <#elseif postage.postageTreatmentMethod == 5>
|
|
|
+ 补发
|
|
|
+ <#elseif postage.postageTreatmentMethod == 6>
|
|
|
+ 退货
|
|
|
+ <#elseif postage.postageTreatmentMethod == 7>
|
|
|
+ 无理由退货
|
|
|
+ </#if></td>
|
|
|
+ <td>${postage.salesOrderId!''}</td>
|
|
|
+ <td>${postage.postageClientName!''}</td>
|
|
|
+ <td><#if (postage.postageClientTel)?? && postage.postageClientTel?length gt 7>
|
|
|
+ ${postage.postageClientTel?substring(0,3)}***${postage.postageClientTel?substring(postage.postageClientTel?length-4,postage.postageClientTel?length)}
|
|
|
+ <#else>
|
|
|
+ ${postage.postageClientTel!''}
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td>${postage.postageClientAddress!''}</td>
|
|
|
+ <td>
|
|
|
+ <#if postage.postageLogisticsCompany??>
|
|
|
+ <#if postage.postageLogisticsCompany == "sto">申通快递</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "yto">圆通快递</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "sf">顺丰快递</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "ems">邮政EMS</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "zto">中通快递</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "zjs">宅急送</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "yunda">韵达快递</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "cces">cces快递</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "pick">上门提货</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "htky">汇通快递</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "ttkdex">天天快递</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "stars">星晨急便</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "jd">京东快递</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "01">其他</#if>
|
|
|
+ <#if postage.postageLogisticsCompany == "02">上门送货</#if>
|
|
|
+ <#else>
|
|
|
+ 未知
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td>${postage.postageLogisticsNo!''}</td>
|
|
|
+ <td>${postage.postageAmount!''}</td>
|
|
|
+ <td>${postage.postageAlipay!''}</td>
|
|
|
+ <td>${postage.postageAlipayName!''}</td>
|
|
|
+ <td>
|
|
|
+ <#if operationPermissions == 0>
|
|
|
+ -
|
|
|
+ <#elseif (operationPermissions == 1 || operationPermissions == 4) && postage.postageCustomerStatus == 1>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="确认申请" onclick="updatePostage(${postage.postageId},2,1);">
|
|
|
+ <i class="Hui-iconfont"></i>
|
|
|
+ </a>
|
|
|
+ <#elseif (operationPermissions == 2 || operationPermissions == 4) && postage.postageManagerStatus?? && postage.postageManagerStatus == 1>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="审核通过" onclick="updatePostage(${postage.postageId},2,2);">
|
|
|
+ <i class="Hui-iconfont"></i>
|
|
|
+ </a>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="审核不通过" onclick="updatePostage(${postage.postageId},3,2);">
|
|
|
+ <i class="Hui-iconfont"></i>
|
|
|
+ </a>
|
|
|
+ <#elseif (operationPermissions == 3 || operationPermissions == 4)>
|
|
|
+ <#if postage.postageFinanceStatus?? && postage.postageFinanceStatus == 1>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="审核通过" onclick="updatePostage(${postage.postageId},2,3);">
|
|
|
+ <i class="Hui-iconfont"></i>
|
|
|
+ </a>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="审核不通过" onclick="updatePostage(${postage.postageId},2,3);">
|
|
|
+ <i class="Hui-iconfont"></i>
|
|
|
+ </a>
|
|
|
+ </#if>
|
|
|
+ <#if postage.postageFinanceStatus?? && postage.postageFinanceStatus == 2>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="已转账" onclick="updatePostage(${postage.postageId},4,3);">
|
|
|
+ <i class="iconfont icon-zhuanzhang"></i>
|
|
|
+ </a>
|
|
|
+ </#if>
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </#list>
|
|
|
<#else>
|
|
|
- <tr><td colspan="17" class="td-manage text-c" >暂时没有邮费信息!</td></tr>
|
|
|
+ <tr><td colspan="17" class="td-manage text-c" >暂时没有邮费信息!</td></tr>
|
|
|
</#if>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<tfoot>
|