123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>지인·직원 환자 정보</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <recmlist>
- <delchk/>
- <r_pid/>
- <r_recmerrela/>
- <r_recmersmsyn/>
- <r_recmertelno/>
- <r_histstat/>
- <r_remfact/>
- <r_seqno/>
- <r_fstrgstrid/>
- <r_fstrgstnm/>
- <r_fstrgstdt/>
- <r_lastupdtrid/>
- <r_lastupdtnm/>
- <r_lastupdtdt/>
- <p_hngnm/>
- <p_sa/>
- <p_rrgstno1/>
- <p_rrgstno2/>
- <p_hometel/>
- <p_mpphontel/>
- <p_etctel1/>
- <p_addr/>
- <p_lastordinfo/>
- <u_userid/>
- <u_usernm/>
- <u_sa/>
- <u_mpphontel/>
- <u_email/>
- <u_cntctel/>
- <u_instcd/>
- <u_dutplceinst/>
- <u_deptcd/>
- <u_deptnm/>
- <u_dutplcedeptcd/>
- <u_dutplcedeptnm/>
- <u_dutdeptcd/>
- <u_dutdeptnm/>
- <u_teamcd/>
- <u_dutdeptnm/>
- <u_dutteamcd/>
- <u_dutteamnm/>
- <u_unitcd/>
- <u_unitnm/>
- <u_dutunitcd/>
- <u_dutunitnm/>
- <u_jobkindcd/>
- <u_jobkindnm/>
- <u_jobposcd/>
- <u_jobposnm/>
- <u_prestjobposorddd/>
- <u_jobposcd/>
- <u_jobrespnm/>
- <u_prestjobrespgvnoffcorddd/>
- <u_entcodd/>
- <u_retiredd/>
- </recmlist>
- </main>
- <send>
- <userid/>
- <unitcd/>
- <unitnm/>
- <hngnm/>
- <orddeptcd/>
- <lastdd/>
- <rgstdd_all/>
- <fromdd/>
- <todd/>
- <recmerrela/>
- <histstat/>
- <delinfo/>
- </send>
- <init>
- <P0327list/>
- <deptlist/>
- </init>
- <hidden>
- <usernm/>
- <lastdd_all>Y</lastdd_all>
- <lastdd_month/>
- </hidden>
- </root>
- </instance>
- <script type="javascript">
- <![CDATA[
- var ON_UNIT_SEARCH = false;
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- if (getUserInfo("dutplcecd") != "3340100000" && // 고객서비스파트
- getUserInfo("dutplcecd") != "4040300000" && // 원무팀
- getUserInfo("dutplcecd") != "4101000000" && // 고객지원파트
- getUserInfo("userid") != "PAM") {
-
- btn_print.visible = false;
- btn_del.visible = false;
- btn_excel.visible = false;
-
- model.setValue("/root/send/userid", getUserInfo("userid"));
- ipt_userid.refresh();
- ipt_userid.disabled = true;
-
- model.setValue("/root/hidden/usernm", getUserInfo("usernm"));
- ipt_usernm.refresh();
-
- btn_usersrch.disabled = true;
-
- model.setValue("/root/send/unitcd", getUserInfo("dutplcecd"));
- ipt_unitcd.refresh();
- ipt_unitcd.disabled = false;
-
- model.setValue("/root/send/unitnm", getUserInfo("dutplcenm"));
- ipt_unitnm.refresh();
- ipt_unitnm.disabled = true;
-
- btn_unitsrch.disabled = true;
- }
-
- zbcfGetCodeList(new Array("P0327"), new Array("/root/init/P0327list"));
-
- submit("TRPMC05502", false);
-
- addComboItem("cmb_orddeptcd", "", "T");
- addComboItem("cmb_recmerrela", "전체", "T");
-
- cmb_orddeptcd.select(0);
- cmb_recmerrela.select(0);
- cmb_histstat.select(0);
-
- model.setValue("/root/send/fromdd", getCurrentDate().toDate().getAddDate(-1, "M").getDateFormat());
- model.setValue("/root/send/todd", getCurrentDate());
-
- ipt_fromdd.refresh();
- ipt_todd.refresh();
-
- model.setValue("/root/send/histstat", "Y");
- cmb_histstat.refresh();
-
- grd_recmlist.rowHeightMin = 23;
- grd_recmlist.refresh();
-
- grd_recmlist.fixedcellcheckbox(0, 0) = true;
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPMC05502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/deptlist"/>
- <submission id="TRPMC05503" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/recmlist"/>
- <submission id="TXPMC05503" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/delinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <shape id="roundrect1" appearance="roundrect" style="left:0px; top:20px; width:1195px; height:65px; "/>
- <caption id="caption12" class="search_name" style="left:10px; top:59px; width:146px; height:17px; ">환자명(지인) :</caption>
- <button id="btn_search" class="btn1_letter2" navindex="13" style="left:1123px; top:42px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if (model.getValue("/root/hidden/lastdd_all") == "Y") {
- model.setValue("/root/send/lastdd", "T");
- } else {
- var lastdd_month = model.getValue("/root/hidden/lastdd_month");
- if (lastdd_month.length < 1) {
- messageBox("최근내원일이 전체가 아닌 경우 개월 수를 입력해야 합니다.", "E999");
- return;
- }
- model.setValue("/root/send/lastdd", lastdd_month);
- }
-
- submit("TRPMC05503");
- ]]>
- </script>
- </button>
- <caption id="caption13" class="search_name" style="left:10px; top:29px; width:137px; height:17px; ">사원번호(추천인) :</caption>
- <input id="ipt_hngnm" ref="/root/send/hngnm" class="input_search" navindex="8" appearance="input" style="left:152px; top:58px; width:70px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode == "13") {
- model.setValue("/root/send/hngnm", ipt_hngnm.currentText);
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <input id="ipt_userid" ref="/root/send/userid" class="input_search" navindex="1" appearance="input" style="left:152px; top:28px; width:70px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode == "13") {
- model.setValue("/root/send/userid", ipt_userid.currentText);
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <line id="line6" class="line_1" style="x1:0px; y1:115px; x2:1195px; y2:115px; "/>
- <caption id="caption7" class="tit_2" style="left:5px; top:98px; width:90px; height:14px; ">지인 목록</caption>
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:147px; height:14px; ">지인·직원 환자 정보</caption>
- <caption id="caption3" class="search_name" style="left:615px; top:59px; width:99px; height:17px; ">최근내원일 :</caption>
- <button id="btn_usersrch" class="icon_search" navindex="2" style="left:227px; top:29px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.makeNode("/root/temp/userpopupinfo/param");
- model.makeNode("/root/temp/userpopupinfo/flag");
- model.makeNode("/root/temp/userpopupinfo/searchitem");
-
- model.setValue("/root/temp/userpopupinfo/param", "_OneS");
- model.setValue("/root/temp/userpopupinfo/flag", "usernm");
- model.setValue("/root/temp/userpopupinfo/searchitem", "사용자명");
-
- modal("SPZSU10103_사용자부서조회", "1", "200", "200", "SPZSU10103","/root/temp/userpopupinfo","/root/main/temp");
-
- var iParam = getParameter("SPZSU10103_");
- model.removeNodeset("/root/hidden/onerowselect");
- model.makeNode("/root/hidden/onerowselect");
- model.makeNode("/root/main/ptbs/ptbs_recmernm");
- setCSVToNode("/root/hidden/onerowselect", iParam);
-
- model.setValue("/root/send/userid", model.getValue("/root/hidden/onerowselect/list/userid"));
- model.setValue("/root/hidden/usernm", model.getValue("/root/hidden/onerowselect/list/usernm"));
-
- clearParameter("SPZSU10103_");
- model.removeNodeset("/root/temp/userpopupinfo");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_usernm" ref="/root/hidden/usernm" class="input_search" disabled="true" style="left:250px; top:28px; width:70px; height:19px; "/>
- <caption id="caption2" class="search_name" style="left:345px; top:29px; width:99px; height:17px; ">근무지부서 :</caption>
- <caption id="caption4" class="search_name" style="left:950px; top:29px; width:65px; height:17px; ">관계 :</caption>
- <caption id="caption5" class="search_name" style="left:950px; top:59px; width:65px; height:17px; ">이력 :</caption>
- <select1 id="cmb_recmerrela" ref="/root/send/recmerrela" class="combo_search" navindex="7" appearance="minimal" style="left:1015px; top:28px; width:70px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0327list/P0327">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_histstat" ref="/root/send/histstat" class="combo_search" navindex="12" appearance="minimal" style="left:1015px; top:58px; width:70px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>T</value>
- </item>
- <item>
- <label>유효</label>
- <value>Y</value>
- </item>
- <item>
- <label>삭제</label>
- <value>C</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_unitcd" ref="/root/send/unitcd" class="input_search" disabled="true" visibility="hidden" style="left:450px; top:8px; width:115px; height:19px; "/>
- <input id="ipt_unitnm" ref="/root/send/unitnm" class="input_search" style="left:450px; top:28px; width:115px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (!ON_UNIT_SEARCH && model.getValue("/root/send/unitcd") != "") {
- model.setValue("/root/send/unitcd", "");
- ipt_unitcd.refresh();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode == "13") {
- if (model.getValue("/root/send/unitnm") != ipt_unitnm.currentText) {
- model.setValue("/root/send/unitcd", "");
- ipt_unitcd.refresh();
- }
-
- model.setValue("/root/send/unitnm", ipt_unitnm.currentText);
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <button id="btn_unitsrch" class="icon_search" navindex="2" style="left:570px; top:29px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ON_UNIT_SEARCH = true;
- var recv_list = "unitcd,unitnm";
- rpbfOpenDeptCdHelp(ipt_unitcd, recv_list);
- model.refresh();
- ON_UNIT_SEARCH = false;
- ]]>
- </script>
- </button>
- <line id="line2" style="x1:1105px; y1:28px; x2:1105px; y2:77px; border-color:#ffd799; "/>
- <datagrid id="grd_recmlist" nodeset="/root/main/recmlist" autoresize="true" caption="^seqno^등록번호^환자명^성별/나이^집전화번호^휴대전화번호^주소^최근내원일^최근내원과^기타전화번호^주민번호앞자리^주민번호뒷자리^관계^SMS^참고사항^이력^추천인명^근무기관^근무지부서^성별/나이^추천인전화번호^휴대전화번호^이메일^직종^입사일자^퇴사일자^사원번호^집전화번호^기관코드^근무기관코드^부서코드^부서명^근무지부서코드^근무부서코드^근무부서명^팀코드^팀명^근무팀코드^근무팀명^유닛코드^유닛명^근무유닛코드^근무유닛명^직종코드^직위코드^직위명^현직위발령일^직책코드^직책명^현직책발령일^등록일^최초등록자ID^최초등록자^최초등록일시^최종수정자ID^최종수정자^최종수정일시" colsep="^" colwidth="25, 0, 60, 60, 60, 90, 90, 260, 80, 130, 0, 0, 0, 60, 40, 175, 0, 60, 120, 120, 60, 90, 90, 140, 80, 80, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 70, 130, 0, 70, 130" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:120px; width:1195px; height:650px; word-wrap:word; ">
- <col checkvalue="Y,N" ref="delchk" type="checkbox"/>
- <col ref="r_seqno"/>
- <col ref="r_pid" style="text-align:center; "/>
- <col ref="p_hngnm" style="text-align:center; "/>
- <col ref="p_sa" style="text-align:center; "/>
- <col ref="p_hometel" style="text-align:center; "/>
- <col ref="p_mpphontel" style="text-align:center; "/>
- <col ref="p_addr"/>
- <col ref="p_lastorddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="p_lastorddept"/>
- <col ref="p_etctel1" visibility="hidden"/>
- <col ref="p_rrgstno1" visibility="hidden"/>
- <col ref="p_rrgstno2" visibility="hidden"/>
- <col disabled="true" ref="r_recmerrela" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0327list/P0327">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="r_recmersmsyn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>○</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col ref="r_remfact"/>
- <col ref="r_histstat" visibility="hidden"/>
- <col ref="u_usernm" style="text-align:center; "/>
- <col ref="u_dutplceinstnm" style="text-align:center; "/>
- <col ref="u_dutplcedeptnm" style="text-align:center; "/>
- <col ref="u_sa" style="text-align:center; "/>
- <col ref="r_recmertelno" style="text-align:center; "/>
- <col ref="u_mpphontel" style="text-align:center; "/>
- <col ref="u_email"/>
- <col ref="u_jobkindnm" style="text-align:center; "/>
- <col ref="u_entcodd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="u_retiredd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="u_userid" visibility="hidden"/>
- <col ref="u_cntctel" visibility="hidden"/>
- <col ref="u_instcd" visibility="hidden"/>
- <col ref="u_dutplceinst" visibility="hidden"/>
- <col ref="u_deptcd" visibility="hidden"/>
- <col ref="u_deptnm" visibility="hidden"/>
- <col ref="u_dutplcedeptcd" visibility="hidden"/>
- <col ref="u_dutdeptcd" visibility="hidden"/>
- <col ref="u_dutdeptnm" visibility="hidden"/>
- <col ref="u_teamcd" visibility="hidden"/>
- <col ref="u_dutdeptnm" visibility="hidden"/>
- <col ref="u_dutteamcd" visibility="hidden"/>
- <col ref="u_dutteamnm" visibility="hidden"/>
- <col ref="u_unitcd" visibility="hidden"/>
- <col ref="u_unitnm" visibility="hidden"/>
- <col ref="u_dutunitcd" visibility="hidden"/>
- <col ref="u_dutunitnm" visibility="hidden"/>
- <col ref="u_jobkindcd" visibility="hidden"/>
- <col ref="u_jobposcd" visibility="hidden"/>
- <col ref="u_jobposnm" visibility="hidden"/>
- <col ref="u_prestjobposorddd" visibility="hidden"/>
- <col ref="u_jobposcd" visibility="hidden"/>
- <col ref="u_jobrespnm" visibility="hidden"/>
- <col ref="u_prestjobrespgvnoffcorddd" visibility="hidden"/>
- <col ref="r_fstrgstdd" visibility="hidden" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="r_fstrgstrid"/>
- <col ref="r_fstrgstnm" style="text-align:center; "/>
- <col ref="r_fstrgstdt" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
- <col ref="r_lastupdtrid"/>
- <col ref="r_lastupdtnm" style="text-align:center; "/>
- <col ref="r_lastupdtdt" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
-
- setParameter("SPPMC05600_emplno", model.getValue("/root/main/recmlist[" + grd_recmlist.row + "]/u_userid"));
- setParameter("SPPMC05600_pid", model.getValue("/root/main/recmlist[" + grd_recmlist.row + "]/r_pid"));
-
- modal("SPPMC05700_지인관리");
-
- clearParameter("SPPMC05600_emplno");
- clearParameter("SPPMC05600_pid");
-
- submit("TRPMC05503");
- ]]>
- </script>
- </datagrid>
- <caption id="caption9" class="search_name" style="left:345px; top:59px; width:99px; height:17px; ">최근내원과 :</caption>
- <select1 id="cmb_orddeptcd" ref="/root/send/orddeptcd" class="combo_search" navindex="9" appearance="minimal" style="left:450px; top:58px; width:140px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/deptlist">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <select id="chk_lastdd" ref="/root/hidden/lastdd_all" navindex="10" overflow="visible" appearance="full" style="left:720px; top:60px; width:45px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if (model.getValue("/root/hidden/lastdd_all") == "Y") {
- ipt_lastdd.disabled = true;
- } else {
- ipt_lastdd.disabled = false;
- }
-
- model.setValue("/root/hidden/lastdd_month", "");
- ipt_lastdd.refresh();
- ]]>
- </script>
- </select>
- <caption id="caption10" style="left:822px; top:58px; width:54px; height:20px; ">개월 이내</caption>
- <input id="ipt_lastdd" ref="/root/hidden/lastdd_month" class="input_search" disabled="true" navindex="11" autonext="false" format="99" style="left:769px; top:58px; width:50px; height:19px; text-align:right; padding-right:5; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode == "13") {
- model.setValue("/root/hidden/lastdd_month", ipt_lastdd.currentText);
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <caption id="caption11" class="search_name" style="left:615px; top:29px; width:75px; height:17px; ">등록일 :</caption>
- <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_search" navindex="5" inputtype="date" style="left:741px; top:30px; width:85px; height:19px; "/>
- <input id="ipt_todd" ref="/root/send/todd" class="input_search" navindex="6" inputtype="date" style="left:840px; top:30px; width:85px; height:19px; "/>
- <caption id="caption14" style="left:826px; top:31px; width:15px; height:20px; text-align:center; ">~</caption>
- <select id="chk_rgstdd" ref="/root/send/rgstdd_all" navindex="4" overflow="visible" appearance="full" style="left:693px; top:30px; width:45px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if (model.getValue("/root/send/rgstdd_all") == "Y") {
- ipt_fromdd.disabled = true;
- ipt_todd.disabled = true;
- } else {
- ipt_fromdd.disabled = false;
- ipt_todd.disabled = false;
- }
- ]]>
- </script>
- </select>
- <button id="btn_excel" class="btn2_letter4" style="left:1131px; top:95px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "") {
- grd_recmlist.saveExcel(fileName, "sheetname:Sheet;colhiddenextend:false;rowhiddenextend:false");
- messageBox("엑셀 저장이 완료되었습니다.", "I999");
- }
- ]]>
- </script>
- </button>
- <button id="btn_del" class="btn2_letter2" style="left:1088px; top:95px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removenode("/root/send/delinfo");
- model.makeNode("/root/send/delinfo");
-
- var nodeList = instance1.selectNodes("/root/main/recmlist[delchk = 'Y']");
- var node;
- while(node = nodeList.nextNode()) {
- model.duplicate("/root/send/delinfo", node);
- }
-
- if(submit("TXPMC05503")) {
- submit("TRPMC05503");
- }
- ]]>
- </script>
- </button>
- <button id="btn_print" class="btn2_letter2" style="left:1045px; top:95px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPPMC05600", "XMLSTR");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|