wangxiaoming преди 6 години
родител
ревизия
695a32733b
променени са 1 файла, в които са добавени 9 реда и са изтрити 5 реда
  1. 9 5
      watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/custome_detail.ftl

+ 9 - 5
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/custome_detail.ftl

@@ -250,22 +250,22 @@
             </#if>-->
             </div>
             <div <#if procMethod.procMethodIsBack == 1>class="tabCon"</#if> style="display: none;">
-               <#-- <table class="table table-border table-bg table-bordered" style="margin-top: 10px;">
+               <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 id=""></span></td>
+                            <td width="10" style="font-weight: normal;"><span id="relationBackName"></span></td>
                             <th width="10">寄回人电话:</th>
-                            <td width="10" style="font-weight: normal;"><span id=""></span></td>
+                            <td width="10" style="font-weight: normal;"><span id="relationBackTel"></span></td>
                         </tr>
                         <tr>
                             <th width="10">寄回地址信息:</th>
-                            <td width="10" style="font-weight: normal;"><span id=""></span></td>
+                            <td width="10" style="font-weight: normal;"><span id="relationSendAddress"></span></td>
                             <th width="10"></th>
                             <td width="10" style="font-weight: normal;"><span id=""></span></td>
                         </tr>
                     </thead>
-                </table>-->
+                </table>
 
                 <div class="row cl">
                     <div class="formControls col-10 col-sm-10">
@@ -606,6 +606,10 @@
                         $("#tableHtml").hide();
                     }
 
+                    $("#relationBackName").html(cmRelation.relationBackName);
+                    $("#relationBackTel").html(cmRelation.relationBackTel);
+                    $("#relationSendAddress").html(cmRelation.relationSendAddress);
+
 //                    $('#salesOrderId').html(salesOrder.salesOrderId);
 //                    $('#salesAddressName').html(salesOrder.salesAddressName);
 //                    $('#salesAddressTel').html(salesOrder.salesAddressTel);