<#-- 表单列表当中每一列的处理 --> <#macro dgcol columns> <#list columns as po><#rt/> field="${po.fieldName}" <#rt/> <#if po.showType?index_of("datetime")!=-1><#rt/> formatter="yyyy-MM-dd hh:mm:ss" <#rt/> <#else><#rt/> <#if po.showType?index_of("date")!=-1><#rt/> formatter="yyyy-MM-dd" <#rt/> <#rt/> <#rt/> <#if po.isShowList?if_exists?html =='N'><#rt/> hidden="true" <#rt/> <#else><#rt/> <#rt/> <#if po.isQuery =='Y'><#rt/> query="true" <#rt/> <#rt/> <#if po.queryMode =='single'><#rt/> queryMode="single" <#rt/> <#elseif po.queryMode =='group'><#rt/> queryMode="group" <#rt/> <#rt/> <#if po.dictTable?if_exists?html!=""><#rt/> dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#rt/> <#if po.showType=='popup'><#rt/> popup="true" <#rt/> <#rt/> <#else><#rt/> <#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!=""><#rt/> dictionary="${po.dictField}" <#rt/> <#rt/> <#rt/> <#if po.showType?index_of("image") != -1><#rt/> image="true" imageSize="50,50" <#rt/> <#elseif po.showType?index_of("file") != -1><#rt/> downloadName="附件下载" <#rt/> <#rt/> width="${po.fieldLength}">