|
@@ -165,18 +165,101 @@
|
|
<td width="10" style="font-weight: normal;"><span>${detectinfo.logisticsNumber!''}</span></td>
|
|
<td width="10" style="font-weight: normal;"><span>${detectinfo.logisticsNumber!''}</span></td>
|
|
</tr>
|
|
</tr>
|
|
<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-border table-bg table-bordered" 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>
|
|
<th width="10">客诉处理:</th>
|
|
<td width="10" style="font-weight: normal;"><span><#if detectinfo.customerId??>${detectinfo.procTypeName!''}-${detectinfo.procMethodName!''}</#if></span></td>
|
|
<td width="10" style="font-weight: normal;"><span><#if detectinfo.customerId??>${detectinfo.procTypeName!''}-${detectinfo.procMethodName!''}</#if></span></td>
|
|
<td width="10"></td>
|
|
<td width="10"></td>
|
|
- <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>
|
|
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <th width="10">生产月份:</th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectProduction!''}</span></td>
|
|
|
|
|
|
+ <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>
|
|
|
|
+ <td width="10"></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>
|
|
|
|
+ <td width="10"></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <th width="10">问题描述:</th>
|
|
|
|
+ <td width="10" style="font-weight: normal;"><span><#if detectinfo.questionTitle??>${detectinfo.questionTitle!''}-${detectinfo.questionTitle!''}</#if></span></td>
|
|
|
|
+ <td width="10"></td>
|
|
|
|
+ <th width="10"></th>
|
|
|
|
+ <td width="10" style="font-weight: normal;"></td>
|
|
|
|
+ <td width="10"></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-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
|
+ <thead>
|
|
|
|
+ <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="20" style="font-weight: normal;"><span>
|
|
|
|
+ <#if detectinfo.isMaintenance == 1>
|
|
|
|
+ 有故障
|
|
|
|
+ <#elseif detectinfo.isMaintenance == 2>
|
|
|
|
+ 无故障
|
|
|
|
+ </#if>
|
|
|
|
+ </span></td>
|
|
<td width="10"></td>
|
|
<td width="10"></td>
|
|
- <th width="10">机身条码:</th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectFuselageBarcode!''}</span></td>
|
|
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th width="10">厚膜类型:</th>
|
|
<th width="10">厚膜类型:</th>
|
|
@@ -200,10 +283,11 @@
|
|
</#if>
|
|
</#if>
|
|
</#if>
|
|
</#if>
|
|
</span></td>
|
|
</span></td>
|
|
|
|
+ <td width="10"></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <th width="10">版本号:</th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectVersionNumber!''}</span></td>
|
|
|
|
|
|
+ <th width="10">生产月份:</th>
|
|
|
|
+ <td width="10" style="font-weight: normal;"><span>${detectinfo.detectProduction!''}</span></td>
|
|
<td width="10"></td>
|
|
<td width="10"></td>
|
|
<th width="10">是否翻新机:</th>
|
|
<th width="10">是否翻新机:</th>
|
|
<td width="10" style="font-weight: normal;"><span>
|
|
<td width="10" style="font-weight: normal;"><span>
|
|
@@ -215,96 +299,107 @@
|
|
</#if>
|
|
</#if>
|
|
</#if>
|
|
</#if>
|
|
</span></td>
|
|
</span></td>
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <th width="10">QC检测结果:</th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span>
|
|
|
|
- <#if detectinfo.maintenanceResults??>
|
|
|
|
- <#if detectinfo.maintenanceResults == 1>
|
|
|
|
- 通过
|
|
|
|
- <#elseif detectinfo.maintenanceResults == 2>
|
|
|
|
- 不通过
|
|
|
|
- </#if>
|
|
|
|
- </#if></span></td>
|
|
|
|
<td width="10"></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>
|
|
- </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-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
|
- <thead>
|
|
|
|
<tr>
|
|
<tr>
|
|
- <th width="10">客诉处理:</th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span><#if detectinfo.customerId??>${detectinfo.procTypeName!''}-${detectinfo.procMethodName!''}</#if></span></td>
|
|
|
|
|
|
+ <th width="10">机身条码:</th>
|
|
|
|
+ <td width="10" style="font-weight: normal;"><span>${detectinfo.detectFuselageBarcode!''}</span></td>
|
|
<td width="10"></td>
|
|
<td width="10"></td>
|
|
- <th width="10">客诉描述:</th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.questionTitle!''}</span></td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <th width="10">客服备注:</th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectCustomerDesc!''}</span></td>
|
|
|
|
|
|
+ <th width="10">版本号:</th>
|
|
|
|
+ <td width="10" style="font-weight: normal;"><span>${detectinfo.detectVersionNumber!''}</span></td>
|
|
<td width="10"></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>
|
|
</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-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
|
- <thead>
|
|
|
|
<tr>
|
|
<tr>
|
|
<th width="10">检测现象:</th>
|
|
<th width="10">检测现象:</th>
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectPhenomenon!''}</span></td>
|
|
|
|
- <td width="10"></td>
|
|
|
|
- <th width="10">故障分类:</th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectClassification!''}</span></td>
|
|
|
|
|
|
+ <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 class="my-close" onclick="deleteli(this)"></span>
|
|
|
|
+ </li>
|
|
|
|
+ </#list>
|
|
|
|
+ </#if>
|
|
|
|
+ </#if>
|
|
|
|
+ </span></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th width="10">故障原因:</th>
|
|
<th width="10">故障原因:</th>
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectFailureCause!''}</span></td>
|
|
|
|
- <td width="10"></td>
|
|
|
|
|
|
+ <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>
|
|
<th width="10">判定结果:</th>
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectResults!''}</span></td>
|
|
|
|
|
|
+ <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>
|
|
<tr>
|
|
<tr>
|
|
<th width="10">故障指向:</th>
|
|
<th width="10">故障指向:</th>
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectPoint!''}</span></td>
|
|
|
|
- <td width="10"></td>
|
|
|
|
|
|
+ <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>
|
|
<th width="10">原因分析:</th>
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectNalysis!''}</span></td>
|
|
|
|
|
|
+ <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>
|
|
<tr>
|
|
<tr>
|
|
- <th width="10">维修记录:</th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectContent!''}</span></td>
|
|
|
|
|
|
+ <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>
|
|
<td width="10"></td>
|
|
<td width="10"></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
<th width="10">备注:</th>
|
|
<th width="10">备注:</th>
|
|
- <td width="10" style="font-weight: normal;"><span>${detectinfo.detectDesc!''}</span></td>
|
|
|
|
|
|
+ <td width="10" style="font-weight: normal;" colspan="5"><span>${detectinfo.detectDesc!''}</span></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <th width="10">维修图片:</th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span>
|
|
|
|
|
|
+ <th width="10">维修附件:</th>
|
|
|
|
+ <td width="10" style="font-weight: normal;" colspan="5"><span>
|
|
<#if (imgList?size > 0)>
|
|
<#if (imgList?size > 0)>
|
|
<#list imgList as img>
|
|
<#list imgList as img>
|
|
<img src="${img.detectImgUrl!''}" width="90" height="80">
|
|
<img src="${img.detectImgUrl!''}" width="90" height="80">
|
|
@@ -312,10 +407,35 @@
|
|
</#list>
|
|
</#list>
|
|
</#if>
|
|
</#if>
|
|
</span></td>
|
|
</span></td>
|
|
- <td width="10"></td>
|
|
|
|
- <th width="10"></th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span></span></td>
|
|
|
|
</tr>
|
|
</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-border table-bg table-bordered" style="margin-top: 10px;">
|
|
|
|
+ <thead>
|
|
<tr>
|
|
<tr>
|
|
<th width="10">维修配件:</th>
|
|
<th width="10">维修配件:</th>
|
|
<td width="10" style="font-weight: normal;"><span>
|
|
<td width="10" style="font-weight: normal;"><span>
|
|
@@ -330,15 +450,23 @@
|
|
</#if>
|
|
</#if>
|
|
</span></td>
|
|
</span></td>
|
|
<td width="10"></td>
|
|
<td width="10"></td>
|
|
- <th width="10"></th>
|
|
|
|
- <td width="10" style="font-weight: normal;"><span></span></td>
|
|
|
|
|
|
+ <th width="10">维修内容:</th>
|
|
|
|
+ <td width="10" style="font-weight: normal;"><span>${detectinfo.detectContent!''}</span></td>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
</table>
|
|
</table>
|
|
<div class="row cl">
|
|
<div class="row cl">
|
|
<label class="form-label col-3">
|
|
<label class="form-label col-3">
|
|
<div class="tit-2">
|
|
<div class="tit-2">
|
|
- QC检测记录
|
|
|
|
|
|
+ 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>
|
|
</div>
|
|
</label>
|
|
</label>
|
|
<div class="formControls col-10 col-sm-10">
|
|
<div class="formControls col-10 col-sm-10">
|
|
@@ -360,13 +488,13 @@
|
|
</tr>
|
|
</tr>
|
|
</#list>
|
|
</#list>
|
|
<#else>
|
|
<#else>
|
|
- <tr><td class="td-manage text-c" colspan = "2">暂时没有QC操作记录</td></tr>
|
|
|
|
|
|
+ <tr><td class="td-manage text-c" colspan = "3">暂时没有QC操作记录</td></tr>
|
|
</#if>
|
|
</#if>
|
|
</table>
|
|
</table>
|
|
<div class="row cl">
|
|
<div class="row cl">
|
|
<label class="form-label col-3">
|
|
<label class="form-label col-3">
|
|
<div class="tit-2">
|
|
<div class="tit-2">
|
|
- 客服操作记录
|
|
|
|
|
|
+ 客服操作信息
|
|
</div>
|
|
</div>
|
|
</label>
|
|
</label>
|
|
<div class="formControls col-10 col-sm-10">
|
|
<div class="formControls col-10 col-sm-10">
|
|
@@ -398,6 +526,46 @@
|
|
<tr><td class="td-manage text-c" colspan = "4">暂时没有客服操作记录</td></tr>
|
|
<tr><td class="td-manage text-c" colspan = "4">暂时没有客服操作记录</td></tr>
|
|
</#if>
|
|
</#if>
|
|
</table>
|
|
</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-border table-bg table-bordered" 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>-->
|
|
<#--<button type="button" style="cursor:pointer;height: 35px;margin-top: 10px;"onClick="" class="my-btn-search"><<返回</button>-->
|
|
</form>
|
|
</form>
|