<#if cgformConfig.cgFormHead.isTree=='Y' && cgformConfig.cgFormHead.treeParentIdFieldNamePage==po.fieldName>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
data-options="panelHeight:'220',
url: '${entityName?uncap_first}Controller.do?datagrid&field=id,${cgformConfig.cgFormHead.treeFieldnamePage}',
loadFilter: function(data) {
var rows = data.rows || data;
var win = frameElement.api.opener;
var listRows = win.getDataGrid().treegrid('getData');
joinTreeChildren(rows, listRows);
convertTreeData(rows, '${cgformConfig.cgFormHead.treeFieldnamePage}');
return rows;
},
<#-- update--begin--author:zhangjiaqiang Date:20170518 for:修订树形菜单选择必填项问题-->
onSelect:function(node){
$('#${po.fieldName}').val(node.id);
},
<#-- update--end--author:zhangjiaqiang Date:20170518 for:修订树形菜单选择必填项问题 -->
onLoadSuccess: function() {
var win = frameElement.api.opener;
var currRow = win.getDataGrid().treegrid('getSelected');
if(!'${'$'}{${entityName?uncap_first}Page.id}') {
//增加时,选择当前父菜单
if(currRow) {
$('#${po.fieldName}').combotree('setValue', currRow.id);
}
}else {
//编辑时,选择当前父菜单
if(currRow) {
$('#${po.fieldName}').combotree('setValue', currRow.${po.fieldName});
}
}
} "/>
<#elseif po.showType=='text'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#elseif po.showType=='popup'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#if po.dictTable?if_exists?html!="">onclick="inputClick(this,'${po.dictField}','${po.dictTable}')"#if> value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#elseif po.showType=='textarea'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
>${'$'}{${entityName?uncap_first}Page.${po.fieldName}}
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#elseif po.showType=='password'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="${'$'}{${entityName?uncap_first}Page.${po.fieldName}}" hasLabel="false" title="${po.content}">
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#elseif po.showType=='date'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
value='
'/>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#elseif po.showType=='datetime'>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
value='
'/>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
<#-- update--begin--author:zhangjiaqiang date:20170531 for:增加图片和文件的支持 -->
<#elseif po.showType=='file' || po.showType == 'image'>
<#-- update--end--author:zhangjiaqiang date:20170531 for:增加图片和文件的支持 -->
<#-- update--begin--author:zhangjiaqiang date:20170531 for:数据回显表格ID区分 -->
<#-- update--end--author:zhangjiaqiang date:20170531 for:数据回显表格ID区分 -->
<#if !(po.operationCodesReadOnly ??)>
<#assign fileName = fileName + "${po.fieldName}," />
<#-- update--begin--author:zhangjiaqiang date:20170531 for:增加图片和文件的支持 -->
<#-- update--end--author:zhangjiaqiang date:20170531 for:增加图片和文件的支持 -->
#if>
<#--update-start--Author: jg_huangxg Date:20160421 for:TASK #1027 【online】代码生成器模板不支持UE编辑器 -->
<#elseif po.showType='umeditor'>
<#-- update--begin--author:zhangjiaqiang date:20170522 for:ueditor配置文件只加载一次 -->
<#assign ue_widget_count = ue_widget_count + 1>
<#if ue_widget_count == 1>
#if>
<#-- update--end--author:zhangjiaqiang date:20170522 for:ueditor配置文件只加载一次 -->
<#--update-start--Author: dangzhenghui Date:20170510 for:TASK #1899 【代码生成器bug】控件类型为UE编辑器 ,编辑页面内容显示为空-->
<#--update-end--Author: dangzhenghui Date:20170510 for:TASK #1899 【代码生成器bug】控件类型为UE编辑器 ,编辑页面内容显示为空-->
<#--update-end--Author: jg_huangxg Date:20160421 for:TASK #1027 【online】代码生成器模板不支持UE编辑器 -->
<#else>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/>
<#-- update--begin--author:zhangjiaqiang Date:20170509 for:修订生成页面乱 -->
#if>
#if>
#list>