|
@@ -49,13 +49,18 @@
|
|
|
|
|
|
<select class="my-select" name="customerIsSolve" id="customerIsSolve" style="margin-left: 50px;height: 36px;width: 132px;padding: 12px 10px 6px 15px;">
|
|
|
<option value="">处理结果</option>
|
|
|
- <option value="1" <#if customerInfo.customerIsSolve??><#if customerInfo.customerIsSolve == 1 >selected="selected"</#if></#if>>已解决</option>
|
|
|
+ <#if procTypeList?? && (procTypeList?size > 0) >
|
|
|
+ <#list procTypeList as type>
|
|
|
+ <option value ="${type.procTypeId!}" <#if customerInfo.customerIsSolve??><#if customerInfo.customerIsSolve ==type.procTypeId >selected="selected"</#if></#if>>${type.procTypeName!}</option>
|
|
|
+ </#list>
|
|
|
+ </#if>
|
|
|
+ <#--<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>
|
|
|
<option value="3" <#if customerInfo.customerIsSolve??><#if customerInfo.customerIsSolve == 3 >selected="selected"</#if></#if>>换新</option>
|
|
|
<option value="4" <#if customerInfo.customerIsSolve??><#if customerInfo.customerIsSolve == 4 >selected="selected"</#if></#if>>维修</option>
|
|
|
<option value="5" <#if customerInfo.customerIsSolve??><#if customerInfo.customerIsSolve == 5 >selected="selected"</#if></#if>>补发</option>
|
|
|
<option value="6" <#if customerInfo.customerIsSolve??><#if customerInfo.customerIsSolve == 6 >selected="selected"</#if></#if>>退货</option>
|
|
|
- <option value="7" <#if customerInfo.customerIsSolve??><#if customerInfo.customerIsSolve == 7 >selected="selected"</#if></#if>>无理由退货</option>
|
|
|
+ <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: 132px;margin: 0px;padding: 12px 10px 6px 15px;margin-bottom: 10px;">
|
|
@@ -221,12 +226,8 @@
|
|
|
</#if>
|
|
|
</td>
|
|
|
<td id="txt_customerIsSolve">
|
|
|
- <#if customer.customerIsSolve == 1>
|
|
|
- 已解决
|
|
|
- <#elseif customer.customerIsSolve == 2>
|
|
|
- 未解决
|
|
|
- <#elseif customer.customerIsSolve == 3>
|
|
|
- 换新(
|
|
|
+ <#if customer.backLogisticsNo??>
|
|
|
+ ${customer.procMethodName!''}(
|
|
|
<a style="text-decoration:none" href="javascript:void(0);" onclick="toUpdateRenewed(${customer.customerId!''})">
|
|
|
<font color=#06c>
|
|
|
<#if customer.backStatus??>
|
|
@@ -236,6 +237,8 @@
|
|
|
已寄回
|
|
|
<#elseif customer.backStatus == 3>
|
|
|
已收货
|
|
|
+ <#elseif customer.backStatus == 4>
|
|
|
+ 已签收待确认
|
|
|
</#if>,
|
|
|
</#if>
|
|
|
<#if customer.sendStatus??>
|
|
@@ -266,7 +269,7 @@
|
|
|
</font>
|
|
|
</a>
|
|
|
)
|
|
|
- <#elseif customer.customerIsSolve == 4>
|
|
|
+ <#--<#elseif customer.customerIsSolve == 4>
|
|
|
维修(
|
|
|
<a style="text-decoration:none" href="javascript:void(0);" onclick="toUpdateRepair(${customer.customerId!''})">
|
|
|
<font color=#06c>
|
|
@@ -289,7 +292,7 @@
|
|
|
</#if>
|
|
|
</#if>
|
|
|
|
|
|
- <#--,
|
|
|
+ <#–,
|
|
|
<#if customer.complaintDetectList?? && (customer.complaintDetectList?size > 0)>
|
|
|
<#list customer.complaintDetectList as complaintDetect>
|
|
|
<#if (complaintDetect_index = 0)>
|
|
@@ -304,7 +307,7 @@
|
|
|
</#if>
|
|
|
</#if>
|
|
|
</#list>
|
|
|
- </#if>--></font>
|
|
|
+ </#if>–></font>
|
|
|
</a>
|
|
|
)
|
|
|
<#elseif customer.customerIsSolve == 5>
|
|
@@ -354,7 +357,7 @@
|
|
|
</#if>
|
|
|
</font>
|
|
|
</a>
|
|
|
- )
|
|
|
+ )-->
|
|
|
</#if>
|
|
|
</td>
|
|
|
<#--<td>
|