|
@@ -56,7 +56,7 @@
|
|
|
<br>
|
|
|
<#--<input type="text" class="my-input" style="width:90px;margin-right: 0px;" value="${customerInfo.describeTitle!}" placeholder="请输入问题描述" id="describeTitle" name="describeTitle">-->
|
|
|
<div class="search-other" >
|
|
|
- <select class="my-select" name="customerIsSolve" id="customerIsSolve" style="margin-left:30px;height: 36px;width: 132px;padding: 12px 10px 6px 15px;">
|
|
|
+ <select class="my-select" name="customerIsSolve" id="customerIsSolve" style="margin-left:94px;height: 36px;width: 132px;padding: 12px 10px 6px 15px;">
|
|
|
<option value="">处理结果</option>
|
|
|
<#if procTypeList?? && (procTypeList?size > 0) >
|
|
|
<#list procTypeList as type>
|
|
@@ -130,7 +130,7 @@
|
|
|
</#list>
|
|
|
</#if>
|
|
|
</select>
|
|
|
- <select class="my-select" name="storeId" id="storeId" style="height: 36px;width: 132px;padding: 12px 10px 6px 15px;">
|
|
|
+ <select class="my-select" name="storeId" id="storeId" style="height: 36px;width: 198px;padding: 12px 10px 6px 15px;">
|
|
|
<option value="">店铺名称</option>
|
|
|
<#if listStoreInfo?? && (listStoreInfo?size > 0) >
|
|
|
<#list listStoreInfo as info>
|