123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- 2008.10.07 / 최초작성 / 박재형
- -->
- <?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>산재지불결정통지서(I020)조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <grid>
- <gridlisti020>
- <i020>
- <notidd/>
- <acptflag/>
- <ordym/>
- <ioflag/>
- <sumtypecd/>
- <clamno/>
- <acptno/>
- <dg/>
- <payschedd/>
- <incnt/>
- <inpaydecicnt/>
- <inpayimpsicnt/>
- <inpretecnt/>
- <incutcnt/>
- <gohospcnt/>
- <gohosppaydecicnt/>
- <gohosppayimpsicnt/>
- <gohosppretecnt/>
- <gohospcutcnt/>
- <ingocnt/>
- <ingopaydecicnt/>
- <ingopayimpsicnt/>
- <ingopretecnt/>
- <ingocutcnt/>
- <inclamamt/>
- <inpaydeciamt/>
- <inpayimpsiamt/>
- <inpreteamt/>
- <incutamt/>
- <gohospclamamt/>
- <gohosppdeciamt/>
- <gohosppimpsiamt/>
- <gohosppreteamt/>
- <gohospcutamt/>
- <ingoclamamt/>
- <ingopaydeciamt/>
- <ingopayimpsiamt/>
- <ingopreteamt/>
- <ingocutamt/>
- <excspayamt/>
- <orginspramt/>
- <calcprepayamt/>
- <preteamt/>
- <subtramtsum/>
- <orgpayamt/>
- <rem/>
- <docuno/>
- <healcareinstcd/>
- <taxstndamt/>
- <incmtax/>
- <resdntax/>
- <orgchrgtaxamtsum/>
- <acntno/>
- <acntbankcd/>
- </i020>
- </gridlisti020>
- </grid>
- </main>
- <send>
- <termflag/>
- <fromacptym/>
- <toacptym/>
- <acptflag/>
- <clamno/>
- <acptno/>
- <sumtypecd>-</sumtypecd>
- <clamdgfrom/>
- <clamdgto/>
- <clamflag/>
- <clamym/>
- </send>
- <init>
- <P0272list>
- <P0272>
- <cdid/>
- <cdnm/>
- </P0272>
- </P0272list>
- <P0028list>
- <P0028>
- <cdid/>
- <cdnm/>
- </P0028>
- </P0028list>
- <P0458list>
- <P0458>
- <cdid/>
- <cdnm/>
- </P0458>
- </P0458list>
- <clamdgfrom>
- <clamdglist>
- <clamdgnm/>
- <clamdgcd/>
- </clamdglist>
- </clamdgfrom>
- <clamdgto>
- <clamdglist>
- <clamdgnm/>
- <clamdgcd/>
- </clamdglist>
- </clamdgto>
- <P0155list>
- <P0155>
- <cdid/>
- <cdnm/>
- </P0155>
- </P0155list>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 공통코드
- CommCode_Load();
- var fromacptym = model.getValue("/root/send/fromacptym");
- if (fromacptym != "") {
- submit("TRPIE01800");
- }
- else {
- // 초기화
- fInitialize();
- }
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPIE01800" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/grid"/>
- <submission id="TRPID20407" mediatype="application/x-www-form-urlencoded" method="post" ref="root/send" resultref="/root/init/clamdg"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/instantmsgweb/js/ZMI001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript">
- <![CDATA[
- // 공통코드
- function CommCode_Load() {
- // P0272 접수구분(산재심결/지불결정)
- zbcfGetCodeList(new Array("P0272","P0028","P0458", "P0155"),
- new Array("/root/init/P0272list","/root/init/P0028list","/root/init/P0458list", "/root/init/P0155list"));
- model.refresh();
- }
-
- // 초기화
- function fInitialize() {
- var today = getCurrentDate();
-
- model.resetInstanceNode("/root/send");
-
- rdo_termflag.select(0); // 기간구분 -통지일자
- ipt_fromacptym.value = today; // 시작일
- ipt_toacptym.value = today; // 종료일
- cmb_acptflag.select(0); // 접수구분
- ipt_clamno.value = "" // 청구번호
- ipt_acptno.value = "" // 접수번호
- rdo_sumtypecd.select(0); // 산재유형 - 전체
-
- cmb_clamdgfrom.value = "";
- cmb_clamdgto.value = "";
- cmb_clamdgfrom.disabled = true;
- cmb_clamdgto.disabled = true;
-
- // 그리드 공라인 없애기
- model.removeNodeset("/root/main/grid/gridlisti020");
-
- model.refresh();
-
- // 포커스 이동
- model.setFocus("ipt_fromacptym");
- }
-
- // 청구년월 함수
- function pidfGetClamdg() {
-
- var check = model.getValue("/root/send/termflag");
-
- if ( model.getValue("/root/send/fromterm") > model.getValue("/root/send/toterm") ) {
- messageBox("종료일은 시작일보다 클 수 ", "I004");
- model.setValue("/root/send/toterm","")
- }
-
- if(check == "2"){
- if(model.getValue("/root/send/fromacptym") != "" || model.getValue("/root/send/toacptym") != ""){
- model.removeNodeset("/root/init/clamdg");
- model.makeNode("/root/init/clamdg");
- model.setValue("/root/send/clamym",model.getValue("/root/send/fromacptym"));
- model.removeNodeset("/root/send/ioflag");
- model.removeNodeset("/root/send/insukind");
- model.makeNode("/root/send/ioflag");
- model.makeNode("/root/send/insukind");
- model.setValue("/root/send/ioflag", "A");
- model.setValue("/root/send/insukind", "41");
- submit("TRPID20407");
- model.copyNode("/root/init/clamdgfrom","/root/init/clamdg");
- cmb_clamdgfrom.refresh();
- cmb_clamdgfrom.select(0);
-
- model.setValue("/root/send/clamym",model.getValue("/root/send/toacptym"));
- submit("TRPID20407");
- model.copyNode("/root/init/clamdgto","/root/init/clamdg");
- addComboItem("cmb_clamdgfrom","전체","","above");
- addComboItem("cmb_clamdgto","전체","","above");
- cmb_clamdgto.refresh();
- cmb_clamdgto.select(0);
- }
- model.removeNodeset("/root/send/insukind");
- model.removeNodeset("/root/send/ioflag");
- }
-
- }
-
- // 청구년월 차수 기간 체크
- function fChkClamym()
- {
- var fromym = model.getValue("/root/send/fromacptym");
- var toym = model.getValue("/root/send/toacptym");
- var check = model.getValue("/root/send/termflag");
-
- if(check == "2"){
- if ( fromym != toym ){
-
- cmb_clamdgfrom.value = "";
- cmb_clamdgto.value = "";
- cmb_clamdgfrom.disabled = true;
- cmb_clamdgto.disabled = true;
-
- }else{
- cmb_clamdgfrom.disabled = false;
- cmb_clamdgto.disabled = false;
- cmb_clamdgfrom.select(0);
- cmb_clamdgto.select(0);
- }
- cmb_clamdgto.refresh();
- cmb_clamdgfrom.refresh();
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">산재지불결정통지서(I020)조회</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <caption id="caption36" class="tit_2" style="left:5px; top:80px; width:169px; height:14px; ">I020</caption>
- <line id="line27" class="line_1" style="x1:0px; y1:95px; x2:1194px; y2:95px; "/>
- <button id="button26" class="btn2_letter2" style="left:1152px; top:75px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //출력하기 위해 노드에 코드값으로 가지고 있는 필드의 실제 매핑값을 임의로 만들어 준다.
- var cnt = getNodesetCount("/root/main/grid/gridlisti020/i020/notidd");
- for( var i = 1; i <= cnt; i++ ){
- //매핑값을 넣어주기 위한 노드 생성
- model.makeNode("/root/main/grid/gridlisti020/i020["+ i +"]/acptflagnm");
- model.makeNode("/root/main/grid/gridlisti020/i020["+ i +"]/sumtypecdnm");
- model.makeNode("/root/main/grid/gridlisti020/i020["+ i +"]/ioflagnm");
-
- //매핑값 세팅
- model.setValue("/root/main/grid/gridlisti020/i020["+ i +"]/acptflagnm", grd_i020.labelMatrix(i + 1, grd_i020.colRef("acptflag")));
- model.setValue("/root/main/grid/gridlisti020/i020["+ i +"]/sumtypecdnm", grd_i020.labelMatrix(i + 1, grd_i020.colRef("sumtypecd")));
- model.setValue("/root/main/grid/gridlisti020/i020["+ i +"]/ioflagnm", grd_i020.labelMatrix(i + 1, grd_i020.colRef("ioflag")));
- }
- exeReportPreview("RPPIE01800", "XMLSTR", "","", "false","","","","","false");
- ]]>
- </script>
- </button>
- <button id="button12" class="btn2_letter4" style="left:1087px; top:75px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var today = getCurrentDate(); // 엑셀파일이름에오늘날짜를 넣기위해 받아옴
- // 그리드 제목을 선택하면 저장이 안된다.
- if (grd_i020.rows == 1) {
- return;
- }
-
- var fileName = window.fileDialog("save", ",", false, "I020-산재지불결정통지서_"+today, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_i020.saveExcel(fileName, "SheetName", true, true, "", "", "acptflag:label;");
- }
- ]]>
- </script>
- </button>
- <datagrid id="grd_i020" nodeset="/root/main/grid/gridlisti020/i020" caption="통지일자^접수구분^진료년월^내원유형^집계유형^청구번호^접수번호^차수^지불
예정일자^입원^입원^입원^입원^입원^입원^입원^입원^입원^입원^통원^통원^통원^통원^통원^통원^통원^통원^통원^통원^입원+통원^입원+통원^입원+통원^입원+통원^입원+통원^입원+통원^입원+통원^입원+통원^입원+통원^입원+통원^과지급금^실사환수금^개산금선지급액^지급보류또는
기타차감금액^지급보류또는
차감금액소계^실지급액^참조란^서식번호^의료기관코드^과세표준액^소득세^주민세^원천징수세액^계좌번호^은행코드|통지일자^접수구분^진료년월^내원유형^집계유형^청구번호^접수번호^차수^지불
예정일자^건수^청구액^지불결정건수^지불결정금액^지급불능건수^지급불능금액^지급보류건수^지급보류금액^삭감건수^삭감액^건수^청구액^지불결정건수^지불결정금액^지급불능건수^지급불능금액^지급보류건수^지급보류금액^삭감건수^삭감액^건수^청구액^지불결정건수^지불결정금액^지급불능건수^지급불능금액^지급보류건수^지급보류금액^삭감건수^삭감액^과지급금^실사환수금^개산금선지급액^지급보류또는
기타차감금액^지급보류또는
차감금액소계^실지급액^참조란^서식번호^의료기관코드^과세표준액^소득세^주민세^원천징수세액^계좌번호^은행코드" colsep="^" colwidth="80, 66, 70, 70, 90, 70, 100, 35, 80, 39, 85, 82, 85, 81, 85, 76, 85, 53, 85, 50, 85, 84, 85, 79, 85, 78, 85, 69, 85, 49, 85, 93, 85, 86, 85, 85, 85, 71, 85, 79, 66, 60, 84, 75, 79, 100, 60, 80, 71, 100, 70, 100, 100, 60" dataheight="23" defaultrows="2" focuscolor="#b9e5fb" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="35" rowsep="|" style="left:0px; top:100px; width:1194px; height:642px; ">
- <col ref="notidd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="acptflag" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0272list/P0272">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="ordym" format="yyyy/mm" style="text-align:center; "/>
- <col ref="ioflag" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0028list/P0028">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="sumtypecd" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0458list/P0458">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="clamno" style="text-align:center; "/>
- <col ref="acptno" style="text-align:center; "/>
- <col ref="dg" style="text-align:center; "/>
- <col ref="payschedd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="incnt" format="#,###" style="text-align:center; "/>
- <col ref="inclamamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="inpaydecicnt" format="#,###" style="text-align:center; "/>
- <col ref="inpaydeciamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="inpayimpsicnt" format="#,###" style="text-align:center; "/>
- <col ref="inpayimpsiamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="inpretecnt" format="#,###" style="text-align:center; "/>
- <col ref="inpreteamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="incutcnt" format="#,###" style="text-align:center; "/>
- <col ref="incutamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="gohospcnt" format="#,###" style="text-align:center; "/>
- <col ref="gohospclamamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="gohosppaydecicnt" format="#,###" style="text-align:center; "/>
- <col ref="gohosppdeciamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="gohosppayimpsicnt" format="#,###" style="text-align:center; "/>
- <col ref="gohosppimpsiamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="gohosppretecnt" format="#,###" style="text-align:center; "/>
- <col ref="gohosppreteamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="gohospcutcnt" format="#,###" style="text-align:center; "/>
- <col ref="gohospcutamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="ingocnt" format="#,###" style="text-align:center; "/>
- <col ref="ingoclamamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="ingopaydecicnt" format="#,###" style="text-align:center; "/>
- <col ref="ingopaydeciamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="ingopayimpsicnt" format="#,###" style="text-align:center; "/>
- <col ref="ingopayimpsiamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="ingopretecnt" format="#,###" style="text-align:center; "/>
- <col ref="ingopreteamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="ingocutcnt" format="#,###" style="text-align:center; "/>
- <col ref="ingocutamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="excspayamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="orginspramt" format="(-)#,###" style="text-align:right; "/>
- <col ref="calcprepayamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="preteamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="subtramtsum" format="(-)#,###" style="text-align:right; "/>
- <col ref="orgpayamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="rem" style="text-align:left; "/>
- <col ref="docuno" style="text-align:center; "/>
- <col ref="healcareinstcd" style="text-align:center; "/>
- <col ref="taxstndamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="incmtax" format="(-)#,###" style="text-align:right; "/>
- <col ref="resdntax" format="(-)#,###" style="text-align:right; "/>
- <col ref="orgchrgtaxamtsum" format="(-)#,###" style="text-align:right; "/>
- <col ref="acntno" style="text-align:center; "/>
- <col ref="acntbankcd" style="text-align:center; "/>
- </datagrid>
- <group id="group5" style="left:0px; top:10px; width:1194px; height:60px; vertical-align:top; ">
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="cap_toacptym" class="search_name" style="left:0px; top:22px; width:66px; height:17px; ">기간 :</caption>
- <select1 id="rdo_termflag" ref="/root/send/termflag" overflow="visible" appearance="full" cols="1" rows="2" style="left:65px; top:14px; width:70px; height:32px; border-style:none; ">
- <choices>
- <item>
- <label>통지일자</label>
- <value>1</value>
- </item>
- <item>
- <label>청구년월</label>
- <value>2</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var today = getCurrentDate();
- // 접수년월을 선택하는 경우 입력 값의 길이가 6자리를 넘는지 체크한다.
- if (rdo_termflag.value == 2) {
- ipt_fromacptym.attribute("maxlength") = 6;
- ipt_toacptym.attribute("maxlength") = 6;
-
- // 2007.10.12 날짜 형식 지정
- ipt_fromacptym.attribute("format") = "yyyy-mm";
- ipt_toacptym.attribute("format") = "yyyy-mm";
-
- model.setFocus("ipt_fromacptym");
-
- if (ipt_fromacptym.value.length >= 7) {
- // 사용자에게 에러 메시지를 보여주고 'YYYYMM'형식으로 변환시킨다.
- messageBox("진료년월을 'YYYYMM'형식으로 입력해 주십시오.", "C003");
- ipt_fromacptym.value = ipt_fromacptym.value.substr(0,6);
- ipt_toacptym.value = ipt_toacptym.value.substr(0,6);
- }
-
- cmb_clamdgfrom.disabled = false;
- cmb_clamdgto.disabled = false;
- cmb_clamdgfrom.select(0);
- cmb_clamdgto.select(0);
- }
-
- // 통지일자를 선택하는 경우 입력 값의 길이가 6자리를 넘는지 체크한다.
- if (rdo_termflag.value == 1) {
- ipt_fromacptym.attribute("maxlength") = 8;
- ipt_toacptym.attribute("maxlength") = 8;
-
- model.setValue("/root/send/fromacptym", today);
- model.setValue("/root/send/toacptym", today);
-
-
- // 2007.10.12 날짜 형식 지정
- ipt_fromacptym.attribute("format") = "yyyy-mm-dd";
- ipt_toacptym.attribute("format") = "yyyy-mm-dd";
-
- cmb_clamdgfrom.value = "";
- cmb_clamdgto.value = "";
- cmb_clamdgfrom.disabled = true;
- cmb_clamdgto.disabled = true;
-
- model.setFocus("ipt_fromacptym");
- }
-
- model.refresh();
- ]]>
- </script>
- </select1>
- <input id="ipt_fromacptym" ref="/root/send/fromacptym" class="input_search" inputtype="date" style="left:144px; top:21px; width:85px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- model.setValue("/root/send/toacptym",model.getValue("/root/send/fromacptym"));
- model.refresh();
- pidfGetClamdg();
- fChkClamym();
- // model.setValue("/root/send/toacptym",model.getValue("/root/send/fromacptym"));
- // model.refreshpart("/root/send/toacptym");
- ]]>
- </script>
- </input>
- <caption id="caption31" style="left:294px; top:22px; width:15px; height:15px; ">~</caption>
- <input id="ipt_toacptym" ref="/root/send/toacptym" class="input_search" inputtype="date" style="left:308px; top:21px; width:85px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- pidfGetClamdg();
- fChkClamym();
- ]]>
- </script>
- </input>
- <caption id="caption34" class="search_name" style="left:491px; top:5px; width:90px; height:17px; ">접수구분 :</caption>
- <select1 id="cmb_acptflag" ref="/root/send/acptflag" class="combo_search" appearance="minimal" style="left:580px; top:5px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0272list/P0272">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption35" class="search_name" style="left:491px; top:35px; width:90px; height:17px; ">청구번호 :</caption>
- <input id="ipt_clamno" ref="/root/send/clamno" class="input_search" style="left:581px; top:35px; width:100px; height:19px; "/>
- <caption id="caption30" class="search_name" style="left:729px; top:5px; width:90px; height:17px; ">접수번호 :</caption>
- <input id="ipt_acptno" ref="/root/send/acptno" class="input_search" style="left:819px; top:5px; width:100px; height:19px; "/>
- <caption id="caption40" class="search_name" style="left:959px; top:20px; width:90px; height:17px; ">산재유형 :</caption>
- <select1 id="rdo_sumtypecd" ref="/root/send/sumtypecd" overflow="visible" appearance="full" cols="1" rows="3" style="left:1050px; top:5px; width:47px; height:49px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>-</value>
- </item>
- <item>
- <label>산재</label>
- <value>0</value>
- </item>
- <item>
- <label>후유</label>
- <value>A</value>
- </item>
- </choices>
- </select1>
- <line id="line26" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:54px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_research" class="btn1_letter2" style="left:1123px; top:19px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ((ipt_fromacptym.currentText == "" && ipt_clamno.currentText == "" && ipt_acptno.currentText == "") ||
- (ipt_toacptym.currentText == "" && ipt_clamno.currentText == "" && ipt_acptno.currentText == "")) {
- messageBox("[기간 ]또는 [청구번호/접수번호]를","C001");
- }
- else {
- submit("TRPIE01800");
- }
- ]]>
- </script>
- </button>
- <select1 id="cmb_clamflag" ref="/root/send/clamflag" class="combo_search" appearance="minimal" style="left:819px; top:35px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0155list/P0155">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption5" class="search_name" style="left:729px; top:35px; width:86px; height:17px; ">청구구분 :</caption>
- <select1 id="cmb_clamdgto" ref="/root/send/clamdgto" class="combo_search" appearance="minimal" style="left:398px; top:21px; width:55px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/clamdgto/clamdglist">
- <label ref="clamdgnm"/>
- <value ref="clamdgcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/clamdgfrom", model.getValue("/root/send/clamdgto"));
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_clamdgfrom" ref="/root/send/clamdgfrom" class="combo_search" appearance="minimal" style="left:234px; top:21px; width:55px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/clamdgfrom/clamdglist">
- <label ref="clamdgnm"/>
- <value ref="clamdgcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/clamdgto", model.getValue("/root/send/clamdgfrom"));
- model.refresh();
- ]]>
- </script>
- </select1>
- </group>
- <button id="button7" class="btn2_letter6" style="left:999px; top:75px; width:86px; height:19px; ">
- <caption>Open Excel</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- try {
- window.exec("excel");
- } catch(e) {
- alert(e);
- }
- ]]>
- </script>
- </button>
- <button id="button10" class="btn2_letter3" style="left:889px; top:75px; width:53px; height:19px; ">
- <caption>열카피</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- grd_i020.attribute("selectionmode") = "bycol";
- ]]>
- </script>
- </button>
- <button id="button11" class="btn2_letter3" style="left:944px; top:75px; width:53px; height:19px; ">
- <caption>행카피</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- grd_i020.attribute("selectionmode") = "byrow";
- ]]>
- </script>
- </button>
- <button id="button13" class="btn2_letter3" style="left:834px; top:75px; width:53px; height:19px; ">
- <caption>셀카피</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- grd_i020.attribute("selectionmode") = "free";
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|