/* - ¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì ¹Ý·Á»çÀ¯ ( SPMMR06300_¹Ý·Á»çÀ¯.xrw - JScript ) - Version : 1) : Ver.1.00.01 - Author : ¹ÚÁ¾ÈÆ - ¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì */ var gFormcd = ""; /** * @desc : È­¸éÃʱâÈ­ * @id : * @event : xforms-ready * @return : void * @authur : ¹ÚÁ¾ÈÆ */ function fInitalize() { model.setFocus("tar_etc"); tar_etc.dispatch("onkeyup"); } /** * @desc : È®Àιöư Ŭ¸¯ À̺¥Æ® * @id : * @event : DOMActivate * @return : void * @authur : ¹ÚÁ¾ÈÆ */ function fConfirm() { var rdoVal = model.getValue("/root/main/rdocnts"); var etcVal = model.getValue("/root/main/inptcnts"); var rsltMsg = ""; if (rdoVal == "" && etcVal =="") { messageBox("¹Ý·Á»çÀ¯°¡", "I004"); return; } else { rsltMsg = rdoVal; if (etcVal != "") { rsltMsg += " -Comments : " + etcVal; } model.copyNode("/root/send", "/root/temp/recinfo"); model.setValue("/root/send/formrec/status", "D"); model.setValue("/root/send/formrec/cosign", "Y"); model.makeValue("/root/send/formrec/dralertcnts", rsltMsg); if (submit("TXMMR01302")) { if (model.getValue("/root/savedinfo/rsltmsg/cnclyn") == "Y") { opener.window.javascript.setParameter("cosignclclyn", "Y"); messageBox("¹Ý·Á", "I001"); window.close(); } } } } /** * @desc : Ãë¼Ò¹öư Ŭ¸¯ À̺¥Æ® * @id : * @event : DOMActivate * @return : void * @authur : ¹ÚÁ¾ÈÆ */ function fCancel() { window.close(); }