|
@@ -212,6 +212,7 @@
|
|
|
,{field:'code', align:'center',title: '统一社会信用代码',minWidth:250,templet:function(d){
|
|
|
return "<span title='"+ d.code +"'>" + d.code + "</span>";
|
|
|
}}
|
|
|
+ ,{field:'userName',align:'center', title: '创建人', width:85}
|
|
|
,{field:'createDate',align:'center', title: '创建时间', width:85}
|
|
|
,{field:'op',align:'center',title:"操作",width:130,templet:function(d){
|
|
|
////对操作进行初始化
|
|
@@ -235,6 +236,7 @@
|
|
|
,"number":"${workClientInfo.number}"
|
|
|
,"linkman":"${workClientInfo.workClientLinkman.id}"
|
|
|
,"clientName":"${workClientInfo.name}"
|
|
|
+ ,"userName":"${workClientInfo.userName}"
|
|
|
,"clientProperty":"${fns:getMainDictLabel(workClientInfo.companyType, 'company_type', '')}"
|
|
|
,"trade":"${fns:getMainDictLabel(workClientInfo.companyIndustry, 'company_industry', '')}"
|
|
|
,"area":"${workClientInfo.area.name}"
|