/* - ¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì °ü½ÉȯÀÚÁ¶È¸ ( SMMMO08100_°ü½ÉȯÀÚÁ¶È¸.xrw - JScript ) - ¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì */ /** * @desc : È­¸é ÃʱâÈ­ * @ * @param : * @return : * @author : ¿ÀÁöÈÆ * @--------------------------------------------------- */ function fInitialize_SMMMO08100(){ model.removeNodeset("/root/send/reqdata"); model.setValue("/root/main/cond/stnddd", getCurrentDate()); model.copyNode("/root/send/reqdata", "/root/main/cond"); var conckindcd = model.getValue("/root/main/cond/conckindcd"); fReqConcTypeCombo(conckindcd); model.removeNodeset("/root/main/concpatinfo/concpatlist"); model.refresh(); } /** * @desc : °ü½ÉºÐ·ù¸í ÄÞº¸ * @ * @param : * @return : * @author : ¿ÀÁöÈÆ * @--------------------------------------------------- */ function fReqConcTypeCombo(conckindcd){ model.removeNodeset("/root/send/reqdata"); model.makeValue("/root/send/reqdata/conckindcd", conckindcd); if(submit("TRMMO08301")){ } } /** * @desc : °ü½ÉºÐ·ù¸í ÄÞº¸ * @ * @param : * @return : * @author : ¿ÀÁöÈÆ * @--------------------------------------------------- */ function fReqConcPatList(){ model.copyNode("/root/send/reqdata", "/root/main/cond"); submit("TRMMO08101"); } /** * @desc : (ÀÔ¿ø)°ü½ÉȯÀÚµî·Ïâ È£Ãâ * @ * @param : * @return : * @author :¹ÚÀ¯Áø * @--------------------------------------------------- */ function fCallWndConcPatRgst(){ var sINPATLIST_PATH = "/root/main/concpatinfo/concpatlist"; var iRow = grd_concpatlist.row; var pid = model.getValue(sINPATLIST_PATH + "[" + iRow + "]/pid"); var hngnm = model.getValue(sINPATLIST_PATH + "[" + iRow + "]/hngnm"); var param = "I" + "¢Ì" + pid + "¢Ì" + hngnm; setParameter("param", param); modal("SPMMO08200"); fReqConcPatList(); }