/* È£½ºÇǽº ÄÚµå°ü¸®(SMMNH04400.xfm - JScript ) - Version : 1) : Ver.1.00.01 2) : 2008.05. 26 3) : ±èÁø¸í */ /* --------------------------------------------------*/ /* type : function */ /* access : public */ /* desc : È£½ºÇǽº Äڵ屺 µî·Ï */ /* param : */ /* return : */ /* --------------------------------------------------*/ function fSaveSupCode(){ model.copyNode("/root/send/reqdata", "/root/main/cond"); model.setValue("/root/send/savedata", grd_supcodelist.getUpdateData()); if( submit("TXMNH04401") ) { grd_supcodelist.clearStatus(); } } /* --------------------------------------------------*/ /* type : function */ /* access : public */ /* desc : È£½ºÇǽº ÄÚµå µî·Ï */ /* param : */ /* return : */ /* --------------------------------------------------*/ function fSaveDetlCode(){ model.copyNode("/root/send/reqdata", "/root/main/cond"); model.setValue("/root/send/savedata", grd_lowcodelist.getUpdateData()); if( submit("TXMNH04402") ) { grd_lowcodelist.clearStatus(); } }