|
@@ -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);
|