/* ¼ö¼úÅë°è - ¼ö¼ú´ëÀå - Version : 1) : Ver.1.00.01 - Create : 2012.04.17 KJS */ //È­¸éÃʱâÈ­ function fInitialize(){ var currentdate = getCurrentDate(); var sdate = currentdate.substr(0,6)+"01"; var edate = currentdate; model.setValue("/root/cond/sdate", sdate); model.setValue("/root/cond/edate", edate); zbcfGetDeptCodeList(getUserInfo("dutplceinstcd"), "orduseyn", "D", "/root/init/orddept"); //ºÎ¼­ÄÚµå ÄÞº¸Á¶È¸ addComboInstance("/root/init/orddept", "deptcd^depthngnm", "-^Àüü", "dept"); //ºÎ¼­ÄÞº¸ ÀüüÃß°¡ //zbcfGetDeptCodeList(getUserInfo("dutplceinstcd"), "orduseyn", "D", "/root/init/orddept"); //ºÎ¼­ÄÚµå ÄÞº¸Á¶È¸ //addComboInstance("/root/init/orddept", "deptcd^depthngnm", "-^Àüü", "dept"); //ºÎ¼­ÄÞº¸ ÀüüÃß°¡ // model.setValue("/root/cond/perfdeptcd" , "/root/init/orddept"); // model.setValue("/root/cond/orddeptcd" , "/root/init/orddept"); model.refresh(); } // ÇöȲ³»¿ª °¡Á®¿À±â function fSearch() { submit("TRMNP20401"); model.refresh(); }