123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <list>
- <createlist/>
- </list>
- </main>
- <send>
- <search>
- <ioflag>O</ioflag>
- <fromdd/>
- <todd/>
- <searchflag/>
- </search>
- <insertdata>
- <addCreate/>
- </insertdata>
- <search2>
- <ioflag/>
- <fromdd/>
- <todd/>
- <searchflag/>
- </search2>
- <tnsdata>
- <srchflag/>
- <acptno/>
- <judgdg/>
- <clamno/>
- <docuseqno/>
- </tnsdata>
- <updatedata>
- <uptlist/>
- </updatedata>
- </send>
- <hidden>
- <insertchk/>
- </hidden>
- <init>
- <P0008list>
- <P0008>
- <cdnm/>
- <cdid/>
- </P0008>
- </P0008list>
- <P0010list>
- <P0010>
- <cdnm/>
- <cdid/>
- </P0010>
- </P0010list>
- </init>
- <temp>
- <ioflag>O</ioflag>
- <fromdd/>
- <todd/>
- <searchflag>Y</searchflag>
- </temp>
- <init_pam>
- <init>
- <orddeptcd>
- <cd/>
- <nm/>
- <deptengabbr/>
- <reqdeptno/>
- </orddeptcd>
- <orddrid>
- <cd/>
- <nm/>
- <dp/>
- <sp/>
- </orddrid>
- </init>
- </init_pam>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList(new Array("P0008", "P0010"),
- new Array("/root/init/P0008list", "/root/init/P0010list"));
- fInitialize();
- ]]>
- </script>
- <submission id="TRPIR31201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/list"/>
- <submission id="TRPIR31202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search2" resultref="/root/main/list"/>
- <submission id="TXPIR31201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/list/createlist"/>
- <submission id="TXPIR31202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/updatedata"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../pam/calcscormngtweb/js/PIC001.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize(){
- model.removeNodeset("/root/main/list/createlist"); //그리드 초기화
- model.setValue("/root/temp/fromdd", ""); // 시작일자 초기화
- model.setValue("/root/temp/todd", ""); // 종료일자 초기화
- // 날짜 초기화 (시작일은 오늘 날짜)
- var now = new Date();
- var year= now.getFullYear();
- var mon = (now.getMonth()+1)>9 ? ''+(now.getMonth()+1) : '0'+(now.getMonth()+1);
- var day = now.getDate()>9 ? ''+now.getDate() : '0'+now.getDate();
- var fromdd = year+mon+day;
- model.setValue("/root/temp/fromdd", fromdd); // 시작일자 오늘 날짜로 세팅
- model.setFocus("ipt_fromdd"); // 시작일자에 포커스
-
- model.removeNode("/root/main/list");
- model.refresh();
- }
- function fSearchchk(refOpt)
- {
- // 조회 조건 데이터 체크
- // 시작 일자, 종료일자 -- 시작일자는 디폴트로 오늘 날짜로 세팅함
- // 종료일자는 시작일자 입력하면 시작일자의 월의 마지막 날자로 세팅(외래만 입원은 1일 단위)
- // 조회기간은 7일을 넘지 않게 함 (ex : 20120101 ~ 20120131)
- // 청구월 단위로 ex) 201201 조회
- if (refOpt =='O' || refOpt =='E'){ // O : 외래, E : 응급실 외래
- var sFromdd = model.getValue("/root/temp/fromdd");
- var sTodd = model.getValue("/root/temp/todd");
-
- // 청구월 비교
- var sFromym = model.getValue("/root/temp/fromdd").substr(0,6);
- var sToym = model.getValue("/root/temp/todd").substr(0,6);
-
- // 날자 차이 계산
- var sFy = sFromdd.substr(0, 4);
- var sFm = sFromdd.substr(4, 2);
- var sFd = sFromdd.substr(6, 2);
- var sTy = sTodd.substr(0, 4);
- var sTm = sTodd.substr(4, 2);
- var sTd = sTodd.substr(6, 2);
- var sSd = new Date(sFy, sFm-1, sFd);
- var sEd = new Date(sTy,sTm-1,sTd);
- var rstFrom = sSd.getTime();
- var rstEnd = sEd.getTime();
- var sDd = Math.ceil((rstEnd - rstFrom) / (24 * 60 * 60 * 1000));
-
- if (sFromdd == null || sFromdd == "" || sFromdd == " "){
- messageBox("시작일자가 없습니다!","E999","");
- model.setValue("/root/temp/fromdd","");
- model.refresh();
- model.setFocus("ipt_fromdd");
- return false;
- }
- if (sTodd == null || sTodd == "" || sTodd == " " || sTodd == "-"){
- messageBox("종료일자가 없습니다!","E999","");
- model.setValue("/root/temp/todd","");
- model.refresh();
- model.setFocus("ipt_todd");
- return false;
- }else if (sFromym != sToym){
- messageBox("시작년월과 종료년월은 같아야 합니다!","E999","");
- //model.setValue("/root/temp/todd","");
- model.refresh();
- model.setFocus("ipt_todd");
- return false;
- }
- var refflag = model.getValue("/root/temp/searchflag");
- if (sDd > '7' && refflag == 'Y'){
- messageBox("조회기간은 7일을 넘길수 없습니다!","E999","");
- model.setValue("/root/temp/todd","");
- model.refresh();
- model.setFocus("ipt_todd");
- return false;
- }else if (sDd < '0'){
- messageBox("시작일자가 종료일자보다 클수는 없습니다!","E999","");
- model.setValue("/root/temp/todd","");
- model.refresh();
- model.setFocus("ipt_todd");
- return false;
- }
- }else if (refOpt == 'I'){ // I : 입원
- var sFromdd = model.getValue("/root/temp/fromdd");
- if (sFromdd == null || sFromdd == "" || sFromdd == " "){
- messageBox("조회일자가 없습니다!","E999","");
- model.setValue("/root/temp/fromdd","");
- model.refresh();
- model.setFocus("ipt_fromdd");
- return false;
- }
- }
- return true;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1210" pageheight="752" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:1160px; height:700px; ">
- <caption id="caption10" class="tit_2" style="left:5px; top:5px; width:170px; height:13px; ">정산의뢰대상생성</caption>
- <group id="group2" style="left:5px; top:23px; width:1150px; height:40px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrerct_search" appearance="roundrect" style="left:5px; top:2px; width:1145px; height:35px; "/>
- <button id="btn_srch" class="btn1_letter2" navindex="4" style="left:990px; top:9px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //@@@
- var refOpt = model.getValue("/root/temp/ioflag");
- var refflag = model.getValue("/root/temp/searchflag");
- if (fSearchchk(refOpt) == true){
- if (refflag == 'Y' ){
- model.setValue("/root/send/search/ioflag", model.getValue("/root/temp/ioflag"));
- model.setValue("/root/send/search/fromdd", model.getValue("/root/temp/fromdd"));
- model.setValue("/root/send/search/todd", model.getValue("/root/temp/todd"));
- model.setValue("/root/send/search/searchflag", model.getValue("/root/temp/searchflag"));
- submit("TRPIR31201"); // 정산의뢰대상자 조회
- model.setValue("/root/hidden/insertchk", "0"); //생성 후 다시 생성을 막기위해 조회를 하면 플레그 값 바꿔줌
- //grd_searchlist.disabled = true;
- } else if (refflag == 'N'){
- model.setValue("/root/send/search2/ioflag", model.getValue("/root/temp/ioflag"));
- model.setValue("/root/send/search2/fromdd", model.getValue("/root/temp/fromdd"));
- model.setValue("/root/send/search2/todd", model.getValue("/root/temp/todd"));
- model.setValue("/root/send/search2/searchflag", model.getValue("/root/temp/searchflag"));
- submit("TRPIR31202"); // 정산의뢰대상 생성자 조회
- model.setValue("/root/hidden/insertchk", "1"); // 생성 후 재생성 막기위함. 생성완료자 조회기 때문에 생성 못하게 막음
- //grd_searchlist.disabled = false;
- }
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- /* if (event.keyCode == '13') {
- setInputNodeCurText();
- btn_srch.dispatch("onclick");
- } */
- ]]>
- </script>
- </button>
- <caption id="caption6" style="left:830px; top:11px; width:11px; height:18px; ">~</caption>
- <line id="line1" class="line_4" style="x1:975px; y1:4px; x2:975px; y2:31px; "/>
- <input id="ipt_todd" ref="/root/temp/todd" class="input_default" navindex="3" inputtype="date" style="left:850px; top:11px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (event.keyCode == '13') {
- var sLenchk = model.getValue("/root/temp/todd");
- if (sLenchk.length == 8){
- btn_srch.dispatch("onclick");
- }
- }
- ]]>
- </script>
- </input>
- <caption id="caption5" class="search_name" style="left:660px; top:11px; width:80px; height:17px; ">정산일자 :</caption>
- <input id="ipt_fromdd" ref="/root/temp/fromdd" class="input_default" navindex="2" inputtype="date" style="left:742px; top:10px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var sLenchk = model.getValue("/root/temp/fromdd");
- if (sLenchk.length == 8){ // 시작일자가 8자리이면 종료일자 해당 월의 마지막 날로 세팅
- var lastdate=new Array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); //각 달의 마지막 날짜
- var sFromyy = model.getValue("/root/temp/fromdd").substr(0, 4);
- var sFrommm = model.getValue("/root/temp/fromdd").substr(4, 2);
- if((0==sFromyy%4 && 0!=sFromyy%100) || 0==sFromyy%400){ //year를 가지고 윤년인지 검사.
- lastdate[1]=29; /*윤년인 경우 2월의 마지막 날짜를 29로 입력*/
- }
- var sFromdd = lastdate[sFrommm-1];
- var sTodd = sFromyy+sFrommm+sFromdd;
- model.setValue("/root/temp/todd", sTodd);
- ipt_todd.refresh();
- }
- ]]>
- </script>
- </input>
- <select1 id="opt_clammode" ref="/root/temp/ioflag" class="input_s_essential" appearance="full" cols="5" rows="1" overflow="visible" style="left:445px; top:12px; width:180px; height:15px; font-weight:bold; border-style:none; ">
- <choices>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>응급실외래</label>
- <value>E</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- /* var optIOflag = model.getValue("/root/temp/ioflag");
- if (optIOflag == "I"){
- ipt_todd.visible = false;
- caption6.visible = false; // "~" 표시
- fInitialize();
- model.setValue("/root/temp/todd", "");
- }else if (optIOflag == "O"){
- ipt_todd.visible = true;
- caption6.visible = true; // "~" 표시
- fInitialize();
- model.setFocus("ipt_todd");
- }else if (optIOflag == "E"){
- ipt_todd.visible = true;
- caption6.visible = true; // "~" 표시
- fInitialize();
- model.setFocus("ipt_todd");
- }*/
- ]]>
- </script>
- </select1>
- <caption id="caption9" class="search_name" style="left:345px; top:11px; width:95px; height:17px; ">외래/입원 :</caption>
- <button id="btn_create" class="btn4_letter4" style="left:1060px; top:9px; width:80px; height:22px; ">
- <caption>대상생성</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- var sInsertchk = model.getValue("/root/hidden/insertchk");
- if (sInsertchk == 0){ // 생성 후 조회를 안하고 다시 생성하는 것을 막기 위해서 추가
- submit("TXPIR31201");
-
- model.resetInstanceNode("/root/main/list/createlist");
- model.makeNode("/root/send/search2/fromdd");
- model.makeNode("/root/send/search2/todd");
-
- // 생성 전 조회조건을 복사
- //생성 직전 조회 값을 바꿀 수 있기 때문에 생성 후 결과값 조회시 잘못 조회되는 것을 막기위해
- model.setValue("/root/send/search2/ioflag", model.getValue("/root/send/search/ioflag"));
- model.setValue("/root/send/search2/fromdd", model.getValue("/root/send/search/fromdd"));
- model.setValue("/root/send/search2/todd", model.getValue("/root/send/search/todd"));
-
- // 조회조건 체크 로직 제외 -- 앞선 조회조건을 그대로 이용하기 때문에 필요가 없음.
- //var refOpt = model.getValue("/root/send/search2/ioflag");
- //if (fSearchchk(refOpt) == true){
- submit("TRPIR31202");
- //}
- model.setValue("/root/hidden/insertchk", "1"); // 생성 후 플리그 값 넣어줌 ( 생성 후 같은 데이터 생성 막기 위해)
- model.refresh();
- }else if (sInsertchk == 1){
- messageBox("조회를 하시고 생성을 눌러주세요!","E999","");
- }
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:20px; top:11px; width:95px; height:17px; ">조회구분 :</caption>
- <select1 id="rdo_search" ref="/root/temp/searchflag" class="input_s_essential" appearance="full" cols="5" rows="1" overflow="visible" style="left:111px; top:12px; width:205px; height:15px; font-weight:bold; border-style:none; ">
- <choices>
- <item>
- <label>생성대상자조회</label>
- <value>Y</value>
- </item>
- <item>
- <label>생성자조회</label>
- <value>N</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var optIOflag = model.getValue("/root/temp/ioflag");
- if (optIOflag == "I"){
- ipt_todd.visible = false;
- caption6.visible = false; // "~" 표시
- fInitialize();
- model.setValue("/root/temp/todd", "");
- }else if (optIOflag == "O"){
- ipt_todd.visible = true;
- caption6.visible = true; // "~" 표시
- fInitialize();
- model.setFocus("ipt_todd");
- }else if (optIOflag == "E"){
- ipt_todd.visible = true;
- caption6.visible = true; // "~" 표시
- fInitialize();
- model.setFocus("ipt_todd");
- }
- ]]>
- </script>
- </select1>
- </group>
- <switch id="swt_add" style="left:10px; top:75px; width:1150px; height:580px; border-color:#c7a3cf; border-style:solid; ">
- <case id="case_summary" selected="true" style="left:0px; top:0px; width:1148px; height:600px; ">
- <line id="line17" class="line_1" style="x1:7px; y1:25px; x2:1142px; y2:25px; "/>
- <datagrid id="grd_searchlist" nodeset="/root/main/list/createlist" caption="정산일자^접수번호^명일련^환자번호^청구월^차수^caption1^진료과^구분^진료기간^진료기간^급여총액^급여총액^급여총액^청구액^청구액^청구액^보험유형^보험유형^보조유형^보조유형^주상병^V Code^의뢰완료여부^심사차수|정산일자^접수번호^명일련^환자번호^청구월^차수^caption1^진료과^구분^시작일^종료일^사후^원무^차액^사후^원무^차액^사후^원무^사후^원무^주상병^V Code^의뢰완료여부^심사차수" colsep="^" colwidth="60, 60, 50, 65, 60, 40, 21, 80, 65, 70, 70, 100, 100, 100, 100, 100, 100, 60, 60, 60, 60, 60, 60, 87, 30" explorerbar="sortshowmove" frozencols="6" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:9px; top:30px; width:1130px; height:525px; ">
- <col disabled="true" ref="rcptexecdd" style="text-align:center; "/>
- <col disabled="true" ref="acptno" style="text-align:center; "/>
- <col disabled="true" ref="docuseqno" style="text-align:center; "/>
- <col disabled="true" ref="pid" style="text-align:center; "/>
- <col disabled="true" ref="clamym" style="text-align:center; "/>
- <col disabled="true" ref="clamdg" style="text-align:center; "/>
- <col disabled="true" ref="pidsn" visibility="hidden" style="text-align:center; "/>
- <col disabled="true" ref="orddeptcd" style="text-align:center; "/>
- <col disabled="true" ref="ioflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>ER 외래</label>
- <value>E</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="ordfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col disabled="true" ref="ordtodd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col disabled="true" ref="edimedcaretotamt" format="#,###" style="text-align:center; "/>
- <col disabled="true" ref="payamt" format="#,###" style="left:776px; top:43px; width:100px; height:23px; text-align:center; "/>
- <col disabled="true" ref="totamtdif" format="#,###" style="text-align:center; "/>
- <col disabled="true" ref="ediinsuclamamt" format="#,###" style="text-align:center; "/>
- <col disabled="true" ref="payinsubamt" format="#,###" style="text-align:center; "/>
- <col disabled="true" ref="insubamtdif" format="#,###" style="text-align:center; "/>
- <col disabled="true" ref="sinsukind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0008list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="winsukind" type="combo" format="yyyy-mm-dd" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0008list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="ssuppkind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0010list/P0010">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="wsuppkind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0010list/P0010">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="diagcd" style="text-align:center; "/>
- <col disabled="true" ref="spclcd" style="text-align:center; "/>
- <col ref="endyn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>진행중</label>
- <value>N</value>
- </item>
- <item>
- <label>완료</label>
- <value>Y</value>
- </item>
- <item>
- <label>대상아님</label>
- <value>X</value>
- </item>
- </choices>
- </col>
- <col ref="judgdg" visibility="hidden" style="text-align:center; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- //btn_chuga.dispatch("onclick");
- model.setValue("/root/send/tnsdata/srchflag", "1");
- model.setValue("/root/send/tnsdata/acptno", grd_searchlist.valueMatrix(grd_searchlist.row,grd_searchlist.colRef("acptno")));
- model.setValue("/root/send/tnsdata/judgdg", grd_searchlist.valueMatrix(grd_searchlist.row,grd_searchlist.colRef("judgdg")));
- model.setValue("/root/send/tnsdata/clamno", grd_searchlist.valueMatrix(grd_searchlist.row,grd_searchlist.colRef("clamno")));
- model.setValue("/root/send/tnsdata/docuseqno", grd_searchlist.valueMatrix(grd_searchlist.row,grd_searchlist.colRef("docuseqno")));
- var acptno1 = grd_searchlist.valueMatrix(grd_searchlist.row,grd_searchlist.colRef("acptno"));
- var judgdg1 = grd_searchlist.valueMatrix(grd_searchlist.row,grd_searchlist.colRef("judgdg"));
- var docuseqno1 = grd_searchlist.valueMatrix(grd_searchlist.row,grd_searchlist.colRef("docuseqno"));
- //modal("SMPIR31000", 3, 1, 1, "/root/send/tnsdata", "/root/send/data1");
- //modal("SMPIR31000","replace", "", "", "/root/send/tnsdata", "/root/send/data1");
- modal("SMPIR31000", "1","", "", "SMPIR31000", "/root/send/tnsdata", "/root/init/item1");
- ]]>
- </script>
- </datagrid>
- <button id="btn_save" class="btn4_letter2" style="left:1079px; top:3px; width:56px; height:22px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //row 값
- var update = getGridUpdateData(grd_searchlist);
- if(update == ""){
- messageBox("업데이트 정보가 없습니다.", "I");
- return 0;
- }
- model.setValue("/root/send/updatedata/uptlist",grd_searchlist.getupdatedata());
- if ( submit("TXPIR31202") ) {
- submit("TRPIR31202"); // 수정 후 재조회
- model.refresh();
- grd_searchlist.clearStatus();
- }
- ]]>
- </script>
- </button>
- </case>
- </switch>
- </group>
- <group id="group1" scroll="auto" style="left:10px; top:680px; width:1150px; height:35px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1099px; y2:0px; "/>
- <button id="btn_close" class="btn4_letter2" style="left:1085px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close(); // F5 실행시 IE를 종료시킨다.
- ]]>
- </script>
- </button>
- <button id="btn_reset" class="btn4_letter3" style="left:1010px; top:5px; width:100px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <button id="btn_chuga" class="btn3_letter10" style="left:15px; top:5px; width:104px; height:22px; ">
- <caption>이의신청정산의뢰생성</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- modal("SMPIR31000", "3", "", "", "", "", "", "");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|