123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPPAO00410.xrw
- * 설 명 : SPPAO00410_VIP후불수납미수납조회
- * 설 계 자 :
- * 작 성 자 : 조중래
- * 작 성 일 : 2013.07.23
- * 수정이력 :
- * 기 타 :
- -->
- <?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>VIP후불수납미수납건조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <uncoinfo>
- <uncolist/>
- </uncoinfo>
- </main>
- <send>
- <fromdd/>
- <todd/>
- <pid/>
- <dracptyn>A</dracptyn>
- <rcptyn>A</rcptyn>
- </send>
- <init>
- </init>
- <hidden>
- </hidden>
- <temp>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- fInitialize();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
-
- function fInitialize() {
-
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화
- model.resetInstanceNode("/root/send");
- model.resetInstanceNode("/root/main/uncoinfo/uncolist");
-
- // 현재일자
- var curDate = getCurrentDate();
- // 현재일자 설정
- model.setValue("/root/send/fromdd", curDate);
- model.setValue("/root/send/todd", curDate);
-
- model.setValue("/root/send/pid", "");
-
- model.setValue("/root/send/dracptyn", "A");
- model.setValue("/root/send/rcptyn", "A");
-
- model.refresh();
- }
-
- function fSearch() {
-
- // 에러 메세지
- var msg = "";
-
- /* 필수입력항목 체크 */
- if (model.getValue("/root/send/fromdd") == "") {
- msg = msg + "시작일자 ";
- }
- if (model.getValue("/root/send/todd") == "") {
- msg = msg + "종료일자 ";
- }
-
- // // 적용기간 제한 설정
- // if (getDateInterval(model.getValue("/root/send/fromdd"), model.getValue("/root/send/todd")) > 6) {
- //
- // messageBox("시스템부하방지를 위하여 검색기간은 최대 7일 이내로 설정 해주십시요. ", "C000");
- //
- // return;
- // }
-
- submit("TRPAM00411");
- }
- ]]>
- </script>
- <submission id="TRPAM00411" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/uncoinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../pam/calcscormngtweb/js/PIC002.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:219px; height:15px; ">VIP후불수납미수납조회</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="group2" style="left:0px; top:15px; width:1194px; height:35px; vertical-align:top; background-color:#fffbf2; border-color:#ffd799; ">
- <shape id="roundrect1" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption3" class="search_name" style="left:10px; top:9px; width:60px; height:17px; text-align:left; ">기간</caption>
- <input id="input1" ref="/root/send/fromdd" class="input_s_essential" navindex="1" inputtype="date" style="left:69px; top:8px; width:91px; height:19px; "/>
- <button id="button1" class="btn1_letter2" navindex="6" style="left:1056px; top:8px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
-
- ]]>
- </script>
- </button>
- <button id="button3" class="btn6_letter3" navindex="7" style="left:1115px; top:8px; width:68px; height:22px; ">
- <caption>excel</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //엑셀 파일 저장 ..
- var fileName = window.fileDialog("save", ",", false, "VIP후불수납미수납건조회", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "") {
- datagrid1.saveExcel(fileName, "sheet1");
- }
- ]]>
- </script>
- </button>
- <input id="input3" ref="/root/send/todd" class="input_s_essential" navindex="2" visibility="visible" inputtype="date" style="left:174px; top:8px; width:91px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:281px; top:9px; width:76px; height:17px; text-align:left; ">차트번호</caption>
- <input id="input2" ref="/root/send/pid" navindex="3" style="left:365px; top:8px; width:65px; height:19px; text-align:center; "/>
- <caption id="caption2" style="left:160px; top:10px; width:15px; height:20px; text-align:center; ">~</caption>
- <select1 id="radio1" ref="/root/send/dracptyn" navindex="4" appearance="full" cols="3" overflow="visible" style="left:555px; top:9px; width:170px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>접수완료</label>
- <value>Y</value>
- </item>
- <item>
- <label>미접수</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio2" ref="/root/send/rcptyn" navindex="5" appearance="full" cols="3" overflow="visible" style="left:855px; top:9px; width:165px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>수납완료</label>
- <value>Y</value>
- </item>
- <item>
- <label>미수납</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption4" class="search_name" style="left:445px; top:9px; width:102px; height:17px; ">의사접수여부</caption>
- <caption id="caption5" class="search_name" style="left:740px; top:9px; width:102px; height:17px; ">처방수납여부</caption>
- </group>
- <datagrid id="datagrid1" nodeset="/root/main/uncoinfo/uncolist" caption="실시일자^차트번호^성명^진료일시^진료일시^생성번호^진료과^진료과코드^진료의^진료의사번^의사접수^처방코드^처방명칭^처방수납번호^처방분류" colsep="^" colwidth="90, 70, 80, 90, 50, 60, 138, 40, 80, 40, 60, 110, 220, 100, 80" dataheight="25" defaultrows="2" explorerbar="move" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:65px; width:1194px; height:670px; text-align:center; ">
- <col ref="execdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="ordtm" format="hh:nn" style="text-align:center; "/>
- <col ref="cretno" style="text-align:center; "/>
- <col ref="orddeptnm" style="text-align:left; "/>
- <col ref="orddeptcd" visibility="hidden"/>
- <col ref="orddrnm" style="text-align:center; "/>
- <col ref="orddrid" visibility="hidden"/>
- <col ref="dracptyn" style="text-align:center; "/>
- <col ref="calcscorcd" style="text-align:left; padding-left:5; "/>
- <col ref="calcscornm" style="text-align:left; padding-left:5; "/>
- <col ref="rcptno" style="text-align:left; padding-left:5; "/>
- <col ref="prcpclsnm" style="text-align:center; "/>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:752px; width:1195px; height:27px; ">
- <button id="button9" class="btn4_letter3" style="left:1125px; top:5px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- fInitialize();
-
- ]]>
- </script>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:72px; x2:1194px; y2:72px; "/>
- </xhtml:body>
- </xhtml:html>
|