/* ÀÀ±Þ½Ç Àü¿øÀüÀÔȯÀÚ Á¶È¸(SMMNE01700.xfm - JScript ) - Version : 1) : Ver.1.00.01 */ /** * @group : * @ver : 2007.07.12 * @by : ¾çõ´ö * @--------------------------------------------------- * @type : function * @access : public * @desc : Ãʱâ È­¸é ¼³Á¤(±âÃÊ Á¤º¸ ¼³Á¤) * @param : * @return : * @--------------------------------------------------- */ function finit(){ model.removeNodeset("/root/main/inchnghostlist"); var toDate = getCurrentDate(); model.setValue("/root/main/cond/fromdate", toDate); model.setValue("/root/main/cond/todate" , toDate); model.setValue("/root/main/cond/printdd" , toDate); model.refresh(); model.removenode("/root/send"); model.makeValue("/root/send/searchitem", "outrmcd"); submit("TRMNE00203"); fSearchList(); } /** * @group : * @ver : 2007.07.12 * @by : ¾çõ´ö * @--------------------------------------------------- * @type : function * @access : public * @desc : ȯÀÚ Á¶È¸ * @param : * @return : * @--------------------------------------------------- */ function fSearchList(){ var sSrchData = ""; var sSrchHeader = "inouttp¢Ëfromdate¢Ëtodate¢Ì"; var sSrchData = model.getValue("/root/main/cond/inouttp" )+"¢Ë" + model.getValue("/root/main/cond/fromdate")+"¢Ë" + model.getValue("/root/main/cond/todate" )+"¢Ì"; model.removenode("/root/send"); model.makeValue("/root/send/cond", sSrchHeader + sSrchData); submit("TXMNE01701"); }