/** * @desc : È­¸éÃʱâÈ­ * * @param : * @return : * @author : °æºÏ´ëÇб³ * @--------------------------------------------------- */ function fInitialize(){ mmbfGetDeptCodeComboList("/root/send/reqdata", "/root/init/orddept" , "D"); //ºÎ¼­ÄÚµå ÄÞº¸ addComboInstance("/root/init/orddept", "deptcd^depthngnm", "Z^Àüü", "dept"); //ºÎ¼­ÄÞº¸ ÀüüÇ׸ñ Ãß°¡ model.setValue("/root/main/left_cond/orddeptcd", "Z"); model.setValue("/root/main/left_cond/edureq", "Z"); model.setValue("/root/main/left_cond/ansstatus", "Z"); model.setValue("/root/main/left_cond/srch_flag", "Z"); model.setValue("/root/main/left_cond/edukind", "Z"); model.setValue("/root/main/left_cond/srch_fromdd", getCurrentDate()); model.setValue("/root/main/left_cond/srch_todd", getCurrentDate()); model.setValue("/root/main/left_cond/recflag", "C"); Iviewer_Initialize(); model.refresh(); } /** * @desc : ȯÀÚ°Ë»ö * * @param : * @return : * @author : * @--------------------------------------------------- */ function fLeftSearch(){ model.copyNode("/root/send/reqdata", "/root/main/left_cond"); submit("TRMRH00220"); }