/* - ¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì ó¹æÁ¶È¸ ( SMMMO00300_ó¹æÁ¶È¸.xrw - JScript ) - ¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì */ /** * @desc : ó¹æÁ¶È¸ ÃʱâÈ­ * @ * @param : * @return : * @author : ¿ÀÁöÈÆ * @--------------------------------------------------- */ function fInitialize_SMMMO00300(){ model.setValue("/root/main/cond/fromdd", getCurrentDate()); model.setValue("/root/main/cond/todd" , getCurrentDate()); grd_patprcphistlist.mergeCells = "bycol"; grd_patprcphistlist.mergeCol(grd_patprcphistlist.colRef("prcpdt")) = true; grd_patprcphistlist.mergeCol(grd_patprcphistlist.colRef("prcpkindnm")) = true; grd_patprcphistlist.mergeCol(grd_patprcphistlist.colRef("prcpinfo")) = false; grd_patprcphistlist.mergeCol(grd_patprcphistlist.colRef("prcpdetlinfo")) = false; model.removeNodeset("/root/main/patprcphistlist/patprcphistlist"); model.refresh(); } /** * @desc : ȯÀÚó¹æÀÌ·Â Á¶È¸ * @ * @param : * @return : * @author : ¿ÀÁöÈÆ * @--------------------------------------------------- */ function fReqPatPrcpHistList(){ model.removeNodeset("/root/send/reqdata"); model.makeNode("/root/send/reqdata"); model.copyNode("/root/send/reqdata", "/root/main/cond"); submit("TRMMO00301"); }