①basicInfo.jsp增加来函的请选择展示

②配置的分页调整
③修复审核I18N的bug
④列表查询关联所有的来函分类性质标签,无效的也展示出来
⑤修复国际化审核通过/审核不通过的位置相反的bug
⑥select插件增加i18n,中英文,俄文都支持
This commit is contained in:
wangxin
2018-03-07 17:47:30 +08:00
parent 2e7d4c34a1
commit a55662d868
14 changed files with 137 additions and 121 deletions

View File

@@ -63,6 +63,7 @@ $(function(){
<c:if test="${not empty _cfg.cfgId}">
<input type="hidden" name="cfgId" value="${_cfg.cfgId}">
</c:if>
<input id="audit" name="audit" type="hidden" value="${audit}"/>
<input type="hidden" name="tableName" value="${_cfg.tableName}">
<input type="hidden" name="serviceId" value="${_cfg.serviceId}">
<input type="hidden" name="cfgName" value="${cfgName}">