|
@@ -17,7 +17,7 @@
|
|
|
<div class="page-container">
|
|
|
<div class="text-c">
|
|
|
<form action="${path}/admin/afterSales/listAfterSales" method="POST" id="search-form">
|
|
|
- <select class="select" name="detectState" id="detectState" style="height: 31px;width:8%">
|
|
|
+ <select class="select" name="detectState" id="detectState" style="height: 31px;width:7%">
|
|
|
<option value="">检测进度状态</option>
|
|
|
<option <#if (req.detectState)??><#if req.detectState == 0>selected="selected"</#if></#if> value= "0">${(util.detectState(0))}</option>
|
|
|
<option <#if (req.detectState)??><#if req.detectState == 1>selected="selected"</#if></#if> value= "1">${(util.detectState(1))}</option>
|
|
@@ -41,15 +41,17 @@
|
|
|
<option value="${(s.storeId)!}" <#if (req.storeId)??><#if (req.storeId == s.storeId)>selected</#if></#if>>${(s.storeName)!}</option>
|
|
|
</#list>
|
|
|
</select>
|
|
|
- <input type="text" class="input-text" style="width:8%;margin-top: -3px;" value="${(req.machineNo)!}" placeholder="机器条码" id="machineNo" name="machineNo">
|
|
|
- <input type="text" class="input-text" style="width:8%;margin-top: -3px;" value="${(req.productName)!}" placeholder="产品名称" id="productName" name="productName">
|
|
|
- <input type="text" class="input-text" style="width:8%;margin-top: -3px;" value="${(req.detectName)!}" placeholder="客户姓名/昵称" id="detectName" name="detectName">
|
|
|
- <input type="text" class="input-text" style="width:8%;margin-top: -3px;" value="${(req.detectTel)!}" placeholder="客户电话/手机" id="detectTel" name="detectTel">
|
|
|
- <input type="text" class="input-text" style="width:8%;margin-top: -3px;" value="${(req.methodName)!}" placeholder="处理方式" id="methodName" name="methodName">
|
|
|
- <input type="text" class="input-text" style="width:8%;margin-top: -3px;" name="startTime" id="startTime" placeholder="录入开始时间" onClick="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss',skin:'whyGreen' })" value="${(req.startTime)!''}" readonly="readonly"/>
|
|
|
- <input type="text" class="input-text" style="width:8%;margin-top: -3px;" name="endTime" id="endTime" placeholder="录入结束时间" onClick="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss',skin:'whyGreen' })" value="${(req.endTime)!''}" readonly="readonly"/>
|
|
|
+ <input type="text" class="input-text" style="width:7%;margin-top: -3px;" value="${(req.detectNumber)!}" placeholder="维修编号" id="detectNumber" name="detectNumber">
|
|
|
+ <input type="text" class="input-text" style="width:7%;margin-top: -3px;" value="${(req.machineNo)!}" placeholder="机器条码" id="machineNo" name="machineNo">
|
|
|
+ <input type="text" class="input-text" style="width:7%;margin-top: -3px;" value="${(req.logisticsNumber)!}" placeholder="寄回物流单号" id="logisticsNumber" name="logisticsNumber">
|
|
|
+ <input type="text" class="input-text" style="width:7%;margin-top: -3px;" value="${(req.productName)!}" placeholder="产品名称" id="productName" name="productName">
|
|
|
+ <input type="text" class="input-text" style="width:7%;margin-top: -3px;" value="${(req.detectName)!}" placeholder="客户姓名/昵称" id="detectName" name="detectName">
|
|
|
+ <input type="text" class="input-text" style="width:7%;margin-top: -3px;" value="${(req.detectTel)!}" placeholder="客户电话/手机" id="detectTel" name="detectTel">
|
|
|
+ <input type="text" class="input-text" style="width:7%;margin-top: -3px;" value="${(req.methodName)!}" placeholder="处理方式" id="methodName" name="methodName">
|
|
|
+ <input type="text" class="input-text" style="width:7%;margin-top: -3px;" name="startTime" id="startTime" placeholder="录入开始时间" onClick="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss',skin:'whyGreen' })" value="${(req.startTime)!''}" readonly="readonly"/>
|
|
|
+ <input type="text" class="input-text" style="width:7%;margin-top: -3px;" name="endTime" id="endTime" placeholder="录入结束时间" onClick="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss',skin:'whyGreen' })" value="${(req.endTime)!''}" readonly="readonly"/>
|
|
|
<button type="submit" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);"><i class="Hui-iconfont"></i> 搜索 </button>
|
|
|
- <button type="button" onclick="downLoadExcel()" class="btn" style="width:8%;margin-top: -3px;"><i class="Hui-iconfont"></i> 下载 </button>
|
|
|
+ <button type="button" onclick="downLoadExcel()" class="btn" style="width:7%;margin-top: -3px;"><i class="Hui-iconfont"></i> 下载 </button>
|
|
|
</form>
|
|
|
</div>
|
|
|
<table class="table table-border table-bordered table-hover" style="margin-top: 20px">
|