|
@@ -57,8 +57,8 @@
|
|
|
|
|
|
<#if procMethod.procMethodIsBack == 1>
|
|
|
<span>收费信息</span>
|
|
|
- <span>维修信息</span>
|
|
|
<span>签收信息</span>
|
|
|
+ <span>维修信息</span>
|
|
|
<#--<span>工厂检查信息</span>
|
|
|
<span>工厂返修进度</span>-->
|
|
|
</#if>
|
|
@@ -353,7 +353,7 @@
|
|
|
|
|
|
</div>
|
|
|
</div>-->
|
|
|
- <div class="row cl" id="postageInformation">s
|
|
|
+ <div class="row cl" id="postageInformation">
|
|
|
<#--<div class="formControls col-2 col-sm-2 text-r">
|
|
|
<strong>邮费信息</strong>
|
|
|
</div>-->
|
|
@@ -527,14 +527,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="row cl">
|
|
|
+ <div class="formControls col-2 col-sm-2">
|
|
|
+ </div>
|
|
|
+ <div class="formControls col-8 col-sm-8 text-c">
|
|
|
+ <button onClick="update_relation_info(2);" class="btn btn-primary" type="button">确认修改</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="row cl">
|
|
|
- <div class="formControls col-2 col-sm-2">
|
|
|
- </div>
|
|
|
- <div class="formControls col-8 col-sm-8 text-c">
|
|
|
- <button onClick="update_relation_info(2);" class="btn btn-primary" type="button">确认修改</button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
|
|
|
<div <#if procMethod.procMethodIsSend == 1>class="tabCon"</#if>style="display: none;">
|
|
@@ -785,6 +785,111 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div <#if procMethod.procMethodIsBack == 1>class="tabCon"</#if>style="display: none;">
|
|
|
+ <div class="row cl" id="signclosedDiv">
|
|
|
+ <div class="formControls col-12 col-sm-12">
|
|
|
+ <table class="table table-border table-bordered table-bg table-hover table-sort">
|
|
|
+ <thead>
|
|
|
+ <tr class="text-c">
|
|
|
+ <th width="90">物流状态</th>
|
|
|
+ <th width="160">物流</th>
|
|
|
+ <th width="100">寄件人信息</th>
|
|
|
+ <th width="250">签收产品</th>
|
|
|
+ <th width="150">签收日期</th>
|
|
|
+ <th width="150">签收图片</th>
|
|
|
+ <th width="100">备注</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="listid">
|
|
|
+ <#if (signclosedList?size > 0)>
|
|
|
+ <#list signclosedList as signclosed>
|
|
|
+ <tr>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <#if signclosed.signclosedIsReceiving??>
|
|
|
+ <#if signclosed.signclosedIsReceiving == 1>
|
|
|
+ 待签收
|
|
|
+ <#elseif signclosed.signclosedIsReceiving == 2>
|
|
|
+ 已签收
|
|
|
+ </#if>
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
+ <td class="text-c" width="160">
|
|
|
+ <#if signclosed.signclosedLogisticsName??>
|
|
|
+ ${signclosed.signclosedLogisticsName!}
|
|
|
+ -
|
|
|
+ </#if>
|
|
|
+ ${signclosed.signclosedLogisticsNumber!}</td>
|
|
|
+ <td class="text-c" width="100">${signclosed.signclosedSendName!}<br>${signclosed.signclosedSendTel!}</td>
|
|
|
+ <td style="text-align: left;" width="100">
|
|
|
+ <div>
|
|
|
+ <#if signclosed.signclosedProductInfoList??>
|
|
|
+ <#if (signclosed.signclosedProductInfoList?size > 0)>
|
|
|
+ <#list signclosed.signclosedProductInfoList as info>
|
|
|
+ <#--<#if info.signclosedProductType == 1 >
|
|
|
+ <span class="label label-success radius" title="${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台">${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台</span><br>
|
|
|
+ <#else >-->
|
|
|
+ <span class="label label-success radius" title="${info.productName!''} x ${info.productNum!''}件">${info.productName!''} x ${info.productNum!''}件</span><br>
|
|
|
+ <#--</#if>-->
|
|
|
+ </#list>
|
|
|
+ <#else >
|
|
|
+ 暂无数据!
|
|
|
+ </#if>
|
|
|
+ <#else >
|
|
|
+ 暂无数据!
|
|
|
+ </#if>
|
|
|
+ </div>
|
|
|
+ </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.signclosedImgInfoList?size > 0)>
|
|
|
+ <#list signclosed.signclosedImgInfoList as signclosedImgInfo>
|
|
|
+ <img src="${signclosedImgInfo.imgUrl!}" style="widows: 50px;height: 50px;">
|
|
|
+ </#list>
|
|
|
+ </#if>
|
|
|
+
|
|
|
+ </td>
|
|
|
+ <td class="text-c" width="100">${signclosed.signclosedDesc!}</td>
|
|
|
+ </tr>
|
|
|
+ </#list>
|
|
|
+ <#else >
|
|
|
+ <tr><td class="td-manage text-c" colspan = "14">暂时没有签收信息</td></tr>
|
|
|
+ </#if>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <#--<#if procMethod.procMethodIsBack == 1>
|
|
|
+ <div class="tabCon">
|
|
|
+ <div class="row cl" style="margin-left: -70px;">
|
|
|
+ <div class="formControls col-2 col-sm-2 text-r">
|
|
|
+ <strong>QC进度</strong>
|
|
|
+ </div>
|
|
|
+ <div class="formControls col-12 col-sm-12">
|
|
|
+ <table class="table table-border table-bg table-bordered">
|
|
|
+ <tbody class="text-c" id="detect_table"><tr>
|
|
|
+ <th>工厂检测现象</th><th>故障分类</th><th>故障原因</th><th>判定结果</th><th>故障指向</th><th>原因分析</th><th>生产维修</th>
|
|
|
+ </tr>
|
|
|
+ </tbody></table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="tabCon">
|
|
|
+ <div class="row cl" style="margin-left: -70px;">
|
|
|
+ <div class="formControls col-2 col-sm-2 text-r">
|
|
|
+ <strong>返修进度</strong>
|
|
|
+ </div>
|
|
|
+ <div class="formControls col-12 col-sm-12">
|
|
|
+ <table class="table table-border table-bg table-bordered">
|
|
|
+ <tbody class="text-c" id="maintenance_table"><tr>
|
|
|
+ <th>是否可返修</th><th>返修内容</th><th>返修日期</th>
|
|
|
+ </tr>
|
|
|
+ </tbody></table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </#if>-->
|
|
|
+ </div>
|
|
|
+ <div <#if procMethod.procMethodIsBack == 1>class="tabCon"</#if>style="display: none;">
|
|
|
<div class="row cl" id="detectDiv">
|
|
|
<div class="formControls col-12 col-sm-12">
|
|
|
<table class="table table-border table-bg table-bordered" >
|
|
@@ -1065,113 +1170,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div <#if procMethod.procMethodIsBack == 1>class="tabCon"</#if>style="display: none;">
|
|
|
- <div class="row cl" id="signclosedDiv">
|
|
|
- <div class="formControls col-12 col-sm-12">
|
|
|
- <table class="table table-border table-bordered table-bg table-hover table-sort">
|
|
|
- <thead>
|
|
|
- <tr class="text-c">
|
|
|
- <th width="90">物流状态</th>
|
|
|
- <th width="160">物流</th>
|
|
|
- <th width="100">寄件人姓名</th>
|
|
|
- <th width="100">寄件人电话</th>
|
|
|
- <th width="250">签收产品</th>
|
|
|
- <th width="150">签收日期</th>
|
|
|
- <th width="150">签收图片</th>
|
|
|
- <th width="100">备注</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody id="listid">
|
|
|
- <#if (signclosedList?size > 0)>
|
|
|
- <#list signclosedList as signclosed>
|
|
|
- <tr>
|
|
|
- <td class="text-c" width="100">
|
|
|
- <#if signclosed.signclosedIsReceiving??>
|
|
|
- <#if signclosed.signclosedIsReceiving == 1>
|
|
|
- 待签收
|
|
|
- <#elseif signclosed.signclosedIsReceiving == 2>
|
|
|
- 已签收
|
|
|
- </#if>
|
|
|
- </#if>
|
|
|
- </td>
|
|
|
- <td class="text-c" width="160">
|
|
|
- <#if signclosed.signclosedLogistics??>
|
|
|
- ${signclosed.signclosedLogistics!}
|
|
|
- -
|
|
|
- </#if>
|
|
|
- ${signclosed.signclosedLogisticsNumber!}</td>
|
|
|
- <td class="text-c" width="100">${signclosed.signclosedSendName!}</td>
|
|
|
- <td class="text-c" width="180">${signclosed.signclosedSendTel!}</td>
|
|
|
- <td style="text-align: left;" width="100">
|
|
|
- <div>
|
|
|
- <#if signclosed.signclosedProductInfoList??>
|
|
|
- <#if (signclosed.signclosedProductInfoList?size > 0)>
|
|
|
- <#list signclosed.signclosedProductInfoList as info>
|
|
|
- <#--<#if info.signclosedProductType == 1 >
|
|
|
- <span class="label label-success radius" title="${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台">${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台</span><br>
|
|
|
- <#else >-->
|
|
|
- <span class="label label-success radius" title="${info.productName!''} x ${info.productNum!''}件">${info.productName!''} x ${info.productNum!''}件</span><br>
|
|
|
- <#--</#if>-->
|
|
|
- </#list>
|
|
|
- <#else >
|
|
|
- 暂无数据!
|
|
|
- </#if>
|
|
|
- <#else >
|
|
|
- 暂无数据!
|
|
|
- </#if>
|
|
|
- </div>
|
|
|
- </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.signclosedImgInfoList?size > 0)>
|
|
|
- <#list signclosed.signclosedImgInfoList as signclosedImgInfo>
|
|
|
- <img src="${signclosedImgInfo.imgUrl!}" style="widows: 50px;height: 50px;">
|
|
|
- </#list>
|
|
|
- </#if>
|
|
|
-
|
|
|
- </td>
|
|
|
- <td class="text-c" width="100">${signclosed.signclosedDesc!}</td>
|
|
|
- </tr>
|
|
|
- </#list>
|
|
|
- <#else >
|
|
|
- <tr><td class="td-manage text-c" colspan = "14">暂时没有签收信息</td></tr>
|
|
|
- </#if>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-<#--<#if procMethod.procMethodIsBack == 1>
|
|
|
- <div class="tabCon">
|
|
|
- <div class="row cl" style="margin-left: -70px;">
|
|
|
- <div class="formControls col-2 col-sm-2 text-r">
|
|
|
- <strong>QC进度</strong>
|
|
|
- </div>
|
|
|
- <div class="formControls col-12 col-sm-12">
|
|
|
- <table class="table table-border table-bg table-bordered">
|
|
|
- <tbody class="text-c" id="detect_table"><tr>
|
|
|
- <th>工厂检测现象</th><th>故障分类</th><th>故障原因</th><th>判定结果</th><th>故障指向</th><th>原因分析</th><th>生产维修</th>
|
|
|
- </tr>
|
|
|
- </tbody></table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="tabCon">
|
|
|
- <div class="row cl" style="margin-left: -70px;">
|
|
|
- <div class="formControls col-2 col-sm-2 text-r">
|
|
|
- <strong>返修进度</strong>
|
|
|
- </div>
|
|
|
- <div class="formControls col-12 col-sm-12">
|
|
|
- <table class="table table-border table-bg table-bordered">
|
|
|
- <tbody class="text-c" id="maintenance_table"><tr>
|
|
|
- <th>是否可返修</th><th>返修内容</th><th>返修日期</th>
|
|
|
- </tr>
|
|
|
- </tbody></table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</#if>-->
|
|
|
- </div>
|
|
|
<input type="hidden" id="customerId" name="customerId" value="${customerId!''}" seleType="primary">
|
|
|
</form>
|
|
|
</article>
|