123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMPMC04100_가정간호선수금수납내역조회.xrw
- * 설 명 : 가정간호선수금 수납내역조회
- * 설 계 자 : 이형재
- * 작 성 자 : 이형재
- * 작 성 일 : 2007.12.
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <grid>
- <gridlist1/>
- </grid>
- <patinfo>
- <patinfolist/>
- </patinfo>
- </main>
- <source>
- <srchcond/>
- <autoflag/>
- <pid/>
- <hngnm/>
- <rrgstno1/>
- <rrgstno2/>
- <acptdd/>
- <checkfnexam/>
- <sex/>
- <age/>
- </source>
- <send>
- <search>
- <fromdd/>
- <todd/>
- <pid/>
- <hngnm/>
- <sexage/>
- <radio>
- <radio2/>
- <radio3/>
- </radio>
- <nurse/>
- <chrnursid/>
- <churchcd/>
- <grdclick>
- <selectedpid/>
- <selectedhngnm/>
- <selectedcareflag/>
- </grdclick>
- <chrrgstkind/>
- <careflag/>
- <endyn/>
- </search>
- </send>
- <receive>
- <rcvgrid>
- <gridlist2/>
- </rcvgrid>
- <rcvgrid>
- <gridlist3>
- <totinamt/>
- <totretamt/>
- <totoutamt/>
- <totamt/>
- <remark/>
- </gridlist3>
- </rcvgrid>
- </receive>
- <hidden>
- <currentdate/>
- <tmp/>
- </hidden>
- <init>
- <church>
- <churchcd>
- <nm/>
- <cd/>
- <instdispseq/>
- </churchcd>
- </church>
- <nurse>
- <nursecd>
- <usernm/>
- <userid/>
- <gubn/>
- </nursecd>
- </nurse>
- <churnurse>
- <churnursecd>
- <usernm/>
- <userid/>
- <gubn/>
- </churnursecd>
- </churnurse>
- <P6585list/>
- </init>
- <tmp>
- <uncoref>
- <info>
- <popup/>
- <pid/>
- <kind/>
- </info>
- </uncoref>
- </tmp>
- </root>
- </instance>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM001.js"/>
- <submission id="TRPAM00105" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPMC04101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/grid"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- finitialize();
- reqnursid(); //병원 소속 가정간호사 조회
-
- radio2.select(0);
-
- //20091211 zzui 가정간호 김숙인선생님 요청 - 환자정보설정
- if(isPopup() == true){
- if(model.getValue("/root/tmp/uncoref/info/popup") == "homecare"){ //팝업사용처구분 : nurse(가정간호)
- input3.value = model.getValue("/root/tmp/uncoref/info/pid"); //환자번호
-
- if(model.getValue("/root/tmp/uncoref/info/kind") == "1") {//병원
- radio2.value = 1
- radio3.value = 1
- }else{ //본당
- radio2.value = 2
- radio3.value = 2
- }
- }else{
- ;
- }
- }
-
- ]]>
- </script>
- <submission id="TRPAM00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/hidden/tmp"/>
- <submission id="TRPMC04102" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/init/nurse"/>
- <submission id="TRPMC04103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" replace="instance" resultref="/root/init/churnurse"/>
- <submission id="TRPMC04104" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/init/church"/>
- <submission id="TRPMC04105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search/grdclick" resultref="/root/receive/rcvgrid"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.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/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function finitialize()
- {
- // 시스템 날자
- model.setValue("/root/hidden/currentdate", getCurrentDate());
-
- // 방문일정을 오늘날자로 세팅
- model.setValue("/root/send/search/fromdd",model.getValue("/root/hidden/currentdate"));
- model.setValue("/root/send/search/todd",model.getValue("/root/hidden/currentdate"));
- model.setValue("/root/send/search/careflag","ALL");
- model.setValue("/root/send/search/endyn","N");
-
- // 구분값 조회(본원과 칠곡을 분기시킴)(20160623)
- pamfGetCodeList(new Array("P6585"), new Array("/root/init/P6585list"));
-
- model.refresh();
- }
-
- function reqnursid(){
- submit("TRPMC04102");
- model.refresh();
- }
-
- function reqchurnursid(){
- submit("TRPMC04103");
- model.refresh();
- }
- // 이름의 길이를 체크 한다.
- function fHngNmVeri(gubn)
- {
- var ptbs_hngnm;
- if (gubn == "xforms-next") ptbs_hngnm = model.getValue("/root/main/ptbs/ptbs_hngnm");
- else if (gubn == "onkeypress" || gubn == "onkeyup")
- {
- ptbs_hngnm = (ipt_hngnm.currentText).toString();
- }
- //한글 한글자를 그냥 길이1로 계산
- if (eval((ptbs_hngnm.length).toString()) < 2)
- {
- messageBox("환자성명은 2글자 이상되어야 합니다!","E999","");
- model.setFocus("ipt_hngnm");
- return false;
- }
- }
-
- /*
- function calAmt(){
-
- var ina = 0;
- var out = 0;
- var ret = 0;
- var rest = 0;
-
- if ( datagrid2.rows > 1 ) {
- for ( var a = datagrid2.rows - 1; a > 0 ; a-- ) {
- var ina = 0;
- var out = 0;
- var ret = 0;
- var rest = 0;
-
- if ( a < datagrid2.rows -1){
- var o = a + 1;
- rest = parseInt(model.getValue("/root/receive/rcvgrid/gridlist2[" + o + "]/restamt"));
- }
-
- ina = parseInt(model.getValue("/root/receive/rcvgrid/gridlist2[" + a + "]/inamt"));
- out = parseInt(model.getValue("/root/receive/rcvgrid/gridlist2[" + a + "]/outamt"));
- ret = parseInt(model.getValue("/root/receive/rcvgrid/gridlist2[" + a + "]/rcptamt"));
-
- model.setValue("/root/receive/rcvgrid/gridlist2[" + a + "]/restamt", rest + ina - out - ret );
- }
- }
-
-
- // 개인별 선수금 합계를 위한 로직
- var inamt =0;
- var outamt=0;
- var retamt=0;
- var restamt =0;
- var total=0;
-
- for(var i =1 ; i < datagrid2.rows ; i++){
- restamt =0;
- inamt += parseInt(datagrid2.valueMatrix(i,2)) ;
- outamt += parseInt(datagrid2.valueMatrix(i,3));
- retamt += parseInt(datagrid2.valueMatrix(i,4));
- restamt += inamt-outamt-retamt;
-
- }
- if(datagrid2.rows>1){
- datagrid2.additem();
- model.setValue("/root/receive/rcvgrid/gridlist2["+((datagrid2.rows)-1)+"]/inamt", (String(inamt)));
- model.setValue("/root/receive/rcvgrid/gridlist2["+((datagrid2.rows)-1)+"]/outamt", (String(outamt)));
- model.setValue("/root/receive/rcvgrid/gridlist2["+((datagrid2.rows)-1)+"]/rcptamt", (String(retamt)));
- model.setValue("/root/receive/rcvgrid/gridlist2["+((datagrid2.rows)-1)+"]/restamt", (String(restamt)));
- model.setValue("/root/receive/rcvgrid/gridlist2[" +((datagrid2.rows)-1)+ "]/inoutgubn", " 합 계");
- }
-
- model.setValue("/root/receive/totgrid/totgridlist3/totinamt", inamt);
- model.setvalue("/root/receive/totgrid/totgridlist3/totretamt", outamt);
- model.setValue("/root/receive/totgrid/totgridlist3/totoutamt", retamt);
- model.setValue("/root/receive/totgrid/totgridlist3/totamt", (inamt-outamt-retamt));
- total = model.getValue("/root/receive/totgrid/totgridlist3/totamt");
- if(total>0){
- model.setValue("/root/receive/totgrid/totgridlist3/review", "가정간호 선수금 잔액이 있습니다.")
- }else if(total == 0){
- model.setValue("/root/receive/totgrid/totgridlist3/review", "가정간호 선수금 잔액이 없습니다.")
- }else {
- model.setValue("/root/receive/totgrid/totgridlist3/review", "가정간호 선수금 잔액이 부족합니다.")
- }
- }
- */
-
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <group id="group2" scroll="auto" style="left:0px; top:13px; width:1195px; height:760px; ">
- <group id="group3" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" class="search_name" style="left:15px; top:8px; width:80; height:17px; ">조회일자</caption>
- <input id="input2" ref="/root/send/search/todd" class="input_search" inputtype="date" style="left:193px; top:8px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
-
- ]]>
- </script>
- </input>
- <caption id="caption2" class="search_name" style="left:288px; top:8px; width:80px; height:17px; vertical-align:middle; ">등록번호</caption>
- <input id="input3" ref="/root/send/search/pid" style="left:368px; top:8px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode =="13"){
- inputEnterKey("btn_search", "DOMActivate");
- }
- ]]>
- </script>
- </input>
- <caption id="caption8" style="left:181px; top:10px; width:20px; height:15px; ">~</caption>
- <button id="btn_ptbs_search" class="icon_search" style="left:473px; top:8px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //조회건수가 1건일 경우 팝업창을 바로 닫는다.
- model.setValue("/root/source/checkfnexam", "1");
- model.setValue("/root/source/autoflag", "N");
-
- if( model.getValue("/root/source/srchcond") == '' ){
- model.setValue("/root/source/srchcond", '4');
- }
-
- modal("SPPMC02500", "1","150", "150", "SPPMC02500", "/root/source", " /root/send");
- model.resetInstanceNode("/root/source");
- //환자번호 copy
- var popupendflag = model.getValue("/root/main/popupendflag");
-
- if (popupendflag == "ok") {
- var test = model.getValue("/root/main/patinfo/patinfolist/pid");
-
- model.setValue("/root/send/search/pid",model.getValue("/root/main/patinfo/patinfolist/pid"));
- model.setValue("/root/send/search/hngnm",model.getValue("/root/main/patinfo/patinfolist/hngnm"));
- model.setValue("/root/source/sex", model.getValue("/root/main/patinfo/patinfolist/sex"));
- model.setValue("/root/source/age", model.getValue("/root/main/patinfo/patinfolist/age"));
- }
- var sexage ="";
-
- sexage += model.getValue("/root/source/sex");
- sexage +="/"
- sexage +=model.getValue("/root/source/age");
- model.setValue("/root/send/search/sexage", sexage);
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_hngnm" ref="/root/send/search/hngnm" disabled="true" style="left:497px; top:8px; width:80px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode =="13"){
- if(fHngNmVeri("onkeypress")==false)return;
-
- model.setValue("/root/source/srchcond", "2");
- model.setValue("/root/source/hngnm", ipt_hngnm.currentText);
- inputEnterKey("btn_ptbs_search", "DOMActivate");
-
- }
- ]]>
- </script>
- </input>
- <input id="opt_sexage" ref="/root/send/search/sexage" disabled="true" style="left:581px; top:8px; width:50px; height:19px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1124px; top:8px; width:56px; height:20px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRPMC04101");
- if(ipt_hngnm.value == ""){
- model.setValue("/root/send/search/sexage", "");
- }
-
- ]]>
- </script>
- </button>
- <input id="ipt_fromdd" ref="/root/send/search/fromdd" class="input_search" inputtype="date" style="left:95px; top:8px; width:85px; height:19px; "/>
- <caption id="caption11" class="search_name" style="left:642px; top:8px; width:60px; height:17px; ">구분</caption>
- <select1 id="radio5" ref="/root/send/search/careflag" appearance="full" cols="3" overflow="visible" style="left:698px; top:9px; width:182px; height:15px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/P6585list/P6585">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:890px; top:8px; width:55px; height:17px; ">종결여부</caption>
- <select1 id="radio1" ref="/root/send/search/endyn" appearance="full" cols="3" overflow="visible" style="left:945px; top:9px; width:150px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>%</value>
- </item>
- <item>
- <label>종결</label>
- <value>Y</value>
- </item>
- <item>
- <label>미종결</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- </group>
- <select1 id="radio2" ref="/root/send/search/radio/radio2" appearance="full" cols="2" overflow="visible" style="left:15px; top:60px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>병원</label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var select = radio2.value;
-
- if (select ==1){
- radio3.select(0);
- radio3.visible = false;
- caption5.visible= false;
- cmb_church.visible=false;
- caption6.visible=false;
- cmb_nurse2.visible=false;
- radio4.visible=false;
-
-
- radio4.select(0);
- cmb_nurse1.select(0);
- reqnursid(); //병원 소속 가정간호사 조회
-
- model.resetInstanceNode("/root/send/search/hngnm");
- model.resetInstanceNode("/root/send/search/pid");
- model.resetInstanceNode("/root/send/search/sexage");
-
- }
- else {
-
- model.resetInstanceNode("/root/send/search/hngnm");
- model.resetInstanceNode("/root/send/search/pid");
- model.resetInstanceNode("/root/send/search/sexage");
-
- radio2.visible = false;
- caption4.visible =false;
- cmb_nurse1.visible=false;
- radio3.select(1);
- radio3.visible = true;
- caption5.visible= true;
- cmb_church.visible=true;
- caption6.visible=true;
- cmb_nurse2.visible=true;
- radio4.visible=true;
-
- cmb_church.disabled=false;
-
- submit("TRPMC04104"); //본당조회
- reqchurnursid(); //본당소속 가정간호사
- cmb_nurse2.select(0);
- cmb_church.select(0);
-
- }
- model.refresh();
- ]]>
- </script>
- </select1>
- <caption id="caption4" class="cell_1" style="left:120px; top:60px; width:70px; height:20px; vertical-align:middle; ">담당간호사</caption>
- <select1 id="radio3" ref="/root/send/search/radio/radio3" visibility="hidden" appearance="full" cols="2" overflow="visible" style="left:15px; top:83px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>병원</label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var select = radio3.value;
- if (select ==1){
- radio3.select(0);
- radio3.visible = false;
- caption5.visible= false;
- cmb_church.visible=false;
- caption6.visible=false;
- cmb_nurse2.visible=false;
- radio4.visible=false;
-
- radio2.select(0);
- radio2.visible = true;
- caption4.visible= true;
- cmb_nurse1.visible=true;
-
- }
- ]]>
- </script>
- </select1>
- <caption id="caption5" class="cell_1" visibility="hidden" style="left:120px; top:83px; width:70px; height:20px; vertical-align:middle; ">본당명</caption>
- <caption id="caption6" class="cell_1" visibility="hidden" style="left:472px; top:83px; width:80px; height:20px; vertical-align:middle; ">담당간호사</caption>
- <datagrid id="datagrid1" nodeset="/root/main/grid/gridlist1" scroll="auto" caption="구분^등록번호^환자명^S/A^구분^종결여부^종결일자^미수" colsep="^" colwidth="40, 65, 60, 50, 40, 55, 68, 40" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:15px; top:150px; width:465px; height:595px; ">
- <col ref="careflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>가정</label>
- <value>H</value>
- </item>
- <item>
- <label>방문</label>
- <value>V</value>
- </item>
- </choices>
- </col>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="sexage" style="text-align:center; "/>
- <col ref="chrrgstkind" style="text-align:center; "/>
- <col ref="endflag" style="text-align:center; "/>
- <col ref="enddd" format="yyyy-mm-dd"/>
- <col disabled="true" ref="uncoyn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>존재</label>
- <value>Y</value>
- </item>
- <item>
- <label>완료</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
-
- if (isDataCell() == true) {
- var rowindex=0;
-
- rowindex = datagrid1.mouseRow;
-
- if(datagrid1.valueMatrix(rowindex,2) == ""){
- //
- }else{
-
- model.setvalue("/root/send/search/grdclick/selectedcareflag" , datagrid1.valueMatrix(rowindex,1));
- model.setvalue("/root/send/search/grdclick/selectedpid" , datagrid1.valueMatrix(rowindex,2));
- model.setvalue("/root/send/search/grdclick/selectedhngnm" , datagrid1.valueMatrix(rowindex,3));
- submit("TRPMC04105");
- }
-
- //calAmt();
- model.refresh();
-
- datagrid2.rebuild();
-
- datagrid2.subtotalposition = "below";
- datagrid2.multitotals = true;
- datagrid2.subtotal("sum", -1, 2 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
- datagrid2.subtotal("sum", -1, 3 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
- datagrid2.subtotal("sum", -1, 4 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
- datagrid2.subtotal("sum", -1, 5 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
-
- }
- ]]>
- </script>
- </datagrid>
- <datagrid id="datagrid2" nodeset="/root/receive/rcvgrid/gridlist2" caption="수납일자^입(출)금 구분^입금금액^환불금액^대체금액^납입금^카드^비고" colsep="^" colwidth="80, 120, 90, 90, 90, 80, 40, 102" mergecellsfixedrows="bycolrec" rowsep="|" style="left:486px; top:135px; width:694px; height:485px; ">
- <col ref="rcptexecdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="inoutgubn" style="text-align:center; "/>
- <col ref="inamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="outamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="rcptamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="restamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="cardyn" style="text-align:center; "/>
- <col ref="remark" style="text-align:left; "/>
- </datagrid>
- <datagrid id="datagrid3" nodeset="/root/receive/rcvgrid/gridlist3" caption="선수금 입금^선수금 환불^선수금 대체^잔 액^비고" colsep="^" colwidth="100, 100, 100, 100, 293" mergecellsfixedrows="bycolrec" rowsep="|" style="left:485px; top:650px; width:695px; height:80px; ">
- <col ref="totinamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="totretamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="totoutamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="totamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="remark" style="text-align:left; "/>
- </datagrid>
- <line id="line1" class="line_1" style="x1:15px; y1:130px; x2:480; y2:130px; "/>
- <button id="button4" class="btn6_letter2" style="left:1042px; top:80px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPPMC04100", "XMLSTR", "", "", "false", "", "", "", "", "","", "", "", "", "", "1", "");
-
- ]]>
- </script>
- </button>
- <button id="button5" class="btn6_letter4" style="left:1100px; top:80px; width:80px; height:22px; ">
- <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 != "")
- {
-
- datagrid2.saveExcel(fileName, "SheetName", true, true, "", "");
-
- }
-
- window.exec(fileName);
- ]]>
- </script>
- </button>
- <line id="line2" class="line_3" style="x1:15px; y1:103px; x2:1180px; y2:103px; "/>
- <line id="line3" class="line_3" style="x1:15px; y1:80px; x2:315px; y2:80px; "/>
- <caption id="caption9" class="tit_2" style="left:486px; top:115px; width:140px; height:13px; ">입금/대체/환불 내역</caption>
- <line id="line4" class="line_1" style="x1:486px; y1:130px; x2:1180px; y2:130px; "/>
- <caption id="caption10" class="tit_2" style="left:15px; top:115px; width:152px; height:13px; ">가정간호환자 조회내역</caption>
- <caption id="caption12" class="tit_2" style="left:485px; top:630px; width:144px; height:14px; ">가정간호 선수금 합계</caption>
- <line id="line6" class="line_1" style="x1:485px; y1:645px; x2:1180px; y2:645px; "/>
- <select1 id="cmb_nurse1" ref="/root/send/search/nurse" appearance="minimal" style="left:195px; top:60px; width:120px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/nurse/nursecd">
- <label ref="usernm"/>
- <value ref="userid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- if(cmb_nurse1.value=='1'){
- model.setValue("/root/send/search/nurse","/root/init/nurse/nursecd/usernm");
- }
- ]]>
- </script>
- </select1>
- <select1 id="cmb_nurse2" ref="/root/send/search/chrnursid" visibility="hidden" appearance="minimal" style="left:555px; top:83px; width:125px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/churnurse/churnursecd">
- <label ref="usernm"/>
- <value ref="userid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(cmb_nurse2.value=='1'){
- model.setValue("/root/send/search/chrnursid","/root/init/nurse/nursecd/usernm");
- }
-
- ]]>
- </script>
- </select1>
- <select1 id="cmb_church" ref="/root/send/search/churchcd" disabled="true" visibility="hidden" appearance="minimal" style="left:195px; top:83px; width:120px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/church/churchcd">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(cmb_church.value=='1'){
- model.setvalue("/root/send/search/churchcd", "/root/init/church/churchcd/nm");
-
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- //submit("TRPMC04103");
-
- ]]>
- </script>
- </select1>
- <select1 id="radio4" ref="/root/send/search/chrrgstkind" appearance="full" cols="3" overflow="visible" style="left:322px; top:83px; width:140px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>등록</label>
- <value>1</value>
- </item>
- <item>
- <label>무료</label>
- <value>2</value>
- </item>
- <item>
- <label>기타</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- </group>
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption7" class="tit_1" style="left:0px; top:0px; width:254px; height:14px; ">가정간호선수금 수납내역 조회</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|