/** * @desc : ÃʱâÈ­ * @ * @param : * @return : * @--------------------------------------------------- */ function fInitialize(){ model.setValue("/root/send/fromdd", getCurrentDate()); model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd")); model.refresh(); } function fCnfmBtn(){ if (submit("TXMMR03600") == true){ alert("¾ÆÆÄÄ¡ ¹èÄ¡°¡ ¼º°øÇÏ¿´½À´Ï´Ù. "); } else { alert("¾ÆÆÄÄ¡ ¹èÄ¡°¡ ½ÇÆÐÇÏ¿´½À´Ï´Ù. ´ã´çÀÚ¿¡°Ô ¹®ÀÇ ¹Ù¶ø´Ï´Ù. "); } } /** * @desc : Close * @ * @param : * @return : * @--------------------------------------------------- */ function fClose(){ model.close(); }