/* ¿¹¹æÁ¢Á¾ ½Ç½Ã´ëÀå(SMMNN01500_¿¹¹æÁ¢Á¾ ½Ç½Ã´ëÀå.xrw - JScript ) - Version : 1) : Ver.1.00.01 */ var xVaccinListPath = "/root/main/vaccininfo/vaccinlist"; /** * @group : * @ver : 2007.07.25 * @by : ÃÖ°æ¿ë * @--------------------------------------------------- * @type : function * @access : public * @desc : ÃʱâÈ­ ÀÛ¾÷À» ÇÕ´Ï´Ù. * @param : * @param : * @return : * @--------------------------------------------------- */ function fInitialize(){ model.setValue("/root/main/cond/fromdd", getCurrentDate().substr(0,6) + "01"); model.setValue("/root/main/cond/todd", getCurrentDate()); fGetVaccinList(); } /** * @group : * @ver : 2007.09.07 * @by : ÃÖ°æ¿ë * @--------------------------------------------------- * @type : function * @access : public * @desc : ¿¹¹æÁ¢Á¾ ¸®½ºÆ® Á¶È¸. * @param : * @param : * @return : * @--------------------------------------------------- */ function fGetVaccinList(){ model.copyNode("/root/send/reqdata", "/root/main/cond"); submit("TRMNN01501"); }