当前状态
舍栏
#set($count = 0) #foreach($!obj in $!dqztList) #if($count % 10 == 0)
#end #if($count % 2 == 0)
#end
$!obj.dmmc
#if($count % 2 == 1 || $count == $dqztList.size() - 1)
#end #if($count % 10 == 9 || $count == $dqztList.size() - 1)
#end #set($count = $count + 1) #end
#set($count = 0) #foreach($!obj in $!slList) #if($count % 10 == 0)
#end #if($count % 2 == 0)
#end
$!obj.dmmc
#if($count % 2 == 1 || $count == $slList.size() - 1)
#end #if($count % 10 == 9 || $count == $slList.size() - 1)
#end #set($count = $count + 1) #end
确定
<
档案管理
#foreach($obj in $!mzdaList)
$!obj.eph
$!obj.pzStr
$!obj.dqztStr
#end