|
@@ -37,16 +37,17 @@
|
|
|
<div class="page-container">
|
|
|
<div class="text-c">
|
|
|
<form action="${path}/admin/customer/select_customer_list" method="post">
|
|
|
- <button type="button" style="cursor:pointer; float: left;height: 35px;margin-right: 30px;" class="my-btn-search" onclick="toAddCustomer();">新建客诉</button>
|
|
|
- <input type="text" class="my-input" style="width:90px;margin-right: 0px; margin-left: -65px;" value="${customerInfo.customerId!}" placeholder="客诉编号" id="customerId" name="customerId">
|
|
|
- <input type="text" class="my-input" style="width:90px;margin-right: 0px;" value="${customerInfo.sendLogisticsNo!}" placeholder="物流编号" id="sendLogisticsNo" name="sendLogisticsNo">
|
|
|
- <input type="text" class="my-input" style="width:90px;margin-right: 0px;" value="${customerInfo.customerName!}" placeholder="请输入姓名" id="customerName" name="customerName">
|
|
|
- <input type="text" class="my-input" style="width:90px;margin-right: 0px;" value="${customerInfo.customerTel!}" placeholder="请输入电话号码" id="customerTel" name="customerTel">
|
|
|
- <input type="text" style="width:90px;height:36px;margin-right: 0px;" name="startTime" id="startTime" class="input-text" placeholder="开始时间" onClick="WdatePicker({ dateFmt:'yyyy-MM-dd',skin:'whyGreen' })" value="${(customerInfo.startTime?string("yyyy-MM-dd"))!''}" readonly="readonly"/>-
|
|
|
- <input type="text" style="width:90px;height:36px;margin-right: 0px;" name="endTime" id="endTime" class="input-text" placeholder="结束时间" onClick="WdatePicker({ dateFmt:'yyyy-MM-dd',skin:'whyGreen' })" value="${(customerInfo.endTime?string("yyyy-MM-dd"))!''}" readonly="readonly"/>
|
|
|
+ <button type="button" style="cursor:pointer; float: left;height: 35px;margin-right: 30px;margin-bottom: 10px;" class="my-btn-search" onclick="toAddCustomer();">新建客诉</button>
|
|
|
+ <input type="text" class="my-input" style="width:90px;margin-right: 0px; margin-bottom: 10px;" value="${customerInfo.customerId!}" placeholder="客诉编号" id="customerId" name="customerId">
|
|
|
+ <input type="text" class="my-input" style="width:90px;margin-right: 0px;margin-bottom: 10px;" value="${customerInfo.sendLogisticsNo!}" placeholder="物流编号" id="sendLogisticsNo" name="sendLogisticsNo">
|
|
|
+ <input type="text" class="my-input" style="width:90px;margin-right: 0px;margin-bottom: 10px;" value="${customerInfo.customerName!}" placeholder="请输入姓名" id="customerName" name="customerName">
|
|
|
+ <input type="text" class="my-input" style="width:90px;margin-right: 0px;margin-bottom: 10px;" value="${customerInfo.customerTel!}" placeholder="请输入电话号码" id="customerTel" name="customerTel">
|
|
|
+ <input type="text" style="width:90px;height:36px;margin-right: 0px;margin-bottom: 10px;" name="startTime" id="startTime" class="input-text" placeholder="开始时间" onClick="WdatePicker({ dateFmt:'yyyy-MM-dd',skin:'whyGreen' })" value="${(customerInfo.startTime?string("yyyy-MM-dd"))!''}" readonly="readonly"/>-
|
|
|
+ <input type="text" style="width:90px;height:36px;margin-right: 0px;margin-bottom: 10px;" name="endTime" id="endTime" class="input-text" placeholder="结束时间" onClick="WdatePicker({ dateFmt:'yyyy-MM-dd',skin:'whyGreen' })" value="${(customerInfo.endTime?string("yyyy-MM-dd"))!''}" readonly="readonly"/>
|
|
|
|
|
|
<#--<input type="text" class="my-input" style="width:90px;margin-right: 0px;" value="${customerInfo.describeTitle!}" placeholder="请输入问题描述" id="describeTitle" name="describeTitle">-->
|
|
|
- <select class="my-select" name="customerIsSolve" id="customerIsSolve" style="height: 36px;width: 100px;margin: 0px;padding: 6px 10px 6px 15px;">
|
|
|
+
|
|
|
+ <select class="my-select" name="customerIsSolve" id="customerIsSolve" style="height: 36px;width: 100px;margin: 0px;padding: 6px 10px 6px 15px;margin-bottom: 10px;">
|
|
|
<option value="">处理结果</option>
|
|
|
<option value="1" <#if customerInfo.customerIsSolve??><#if customerInfo.customerIsSolve == 1 >selected="selected"</#if></#if>>已解决</option>
|
|
|
<option value="2" <#if customerInfo.customerIsSolve??><#if customerInfo.customerIsSolve == 2 >selected="selected"</#if></#if>>未解决</option>
|
|
@@ -57,13 +58,13 @@
|
|
|
<option value="7" <#if customerInfo.customerIsSolve??><#if customerInfo.customerIsSolve == 7 >selected="selected"</#if></#if>>无理由退货</option>
|
|
|
</select>
|
|
|
|
|
|
- <select class="my-select" name="customerSourceType" id="customerSourceType" style="height: 36px;width: 100px;margin: 0px;padding: 6px 10px 6px 15px;">
|
|
|
+ <select class="my-select" name="customerSourceType" id="customerSourceType" style="height: 36px;width: 100px;margin: 0px;padding: 6px 10px 6px 15px;margin-bottom: 10px;">
|
|
|
<option value="">来源</option>
|
|
|
<option value="1" <#if customerInfo.customerSourceType??><#if customerInfo.customerSourceType == 1 >selected="selected"</#if></#if>>400电话</option>
|
|
|
<option value="2" <#if customerInfo.customerSourceType??><#if customerInfo.customerSourceType == 2 >selected="selected"</#if></#if>>微信公众号</option>
|
|
|
<option value="3" <#if customerInfo.customerSourceType??><#if customerInfo.customerSourceType == 3 >selected="selected"</#if></#if>>其他</option>
|
|
|
</select>
|
|
|
- <select class="my-select" name="typeId" id="typeId" style="height: 36px;width: 120px;margin: 0px;">
|
|
|
+ <select class="my-select" name="typeId" id="typeId" style="height: 36px;width: 120px;margin: 0px;margin-bottom: 10px;">
|
|
|
<option value ="">客诉产品</option>
|
|
|
<#if typeList?? && (typeList?size > 0) >
|
|
|
<#list typeList as type>
|
|
@@ -71,21 +72,15 @@
|
|
|
</#list>
|
|
|
</#if>
|
|
|
</select>
|
|
|
- <#-- <select class="my-select" name="complaintId" style="height: 36px;width: 120px;margin: 0px;">
|
|
|
- <option value ="">客诉类型</option>
|
|
|
- <#if complaintTypeList?? && (complaintTypeList?size > 0) >
|
|
|
- <#list complaintTypeList as complaint>
|
|
|
- <option value ="${complaint.complaintId!}" <#if customerInfo.complaintId??><#if customerInfo.complaintId ==complaint.complaintId >selected="selected"</#if></#if>>${complaint.complaintClassName!}</option>
|
|
|
- </#list>
|
|
|
- </#if>
|
|
|
- </select>-->
|
|
|
- <select class="my-select" name="customerIsVisit" style="height: 36px;width: 120px;margin: 0px;>
|
|
|
+
|
|
|
+ <select class="my-select" name="customerIsVisit" style="height: 36px;width: 120px;margin: 0px;margin-bottom: 10px;">
|
|
|
<option value ="">是否需要回访</option>
|
|
|
<option value="">是否回访</option>
|
|
|
<option value ="1" <#if customerInfo.customerIsVisit??><#if customerInfo.customerIsVisit == "1" >selected="selected"</#if></#if>>不需要回访</option>
|
|
|
<option value ="2" <#if customerInfo.customerIsVisit??><#if customerInfo.customerIsVisit == "2" >selected="selected"</#if></#if>>需要回访</option>
|
|
|
</select>
|
|
|
- <select class="my-select" name="adminId" style="height: 36px;width: 120px;margin: 0px;">
|
|
|
+
|
|
|
+ <select class="my-select" name="adminId" style="height: 36px;width: 120px;margin: 0px;margin-bottom: 10px;">
|
|
|
<option value ="">全部跟进客服</option>
|
|
|
<#if adminList?? && (adminList?size > 0) >
|
|
|
<#list adminList as admin>
|
|
@@ -93,7 +88,8 @@
|
|
|
</#list>
|
|
|
</#if>
|
|
|
</select>
|
|
|
- <select class="my-select" name="visitDesignatedAdminId" style="height: 36px;width: 120px;margin: 0px;">
|
|
|
+
|
|
|
+ <select class="my-select" name="visitDesignatedAdminId" style="height: 36px;width: 120px;margin: 0px;margin-bottom: 10px;">
|
|
|
<option value ="">全部回访客服</option>
|
|
|
<#if adminList?? && (adminList?size > 0) >
|
|
|
<#list adminList as admin>
|
|
@@ -101,6 +97,24 @@
|
|
|
</#list>
|
|
|
</#if>
|
|
|
</select>
|
|
|
+
|
|
|
+ <select class="my-select" name="complaintId" style="height: 36px;width: 120px;margin: 0px;margin-bottom: 10px;">
|
|
|
+ <option value ="">全部问题大类</option>
|
|
|
+ <#if complaintTypeList?? && (complaintTypeList?size > 0) >
|
|
|
+ <#list complaintTypeList as complaint>
|
|
|
+ <option value ="${complaint.complaintId!}" <#if customerInfo.complaintId??><#if customerInfo.complaintId ==complaint.complaintId >selected="selected"</#if></#if>>${complaint.complaintClassName!}</option>
|
|
|
+ </#list>
|
|
|
+ </#if>
|
|
|
+ </select>
|
|
|
+
|
|
|
+ <select class="my-select" name="smallClassId" style="height: 36px;width: 120px;margin: 0px;margin-bottom: 10px;">
|
|
|
+ <option value ="">全部问题小类</option>
|
|
|
+ <#if complaintSmallClassInfoList?? && (complaintSmallClassInfoList?size > 0) >
|
|
|
+ <#list complaintSmallClassInfoList as smallClass>
|
|
|
+ <option value ="${smallClass.smallClassId!}" <#if customerInfo.smallClassId ??><#if (customerInfo.smallClassId == smallClass.smallClassId)>selected="selected"</#if></#if>>${smallClass.smallClassName!}</option>
|
|
|
+ </#list>
|
|
|
+ </#if>
|
|
|
+ </select>
|
|
|
<button type="submit" class="btn" style="background: #32a3d8;color: #fff;height: 35px; id="" name=""><i class="Hui-iconfont"></i> 搜索</button>
|
|
|
</form>
|
|
|
</div>
|
|
@@ -119,7 +133,8 @@
|
|
|
<#--<th width="80">客诉类型</th>-->
|
|
|
<th width="80">问题类型</th>
|
|
|
<th width="100">问题简述</th>
|
|
|
- <th width="50">是否开箱损</th>
|
|
|
+ <th width="30">开箱损</th>
|
|
|
+ <th width="30">二次售后</th>
|
|
|
<th width="60">销售</th>
|
|
|
<th width="80">购买日期</th>
|
|
|
<th width="60">区域</th>
|
|
@@ -165,10 +180,15 @@
|
|
|
</a>
|
|
|
</#if>
|
|
|
</td>
|
|
|
- <td><#if customer.customerOutDamaged??>
|
|
|
+ <td><customer.customerOutDamaged??>
|
|
|
<#if customer.customerOutDamaged == '1' >是</#if>
|
|
|
<#if customer.customerOutDamaged == '2' >否</#if></td>
|
|
|
- <td>${customer.companyName!''}<br/>${customer.storeName!''}</#if></td>
|
|
|
+
|
|
|
+ <td><customer.customerSecondaryCustomer??>
|
|
|
+ <#if customer.customerSecondaryCustomer == '1' >是</#if>
|
|
|
+ <#if customer.customerSecondaryCustomer == '2' >否</#if></td>
|
|
|
+
|
|
|
+ <td>${customer.companyName!''}<br/>${customer.storeName!''}</td>
|
|
|
<td>${(customer.salesTime?string("yyyy-MM-dd"))!''}</td>
|
|
|
<td>${customer.customerArea!''}</td>
|
|
|
<td>进${customer.customerInTDS!'0'}PPM<br/>出${customer.customerOutTDS!'0'}PPM</td>
|