123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655 |
- <!DOCTYPE HTML>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="renderer" content="webkit|ie-comp|ie-stand">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
- <meta http-equiv="Cache-Control" content="no-siteapp" />
- <#include "/base/add_base.ftl">
- <link href="${path}/common/lib/jquery.ui/jquery-ui.css" rel="stylesheet" type="text/css"/>
- <link href="${path}/common/lib/webuploader/0.1.5/webuploader.css" rel="stylesheet" type="text/css"/>
- <link href="${path}/common/lib/icheck/icheck.css" rel="stylesheet" type="text/css"/>
- <!-- 新增需求引入js、css -->
- <link href="${path}/common/lib/bootstrap/bootstrap.min.css" rel="stylesheet" />
- <style>
- .tit{position: relative;text-align: left;font-size: 16px;padding-left: 10px;}
- .tit:after{content: '';position: absolute;left: 0;top: 20%;height: 60%;width: 3px;background-color: #32a3d8;}
- .tit-2{position: relative;text-align: left;font-size: 16px;padding-left: 10px;color: #50a2ea;}
- .tit-2:after{content: '';position: absolute;left: 0;top: 50%;height: 6px;width: 6px;border-radius: 6px;margin-top: -3px; background-color: #32a3d8;}
- #province select{margin-right:10px; width:100px;height: 31px;-webkit-appearance:none !important;appearance:none;background: url(${path}/common/images/cm/select-1.png) right center no-repeat;background-size: auto 100%;padding-left:3px;padding-right: 25px;}
- #suggest, #suggest2 {width:200px}
- .gray {color:gray}
- .ac_results {background:#fff;border:1px solid #7f9db9;position: absolute;z-index: 10000;display: none}
- .ac_results li a {white-space: nowrap;text-decoration:none;display:block;color:#05a;padding:1px 3px}
- .ac_results li {border:1px solid #fff}
- .ac_over, .ac_results li a:hover {background:#c8e3fc}
- .ac_results li a span {float:right}
- .ac_result_tip {border-bottom:1px dashed #666;padding:3px}
- .select-box{background: url(${path}/common/images/cm/select-1.png) right center no-repeat;background-size: auto 100%;}
- .select-box select{-webkit-appearance:none !important;background-color: transparent; appearance:none;padding-right: 15px;}
- .dalog-ask{position: absolute;left:60%;top:0;-webkit-transform: translateY(-30%);transform: translateY(-30%);display: none;background-color: #fff;z-index: 10;}
- .tag{ width:300px; min-height:300px; border:1px solid #32a3d8; position:relative;background-color: #fff;line-height: 1.5;padding: 10px 12px;}
- .tag em{display:block; border-width:15px; position:absolute; top:30%; left:-30px;border-style:solid dashed dashed; border-color:transparent #32a3d8 transparent transparent;font-size:0; line-height:0;}
- .dalog-ask .ask{color: #000;margin: 10px 0 5px 0;}
- .dalog-ask .answer{color: #666;margin-bottom: 10px;}
- .dalog-ask .answer:hover{color: #32a3d8;cursor: pointer;}
- .time-line-list{list-style: none;width: 100%;margin-left: -20px;}
- .time-line-list>li{position: relative;float: left; text-align: center;width: 100px;overflow: hidden;white-space: nowrap;word-break: break-all;padding: 2px 0;}
- .time-line-list .number{display: inline-block; padding: 2px; background: #32a3d8;border: 2px solid #fff;box-shadow:0 0 0 1px #32a3d8;width: 20px;height: 20px;color: #fff;line-height: 20px;border-radius: 50%;}
- .time-line-list .red{display: inline-block; padding: 2px; background: red;border: 2px solid #fff;box-shadow:0 0 0 1px #32a3d8;width: 20px;height: 20px;color: #fff;line-height: 20px;border-radius: 50%;}
- .time-line-list>li:before{content:'';position: absolute;height: 1px;width: 30%;right:0;top: 15px; background-color: #32a3d8;}
- .time-line-list>li:after{content: '';position: absolute;height: 1px;width: 30%;left: 0;top: 15px;background:#32a3d8;}
- .time-line-list>li:first-child:after,.time-line-list>li:last-child:before{display: none;}
- .time-line-list .arrow{border-width:7px; position:absolute; left:25%; top:9px;border-style:solid dashed dashed; border-color:transparent transparent transparent #32a3d8;font-size:0; line-height:0;}
- .time-line-list>li:first-child .arrow{display: none;}
- .table-bg th{background-color: #e2f6ff;}
- .update-parts>span{margin-right: 10px;padding: 3px 4px;background-color: #effaff;border: 1px solid #32a3d8;}
- .my-search-input{padding-left: 30px;background: url(${path}/common/images/cm/search.png) 6px center no-repeat;background-size: auto 60%; }
- .txt-red{color:red}
- .my-btn-search{border: 1px solid #32a3d8;padding: 1px 25px;height: 32px;background-color: #32a3d8;color: #fff;}
- .my-close{position:absolute;right: 0.5em;top: 0.45em;width:0.15em;height:1em;background: #333;-webkit-transform: rotate(45deg);transform: rotate(45deg);display: inline-block;}
- .my-close:after{content: "";position: absolute;top: 0;left: 0;width:0.15em;height:1em;background: #333;-webkit-transform: rotate(270deg);transform: rotate(270deg);}
- .b-close{position: relative; display: inline-block;margin: 2px 0; padding:4px 1em 4px 4px; width: 100px;background: #f0f0f0;border: 1px solid rgba(0,0,0,.1);border-radius: 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;cursor: pointer;}
- .close-box{width: 500px;margin-left: 15px;margin-top: -15px;}
- </style>
- <title>订单详细信息</title>
- </head>
- <body>
- <nav style="display: none" class="breadcrumb"><i class="Hui-iconfont"></i> 首页
- <span class="c-gray en">/</span> 维修管理
- <span class="c-gray en">/</span> 维修详情
- <a class="btn radius r"
- href="javascript:location.replace(location.href);" title="刷新"><i class="Hui-iconfont"></i></a>
- <a class="btn radius r"
- href="javascript:history.back(-1);" title="后退"><i class="Hui-iconfont"></i></a>
- </nav>
- <article class="cl pd-20" style="padding-top: 0px;">
- <form action="" method="post" class="form form-horizontal" id="form-article-add">
- <div class="row cl">
- <label class="form-label col-3">
- <div class="tit-2">维修详细信息</div>
- </label>
- <div class="formControls col-9">
- </div>
- </div>
- <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
- <thead>
- <tr>
- <th width="10">维修编号:</th>
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectNumber!''}</span></td>
- <td width="10"></td>
- <th width="10">产品名称:</th>
- <td width="10" style="font-weight: normal;"><span>${detectinfo.productName!''}(${detectinfo.colorName!''})</span></td>
- </tr>
- <#--<tr>
- <th width="10">是否可翻新:</th>
- <td width="10" style="font-weight: normal;">
- <#if detectinfo.detectRenovation == 1>
- 可翻新
- <#elseif detectinfo.detectRenovation == 2>
- 不可翻新
- </#if>
- </span></td>
- <td width="10"></td>
- <th width="10">是否有故障:</th>
- <td width="10" style="font-weight: normal;"><span>
- <#if detectinfo.isMaintenance == 1>
- 有故障
- <#elseif detectinfo.isMaintenance == 2>
- 无故障
- </#if>
- </span></td>
- </tr>-->
- <tr>
- <th width="10">当前状态:</th>
- <td width="10" style="font-weight: normal;">
- <span>
- <#if detectinfo.detectState == 1>
- <span class="c-red">待检测机器<#if detectinfo.maintenanceCutTime??>(${detectinfo.maintenanceCutTime?string("yyyy/MM/dd")}前完成)</#if></span>
- </#if>
- <#if detectinfo.detectState == 0>
- 待收货确认
- </#if>
- <#if detectinfo.detectState == 30>
- 待用户确认
- </#if>
- <#if detectinfo.detectState == 31>
- <span class="c-red">待维修<#if detectinfo.completeCutTime??>(${detectinfo.completeCutTime?string("yyyy/MM/dd")}前完成)</#if></span>
- </#if>
- <#if detectinfo.detectState == 32>
- <span class="c-success">维修完成</span>
- </#if>
- <#if detectinfo.detectState == 33>
- <span class="c-success">用户不维修(原机退回)</span>
- </#if>
- <#if detectinfo.detectState == 34>
- 待客服确认维修
- </#if>
- <#if detectinfo.detectState == 35>
- <span class="c-red">待维修<#if detectinfo.completeCutTime??>(${detectinfo.completeCutTime?string("yyyy/MM/dd")}前完成)</#if></span>
- </#if>
- <#if detectinfo.detectState == 36>
- <span class="c-success">维修完成</span>
- </#if>
- <#if detectinfo.detectState == 37>
- 机器无故障,原机退回
- </#if>
- <#if detectinfo.detectState == 38>
- 机器故障,待用户确认
- </#if>
- <#if detectinfo.detectState == 20>
- 待翻新入库
- </#if>
- <#if detectinfo.detectState == 21>
- <span class="c-success">已翻新入库</span>
- </#if>
- <#if detectinfo.detectState == 22>
- 不能翻新,待报废
- </#if>
- <#if detectinfo.detectState == 23>
- <span class="c-success">已报废回收</span>
- </#if>
- </span>
- </td>
- <td width="10"></td>
- <th width="10">签收日期:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.signclosedDate??>${(detectinfo.signclosedDate?string("yyyy-MM-dd"))!''}<#else>-</#if></span></td>
- <#--<td width="10"></td>
- <th width="10">维修报价:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.detectOffer??>${detectinfo.detectOffer/100}<#else>-</#if></span></td>-->
- </tr>
- <tr>
- <th width="10">寄回区域:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.signclosedAddrProvincesName??>${detectinfo.signclosedAddrProvincesName!''}</#if>-<#if detectinfo.signclosedAddrCityName??>${detectinfo.signclosedAddrCityName!''}</#if>-<#if detectinfo.signclosedAddrCityName??>${detectinfo.signclosedAddrCityName!''}</#if></span></td>
- <td width="10"></td>
- <th width="10">物流单号:</th>
- <td width="10" style="font-weight: normal;"><span>${detectinfo.logisticsNumber!''}</span></td>
- </tr>
- <tr>
- <th width="10">购买时间:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.signclosedDate??>${(detectinfo.salesTime?string("yyyy-MM-dd HH:mm:ss"))!''}<#else>-</#if></span></td>
- <td width="10"></td>
- <th width="10" style="font-weight: normal;"></th>
- <td width="10"></td>
- </tr>
- </thead>
- </table>
- <div class="row cl">
- <label class="form-label col-3">
- <div class="tit-2">
- 客诉信息
- </div>
- </label>
- <div class="formControls col-10 col-sm-10">
- </div>
- </div>
- <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
- <thead>
- <tr>
- <th width="10">客诉编号:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.customerId??>${detectinfo.customerId!''}</#if></span></td>
- <td width="10"></td>
- <th width="10">客诉处理:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.customerId??>${detectinfo.procTypeName!''}-${detectinfo.procMethodName!''}</#if></span></td>
- </tr>
- <tr>
- <th width="10">客服信息:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.adminName??>${detectinfo.adminName!''}</#if></span></td>
- <td width="10"></td>
- <th width="10">客诉描述:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.describeHandleDesc??>${detectinfo.describeHandleDesc!''}</#if></span></td>
- </tr>
- <tr>
- <th width="10">问题回复:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.describeContent??>${detectinfo.describeContent!''}</#if></span></td>
- <td width="10"></td>
- <th width="10">客服备注:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.detectCustomerDesc??>${detectinfo.detectCustomerDesc!''}</#if></span></td>
- </tr>
- <tr>
- <th width="10">问题描述:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.questionTitle??>${detectinfo.questionTitle!''}-${detectinfo.questionTitle!''}</#if>
- <br><#if detectinfo.questionTitle??><#if detectinfo.questionTitle != ""><a href="#" onclick="getDescribeInfo(${detectinfo.customerId!});" style="color : #50a2ea;">查看详情</a></#if></#if>
- </span>
- <#if detectinfo.questionDescription??>${detectinfo.questionDescription!''}</#if></td>
- <td width="10"></td>
- <th width="10"></th>
- <td width="10" style="font-weight: normal;"></td>
- </tr>
- <#--<tr>
- <th width="10">客服备注:</th>
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectCustomerDesc!''}</span></td>
- <td width="10"></td>
- <th width="10">是否下单:</th>
- <td width="10" style="font-weight: normal;"><span>
- <#if detectinfo.procTypeId??><#if detectinfo.procTypeId == 3 || detectinfo.detectState == 37><#if detectinfo.detectPlaceorder??>
- <#if detectinfo.detectPlaceorder == 1>未下单</#if>
- <#if detectinfo.detectPlaceorder == 2>已下单</#if>
- </#if></#if></#if></span></td>
- </tr>-->
- </thead>
- </table>
- <div class="row cl">
- <label class="form-label col-3">
- <div class="tit-2">
- 客户信息
- </div>
- </label>
- <div class="formControls col-10 col-sm-10">
- </div>
- </div>
- <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
- <thead>
- <tr>
- <th width="10">业务员:</th>
- <td width="10" style="font-weight: normal;" colspan="4"><span><#if detectinfo.salesmanAdminName??>${detectinfo.salesmanAdminName!''}</#if></span></td>
- </tr>
- <tr>
- <th width="10">客户姓名:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.detectName??>${detectinfo.detectName!''}</#if></span></td>
- <td width="10"></td>
- <th width="10">客户电话:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.detectTel??>${detectinfo.detectTel!''}</#if></span></td>
- </tr>
- <tr>
- <th width="10">客户问题:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.questionName??>${detectinfo.questionName!''}</#if></span></td>
- <td width="10"></td>
- <th width="10">问题回复:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.questionProfile??>${detectinfo.questionProfile!''}</#if></span></td>
- </tr>
- </thead>
- </table>
- <div class="row cl">
- <label class="form-label col-3">
- <div class="tit-2">
- 检测信息
- </div>
- </label>
- <div class="formControls col-10 col-sm-10">
- </div>
- </div>
- <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
- <thead>
- <tr>
- <th width="10">是否可翻新:</th>
- <td width="10" style="font-weight: normal;">
- <#if detectinfo.detectRenovation??>
- <#if detectinfo.detectRenovation == 1>
- 可翻新
- <#elseif detectinfo.detectRenovation == 2>
- 不可翻新
- </#if>
- </#if>
- </span></td>
- <td width="10"></td>
- <th width="10">是否有故障:</th>
- <td width="20" style="font-weight: normal;"><span>
- <#if detectinfo.isMaintenance == 1>
- 有故障
- <#elseif detectinfo.isMaintenance == 2>
- 无故障
- </#if>
- </span></td>
- </tr>
- <tr>
- <th width="10">厚膜类型:</th>
- <td width="10" style="font-weight: normal;"><span>
- <#if detectinfo.detectFilmType??>
- <#if detectinfo.detectFilmType == 1>
- 圆
- <#elseif detectinfo.detectFilmType == 2>
- 扁
- </#if>
- </#if>
- </span></td>
- <td width="10"></td>
- <th width="10">浮子类型:</th>
- <td width="10" style="font-weight: normal;"><span>
- <#if detectinfo.detectFloatType??>
- <#if detectinfo.detectFloatType == 1>
- 长
- <#elseif detectinfo.detectFloatType == 2>
- 短
- </#if>
- </#if>
- </span></td>
- </tr>
- <tr>
- <th width="10">生产月份:</th>
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectProduction!''}</span></td>
- <td width="10"></td>
- <th width="10">是否翻新机:</th>
- <td width="10" style="font-weight: normal;"><span>
- <#if detectinfo.detectIsRefurbishing??>
- <#if detectinfo.detectIsRefurbishing == 1>
- 是
- <#elseif detectinfo.detectIsRefurbishing == 2>
- 否
- </#if>
- </#if>
- </span></td>
- </tr>
- <tr>
- <th width="10">机身条码:</th>
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectFuselageBarcode!''}</span></td>
- <td width="10"></td>
- <th width="10">版本号:</th>
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectVersionNumber!''}</span></td>
- </tr>
- <tr>
- <th width="10">检测现象:</th>
- <td width="10" style=" font-weight: normal;" colspan="5"><span>
- <#if detectPhenomenonList??>
- <#if (detectPhenomenonList?size > 0)>
- <#list detectPhenomenonList as detectPhenomenon>
- <li class="b-close" id="configDetele1">
- <input type="hidden" value="${detectPhenomenon.itemConfigId!''}" name="configli1">
- ${detectPhenomenon.itemDetectContent!''}
- <span style="display: none" class="my-close" onclick="deleteli(this)"></span>
- </li>
- </#list>
- </#if>
- </#if>
- </span></td>
- </tr>
- <tr>
- <th width="10">故障原因:</th>
- <td width="10" style="font-weight: normal;" colspan="5"><span>
- <#if detectFailureCauseList??>
- <#if (detectFailureCauseList?size > 0)>
- <#list detectFailureCauseList as detectFailureCause>
- <li class="b-close" id="configDetele2">
- <input type="hidden" value="${detectFailureCause.itemConfigId!''}" name="configli2">
- ${detectFailureCause.itemDetectContent!''}
- <span class="my-close" onclick="deleteli(this)"></span>
- </li>
- </#list>
- </#if>
- </#if>
- </span></td>
- </tr>
- <tr>
- <th width="10">判定结果:</th>
- <td width="10" style="font-weight: normal;" colspan="5"><span>
- <#if detectResultsList??>
- <#if (detectResultsList?size > 0)>
- <#list detectResultsList as detectResults>
- <li class="b-close" id="configDetele3">
- <input type="hidden" value="${detectResults.itemConfigId!''}" name="configli3">
- ${detectResults.itemDetectContent!''}
- <span class="my-close" onclick="deleteli(this)"></span>
- </li>
- </#list>
- </#if>
- </#if>
- </span></td>
- </tr>
- <tr>
- <th width="10">故障指向:</th>
- <td width="10" style="font-weight: normal;" colspan="5"><span>
- <#if (detectPointList?size > 0)>
- <#list detectPointList as detectPoint>
- <li class="b-close" id="configDetele4">
- <input type="hidden" value="${detectPoint.itemConfigId!''}" name="configli4">
- ${detectPoint.itemDetectContent!''}
- <span class="my-close" onclick="deleteli(this)"></span>
- </li>
- </#list>
- </#if>
- </span></td>
- </tr>
- <tr>
- <th width="10">原因分析:</th>
- <td width="10" style="font-weight: normal;" colspan="5"><span>
- <#if (detectNalysisList?size > 0)>
- <#list detectNalysisList as detectNalysis>
- <li class="b-close" id="configDetele5">
- <input type="hidden" value="${detectNalysis.itemConfigId!''}" name="configli5">
- ${detectNalysis.itemDetectContent!''}
- <span class="my-close" onclick="deleteli(this)"></span>
- </li>
- </#list>
- </#if>
- </span></td>
- </tr>
- <tr>
- <th width="10">维修报价:</th>
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.detectOffer??>${detectinfo.detectOffer/100}<#else>-</#if></span></td>
- <td width="10"></td>
- <th width="10">检测日期:</th>
- <td width="10" style="font-weight: normal;"><span>${(detectinfo.detectDate?string("yyyy-MM-dd"))!''}</span></td>
- </tr>
- <tr>
- <th width="10">备注:</th>
- <td width="10" style="font-weight: normal;" colspan="5"><span>${detectinfo.detectDesc!''}</span></td>
- </tr>
- <tr>
- <th width="10">维修附件:</th>
- <td width="10" style="font-weight: normal;" colspan="5"><span>
- <#if (imgList?size > 0)>
- <#list imgList as img>
- <img src="${img.detectImgUrl!''}" width="90" height="80">
- </div>
- </#list>
- </#if>
- </span></td>
- </tr>
- <#--<tr>
- <th width="10">维修配件:</th>
- <td width="10" style="font-weight: normal;" colspan="5"><span>
- <#if (listMaterialItem?size > 0)>
- <#list listMaterialItem as item>
- <li class="b-close" >
- <input type="hidden" value="">${item.materialName}
- </li>
- </div>
- </#list>
- </#if>
- </span></td>
- </tr>-->
- </thead>
- </table>
- <div class="row cl">
- <label class="form-label col-3">
- <div class="tit-2">
- 维修信息
- </div>
- </label>
- <div class="formControls col-10 col-sm-10">
- </div>
- </div>
- <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
- <thead>
- <tr>
- <th width="10">维修配件:</th>
- <td width="10" style="font-weight: normal;"><span>
- <#if (listMaterialItem?size > 0)>
- <#list listMaterialItem as item>
- <li class="b-close" >
- <input type="hidden" value="">${item.materialName}
- </li>
- </div>
- </#list>
- </#if>
- </span></td>
- <td width="10"></td>
- <th width="10">维修内容:</th>
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectContent!''}</span></td>
- </tr>
- </thead>
- </table>
- <div class="row cl">
- <label class="form-label col-3">
- <div class="tit-2">
- QC检测信息
- <#if listQcInfo?? && (listQcInfo?size > 0) >
- <#list listQcInfo as item>
- <#if listQcInfo?size = (item_index +1) >
- (<span class="c-success"><#if item.qcIsThrough == 1>通过</#if></span>
- <span class="c-red"><#if item.qcIsThrough == 2>不通过</#if></span>)
- </#if>
- </#list>
- </#if>
- </div>
- </label>
- <div class="formControls col-10 col-sm-10">
- </div>
- </div>
- <#--<label class="form-label col-2 col-sm-2">购买产品信息:</label>-->
- <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
- <tr class="text-c">
- <th>是否通过</th>
- <th>QC备注</th>
- <th>操作时间</th>
- </tr>
- <#if listQcInfo?? && (listQcInfo?size > 0) >
- <#list listQcInfo as item>
- <tr class="text-c">
- <td><#if item.qcIsThrough == 1>通过</#if><#if item.qcIsThrough == 2>不通过</#if></td>
- <td><#if item.qcInfoDesc??>${item.qcInfoDesc!''}</#if></td>
- <td>${item.qcCreateTime?string("yyyy/MM/dd HH:mm:ss")}</td>
- </tr>
- </#list>
- <#else>
- <tr><td class="td-manage text-c" colspan = "3">暂时没有QC操作记录</td></tr>
- </#if>
- </table>
- <div class="row cl">
- <label class="form-label col-3">
- <div class="tit-2">
- 客服操作信息
- </div>
- </label>
- <div class="formControls col-10 col-sm-10">
- </div>
- </div>
- <#--<label class="form-label col-2 col-sm-2">购买产品信息:</label>-->
- <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
- <tr class="text-c">
- <th>处理结果</th>
- <th>处理备注</th>
- <th>操作客服</th>
- <th>操作时间</th>
- </tr>
- <#if listTreatmentRecordLog?? && (listTreatmentRecordLog?size > 0) >
- <#list listTreatmentRecordLog as item>
- <tr class="text-c">
- <td><#if item.recordProcessingResults == 1>付费维修</#if>
- <#if item.recordProcessingResults == 2>免费维修</#if>
- <#if item.recordProcessingResults == 3>退货</#if>
- <#if item.recordProcessingResults == 4>换货</#if>
- <#if item.recordProcessingResults == 5>原机退回</#if>
- </td>
- <td>${item.recordDesc!''}</td>
- <td>${item.adminName!''}</td>
- <td>${item.recordCreateTime?string("yyyy/MM/dd HH:mm:ss")}</td>
- </tr>
- </#list>
- <#else>
- <tr><td class="td-manage text-c" colspan = "4">暂时没有客服操作记录</td></tr>
- </#if>
- </table>
- <div class="row cl">
- <label class="form-label col-3">
- <div class="tit-2">
- 发货信息
- </div>
- </label>
- <div class="formControls col-10 col-sm-10">
- </div>
- </div>
- <#--<label class="form-label col-2 col-sm-2">购买产品信息:</label>-->
- <table class="table table-bordered table-bg table-hover table-sort" style="margin-top: 10px;">
- <tr class="text-c">
- <th>订单编号</th>
- <th>物流信息</th>
- <th>订单状态</th>
- <th>下单时间</th>
- </tr>
- <#if salesOrder??>
- <tr class="text-c">
- <td>${salesOrder.salesOrderId!''}</td>
- <td>${salesOrder.salesPostFirmName!''}-${salesOrder.salesPostNum!''}</td>
- <td>
- <#if salesOrder.salesShippingStatus == 0>
- 未发货
- <#elseif salesOrder.salesShippingStatus == 1>
- 已打单
- <#elseif salesOrder.salesShippingStatus == 3>
- 备货中
- <#elseif salesOrder.salesShippingStatus == 4>
- 收货
- <#elseif salesOrder.salesShippingStatus == 11>
- 已通知配货
- </#if>
- </td>
- <td>${salesOrder.salesSalesTime?string("yyyy/MM/dd HH:mm:ss")}</td>
- </tr>
- <#else>
- <tr><td class="td-manage text-c" colspan = "4">暂时订单信息</td></tr>
- </#if>
- </table>
- <#--<button type="button" style="cursor:pointer;height: 35px;margin-top: 10px;"onClick="" class="my-btn-search"><<返回</button>-->
- </form>
- </div>
- </article>
- <script type="text/javascript" src="${path}/common/lib/My97DatePicker/4.8/WdatePicker.js"></script>
- <script type="text/javascript" src="${path}/common/lib/webuploader/0.1.5/webuploader.min.js"></script>
- <script type="text/javascript" src="${path}/common/lib/icheck/jquery.icheck.min.js"></script>
- <script type="text/javascript" src="${path}/common/lib/cm.lib/jquery.provincesCity.js"></script>
- <script type="text/javascript" src="${path}/common/lib/cm.lib/provincesData.js"></script>
- <script type="text/javascript" src="${path}/common/lib/cm.lib/airCity.js"></script>
- <script type="text/javascript" src="${path}/common/lib/cm.lib/suggest.js"></script>
- <script type="text/javascript" charset="utf-8" src="${path}/common/lib/ueditor/1.4.3/ueditor.config.js"></script>
- <script type="text/javascript" charset="utf-8" src="${path}/common/lib/ueditor/1.4.3/ueditor.all.js"></script>
- <script type="text/javascript" charset="utf-8" src="${path}/common/lib/ueditor/1.4.3/ueditor.parse.js"></script>
- <script type="text/javascript" charset="utf-8" src="${path}/common/lib/ueditor/1.4.3/lang/zh-cn/zh-cn.js"></script>
- <script type="text/javascript">
- $(function(){
- $('.skin-minimal input').iCheck({
- checkboxClass: 'icheckbox-blue',
- radioClass: 'iradio-blue',
- increaseArea: '20%'
- });
- $("#province").ProvinceCity();
- $('.skin-minimal input').iCheck({
- checkboxClass: 'icheckbox-blue',
- radioClass: 'iradio-blue',
- increaseArea: '20%'
- });
- $("#arrcity").suggest(citys,{hot_list:commoncitys,dataContainer:'#arrcity_3word',onSelect:function(result){
- console.log($(this)[0].value);
- // $("#city2").click()
- },
- attachObject:'#suggest'
- });
- });
- /*查看物流*/
- function openLogistics(title, url, w, h) {
- layer_show(title,url,w,h);
- }
- </script>
- </body>
- </html>
|