|
@@ -33,7 +33,8 @@
|
|
|
var label2 = $(this).parent().parent().parent().find(".codelabel2").html();
|
|
|
var label3 = $(this).parent().parent().parent().find(".codelabel3").html();
|
|
|
var label4 = $(this).parent().parent().parent().find(".codelabel4").html();
|
|
|
- var data= {'id':id,'name':label,'linkPhone':label1,'linkMobile':label2,'clientId':{'id':label4,'name':label3}};
|
|
|
+ var label5 = $(this).parent().parent().parent().find(".codelabel5").html();
|
|
|
+ var data= {'id':id,'name':label,'linkPhone':label1,'linkMobile':label2,'clientId':{'id':label4,'name':label3,'uscCode':label5}};
|
|
|
arr.push(data);
|
|
|
})
|
|
|
return arr;
|
|
@@ -88,7 +89,8 @@
|
|
|
<tr>
|
|
|
<th width="50"><input type="checkbox" class="i-checks"></th>
|
|
|
<th style="display:none">委托方编号</th>
|
|
|
- <th>委托方</th>
|
|
|
+ <th width="25%">委托方</th>
|
|
|
+ <th width="25%">统一社会信用代码</th>
|
|
|
<th width="25%">联系人</th>
|
|
|
<th width="25%">联系电话</th>
|
|
|
<th width="25%">手机号</th>
|
|
@@ -102,6 +104,8 @@
|
|
|
<td> <input type="checkbox" id="${fns:getValue(obj, 'id')}" class="i-checks"></td>
|
|
|
<td title="${obj.clientId.id}" class="codelabel4" style="display:none">${obj.clientId.id}</td>
|
|
|
<td title="${obj.clientId.name}" class="codelabel3">${obj.clientId.name}</td>
|
|
|
+ <%--<td title="${obj.clientId.uscCode}" class="codelabel5">${obj.clientId.uscCode}</td>--%>
|
|
|
+ <td title="${fns:getValue(obj, 'uscCode')}" class="codelabel5">${fns:getValue(obj, 'uscCode')}</td>
|
|
|
<c:forEach items="${labelValues}" var="value" varStatus="status">
|
|
|
<c:if test="${status.first==true}">
|
|
|
<td title="${fns:getValue(obj, value)}" class="codelabel">${fns:getValue(obj, value)}</td>
|