/** * @desc : ÃʱâÈ­ * @ * @param : * @return : * @--------------------------------------------------- */ function fInitialize(){ model.setValue("/root/main/cond/fromdd", getCurrentDate()); model.setValue("/root/main/cond/instcd", getUserInfo("dutplceinstcd")); /* mmbfGetDeptCodeComboList("/root/send/reqdata", "/root/init/orddept", "D"); addComboInstance("/root/init/orddept", "deptcd^depthngnm", "-^Àüü", "dept"); //Áø·á°ú ÀüüÇ׸ñ Ãß°¡ model.setValue("/root/main/condition/unprepdeptcd", "-"); model.setValue("/root/main/condition/dschdeptcd", "-"); */ model.refresh(); } /** * @desc : ¹Ìºñ È®ÀÎ * @ * @param : * @return : * @--------------------------------------------------- */ function fCnfmBtn(){ if (submit("TXMRI02301") == true){ alert("¹Ìºñ ¹èÄ¡°¡ ¼º°øÇÏ¿´½À´Ï´Ù. "); } else { alert("¹Ìºñ ¹èÄ¡°¡ ½ÇÆÐÇÏ¿´½À´Ï´Ù. ´ã´çÀÚ¿¡°Ô ¹®ÀÇ ¹Ù¶ø´Ï´Ù. "); } } /** * @desc : Close * @ * @param : * @return : * @--------------------------------------------------- */ function fClose(){ model.close(); }