/* ¼ö¼úÅë°è - ¸¶Ãë´ëÀå - Version : 1) : Ver.1.00.01 - Create : 2012.04.17 KJS */ var ScreenMode = ""; //È­¸éÃʱâÈ­ 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"); //ºÎ¼­ÄÞº¸ ÀüüÃß°¡ model.refresh(); } // ÇöȲ³»¿ª °¡Á®¿À±â function fSearch() { submit("TRMNP20601"); model.refresh(); }