|
@@ -0,0 +1,227 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <title></title>
|
|
|
+<#include "/base/list_base.ftl">
|
|
|
+ <style>
|
|
|
+ *{padding: 0;margin: 0;}
|
|
|
+ .my-input{border: 1px solid rgba(0,0,0,.1);padding: 1px 5px;height: 25px;margin-right: 5px;}
|
|
|
+ /*.my-input::-webkit-input-placeholder,.my-select{color: #dcdcdc;}*/
|
|
|
+ .my-select{border: 1px solid rgba(0,0,0,.1);padding:6px 50px 6px 15px;height: 34px;margin: 0 10px; -webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/select-1.png) right center no-repeat;background-size:auto 100%;}
|
|
|
+ .my-btn-search{border: 1px solid #32a3d8;padding: 1px 25px;height: 32px;background-color: #32a3d8;color: #fff;}
|
|
|
+ .barcodeImg{margin:10px 0px}
|
|
|
+ .table-bg thead th{background-color: #e2f6ff;}
|
|
|
+ input[type=radio]{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-1.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
|
+ input[type=radio]:checked{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-2.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
|
+ .update-parts>span{margin-right: 10px;padding: 3px 4px;background-color: #effaff;border: 1px solid #32a3d8;}
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+<nav class="breadcrumb"><i class="Hui-iconfont"></i> 首页
|
|
|
+ <span class="c-gray en">></span> RST管理
|
|
|
+ <span class="c-gray en">></span> 仓储列表
|
|
|
+ <a class="btn radius r" style="line-height:1.6em;margin-top:3px;background: #32a3d8;color: #fff;" href="javascript:location.replace(location.href);" title="刷新" ><i class="Hui-iconfont"></i></a>
|
|
|
+</nav>
|
|
|
+<div class="page-container">
|
|
|
+ <div class="text-c">
|
|
|
+ <form name="form1" action="${path}/admin/signclosed/select_signclosed_list" method="post">
|
|
|
+ <button type="button" style="cursor:pointer;float: left;" class="my-btn-search" onclick="add_detect('添加品质检测','${path}/admin/detect/to_add_detect','570','450');">新建签收</button>
|
|
|
+ <input class="my-input" style="width: 70px;" type="text" name="signclosedSendName" value="${signclosedSendName!}" placeholder="寄件人姓名"/>
|
|
|
+ <input class="my-input" style="width: 70px;" type="text" name="signclosedSendTel" value="${signclosedSendTel!}" placeholder="寄件人电话号码"/>
|
|
|
+ <input class="my-input" style="width: 70px;" type="text" name="signclosedLogisticsNumber" value="${signclosedLogisticsNumber!}" placeholder="快递单号"/>
|
|
|
+ <select class="my-select" name="signclosedType" style="height: 30px;width: 150px">
|
|
|
+ <option value ="">签收类型</option>
|
|
|
+ <option value ="1" <#if signclosedType??><#if signclosedType == 1>selected="selected"</#if></#if>>客诉寄回</option>
|
|
|
+ <option value ="2" <#if signclosedType??><#if signclosedType == 2>selected="selected"</#if></#if>>代理商退货</option>
|
|
|
+ <option value ="3" <#if signclosedType??><#if signclosedType == 3>selected="selected"</#if></#if>>其它</option>
|
|
|
+ </select>
|
|
|
+ <select class="my-select" name="signclosedObjectsState" style="height: 30px;width: 150px">
|
|
|
+ <option value ="">物件状态</option>
|
|
|
+ <option value ="1" <#if signclosedObjectsState??><#if signclosedObjectsState == 1>selected="selected"</#if></#if>>正常签收</option>
|
|
|
+ <option value ="2" <#if signclosedObjectsState??><#if signclosedObjectsState == 2>selected="selected"</#if></#if>>物件不对</option>
|
|
|
+ </select>
|
|
|
+ <button style="cursor:pointer;" type="submit" class="my-btn-search">搜索</button>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <div class="mt-20">
|
|
|
+ <table class="table table-border table-bordered table-bg table-hover table-sort">
|
|
|
+ <thead>
|
|
|
+ <tr class="text-c">
|
|
|
+ <th width="100">签收类型</th>
|
|
|
+ <th width="100">物流</th>
|
|
|
+ <th width="90">寄件人姓名</th>
|
|
|
+ <th width="100">寄件人电话</th>
|
|
|
+ <th width="450">退换产品</th>
|
|
|
+ <th width="450">签收产品</th>
|
|
|
+ <th width="130">退货地区</th>
|
|
|
+ <th width="100">是否少配件</th>
|
|
|
+ <th width="150">售后原因</th>
|
|
|
+ <th width="150">客服备注</th>
|
|
|
+ <th width="150">返厂日期</th>
|
|
|
+ <th width="100">处理状态</th>
|
|
|
+ <th width="120">是否转入QC</th>
|
|
|
+ <th width="130">物件状态</th>
|
|
|
+ <th width="100">备注</th>
|
|
|
+ <th width="50">操作</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="listid">
|
|
|
+ <#if (page.dataList?size > 0)>
|
|
|
+ <#list page.dataList as signclosed>
|
|
|
+ <tr>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <#if signclosed.signclosedType == 1>
|
|
|
+ 客诉寄回
|
|
|
+ </#if>
|
|
|
+ <#if signclosed.signclosedType == 2>
|
|
|
+ 代理商退货
|
|
|
+ </#if>
|
|
|
+ <#if signclosed.signclosedType == 3>
|
|
|
+ 其它
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td class="text-c" width="100">${signclosed.signclosedLogistics!}${signclosed.signclosedLogisticsNumber!}</td>
|
|
|
+ <td class="text-c" width="100">${signclosed.signclosedSendName!}</td>
|
|
|
+ <td class="text-c" width="100">${signclosed.signclosedSendTel!}</td>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <div class="update-parts">
|
|
|
+ <#if signclosed.awaitingSignclosedProductInfoList??>
|
|
|
+ <#if (signclosed.awaitingSignclosedProductInfoList?size > 0)>
|
|
|
+ <#list signclosed.awaitingSignclosedProductInfoList as info>
|
|
|
+ <#if info.signclosedProductType == 1 >
|
|
|
+ <span>${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台</span><br>
|
|
|
+ <#else >
|
|
|
+ <span>${info.productName!''} x ${info.productNum!''}件</span><br>
|
|
|
+ </#if>
|
|
|
+ </#list>
|
|
|
+ <#else >
|
|
|
+ 暂无数据!
|
|
|
+ </#if>
|
|
|
+ <#else >
|
|
|
+ 暂无数据!
|
|
|
+ </#if>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <div class="update-parts">
|
|
|
+ <#if signclosed.signclosedProductInfoList??>
|
|
|
+ <#if (signclosed.signclosedProductInfoList?size > 0)>
|
|
|
+ <#list signclosed.signclosedProductInfoList as info>
|
|
|
+ <#if info.signclosedProductType == 1 >
|
|
|
+ <span>${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台</span><br>
|
|
|
+ <#else >
|
|
|
+ <span>${info.productName!''} x ${info.productNum!''}件</span><br>
|
|
|
+ </#if>
|
|
|
+ </#list>
|
|
|
+ <#else >
|
|
|
+ 暂无数据!
|
|
|
+ </#if>
|
|
|
+ <#else >
|
|
|
+ 暂无数据!
|
|
|
+ </#if>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <#if signclosed.provincesName??>
|
|
|
+ <#if signclosed.provincesName == "sto">
|
|
|
+ 申通快递
|
|
|
+ <#elseif signclosed.provincesName == "yto">
|
|
|
+ 圆通快递
|
|
|
+ <#elseif signclosed.provincesName == "zto">
|
|
|
+ 中通速递
|
|
|
+ <#elseif signclosed.provincesName == "sf">
|
|
|
+ 顺丰快递
|
|
|
+ <#elseif signclosed.provincesName == "ems">
|
|
|
+ 邮政EMS
|
|
|
+ <#elseif signclosed.provincesName == "eyb">
|
|
|
+ E邮宝
|
|
|
+ <#elseif signclosed.provincesName == "zjs">
|
|
|
+ 宅急送
|
|
|
+ <#elseif signclosed.provincesName == "yunda">
|
|
|
+ 韵达快递
|
|
|
+ <#elseif signclosed.provincesName == "cces">
|
|
|
+ cces快递
|
|
|
+ <#elseif signclosed.provincesName == "pick">
|
|
|
+ 上门提货
|
|
|
+ <#elseif signclosed.provincesName == "htky">
|
|
|
+ 汇通快递
|
|
|
+ <#elseif signclosed.provincesName == "ttkdex">
|
|
|
+ 天天快递
|
|
|
+ <#elseif signclosed.provincesName == "stars">
|
|
|
+ 星晨急便
|
|
|
+ <#elseif signclosed.provincesName == "jd">
|
|
|
+ 京东快递
|
|
|
+ <#elseif signclosed.provincesName == "01">
|
|
|
+ 其他
|
|
|
+ <#elseif signclosed.provincesName == "02">
|
|
|
+ 上门送货
|
|
|
+ <#elseif signclosed.provincesName == "longbanwuliu">
|
|
|
+ 龙邦快递
|
|
|
+ </#if>
|
|
|
+ </#if>
|
|
|
+ ${signclosed.provincesName!}-${signclosed.cityName!}</td>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <#if signclosed.signclosedIsFittings == 1>
|
|
|
+ 缺少
|
|
|
+ <#else>
|
|
|
+ 不缺少
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td class="text-c" width="100">售后原因暂无</td>
|
|
|
+ <td class="text-c" width="100">${signclosed.signclosedCustomerDesc!}</td>
|
|
|
+ <td class="text-c" width="100">${(signclosed.signclosedDate?string("yyyy-MM-dd"))!''}</td>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <#if signclosed.signclosedState == 1>
|
|
|
+ 已签收
|
|
|
+ <#else>
|
|
|
+ 未签收
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <#if signclosed.signclosedIsInto == 1>
|
|
|
+ 已转入品检
|
|
|
+ <#else>
|
|
|
+ 未转入品检
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <#if signclosed.signclosedObjectsState == 1>
|
|
|
+ 正常签收
|
|
|
+ <#else>
|
|
|
+ 物件不对
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td class="text-c" width="100">${signclosed.signclosedDesc!}</td>
|
|
|
+ <!-- 遍历操作 -->
|
|
|
+ <td class="td-manage text-c">
|
|
|
+
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </#list>
|
|
|
+ <#else >
|
|
|
+ <tr><td class="td-manage text-c" colspan = "16">暂时没有仓储信息</td></tr>
|
|
|
+ </#if>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<div style="padding-top: 10px;"></div>
|
|
|
+<#include "/base/page_util.ftl">
|
|
|
+
|
|
|
+<script type="text/javascript">
|
|
|
+ /*添加*/
|
|
|
+ function add_detect(title,url,w,h){
|
|
|
+ layer_show(title,url,w,h);
|
|
|
+ }
|
|
|
+ /*修改备注*/
|
|
|
+ function add_remark(title,url,w,h){
|
|
|
+ layer_show(title,url,w,h);
|
|
|
+ }
|
|
|
+ /*转入生产*/
|
|
|
+ function update_info(title,url,w,h){
|
|
|
+ layer_show(title,url,w,h);
|
|
|
+ }
|
|
|
+</script>
|
|
|
+</body>
|
|
|
+</html>
|