LSJ Sample Application
トップ
社員管理
勤務管理
$now
メニュー
勤務表の登録
勤務表の集計
終了
勤務表の登録
登録年月 :
#foreach( $month in $monthList )
$month.text
#end
選択社員 :
$empName
すべて
#foreach( $dept in $tableDept.Rows )
$dept.name
#foreach( $emp in $tableEmp.Rows ) #if($emp.deptCode==$dept.code)
$emp.name
#end #end
#end
#parse( "WorkPageTable.html" )
#parse( "common/lsjcontrol.html" )