|
@@ -134,7 +134,7 @@
|
|
|
<div class="layui-input-block">
|
|
|
<form:select path="companyIndustry" class="form-control layui-input">
|
|
|
<form:option value="" label=""/>
|
|
|
-<%-- <form:options items="${fns:getMainDictList('company_industry')}" itemLabel="label" itemValue="value" htmlEscape="false"/>--%>
|
|
|
+ <form:options items="${fns:getMainDictList('company_industry')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
</form:select>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -143,7 +143,7 @@
|
|
|
<div class="layui-input-block">
|
|
|
<form:select path="clientType" class="form-control layui-input">
|
|
|
<form:option value="" label=""/>
|
|
|
-<%-- <form:options items="${fns:getMainDictList('client_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>--%>
|
|
|
+ <form:options items="${fns:getMainDictList('client_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
</form:select>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -233,15 +233,11 @@
|
|
|
,"id":"${workClientInfo.id}"
|
|
|
,"linkman":"${workClientInfo.workClientLinkman.id}"
|
|
|
,"clientName":"${workClientInfo.name}"
|
|
|
- <%--,"clientProperty":"${fns:getMainDictLabel(workClientInfo.companyType, 'company_type', '')}"--%>
|
|
|
- ,"clientProperty":"${workClientInfo.companyType}"
|
|
|
- ,"trade":"${workClientInfo.companyIndustry}"
|
|
|
- <%--,"trade":"${fns:getMainDictLabel(workClientInfo.companyIndustry, 'company_industry', '')}"--%>
|
|
|
+ ,"clientProperty":"${fns:getMainDictLabel(workClientInfo.companyType, 'company_type', '')}"
|
|
|
+ ,"trade":"${fns:getMainDictLabel(workClientInfo.companyIndustry, 'company_industry', '')}"
|
|
|
,"area":"${workClientInfo.area.name}"
|
|
|
- ,"clientType":"${workClientInfo.clientType}"
|
|
|
- <%--,"clientType":"${fns:getMainDictLabels(workClientInfo.clientType,',','client_type', '')}"--%>
|
|
|
+ ,"clientType":"${fns:getMainDictLabels(workClientInfo.clientType,',','client_type', '')}"
|
|
|
,"code":"${workClientInfo.uscCode}"
|
|
|
- <%--,"createDate":"${workClientInfo.createDate}"--%>
|
|
|
,"createDate":"<fmt:formatDate value="${workClientInfo.createDate}" pattern="yyyy-MM-dd"/>"
|
|
|
<c:if test="${flag == '1' or fns:getUser().id == workClientInfo.createBy.id}">
|
|
|
<shiro:hasPermission name="workclientinfo:workClientInfo:edit">,"canedit":"1"</shiro:hasPermission>
|