123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMPMC04000_가정간호진료비상세내역내역조회.xrw
- * 설 명 : 가정간호진료비내역조회
- * 설 계 자 : 이형재
- * 작 성 자 : 이형재
- * 작 성 일 : 2007.12.
- * 수정이력 : 2008.01.16 syjung 진행상태,병원/본당 조회조건 삭제 요청. Control은 visibility = hidden 속성 변경.
- * 기 타 :
- -->
- <?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>
- <result/>
- <grid>
- <datalist/>
- </grid>
- <patinfo>
- <patinfolist/>
- </patinfo>
- </main>
- <send>
- <search>
- <fromdd/>
- <todd/>
- <deptcd/>
- <pid/>
- <hngnm/>
- <radio>
- <radio2/>
- <radio3/>
- </radio>
- <nurse/>
- <chrnursid/>
- <chrrgstkind/>
- <churchcd/>
- </search>
- </send>
- <init>
- <ordeptcd>
- <orddeptcdlist>
- <nm/>
- <cd/>
- </orddeptcdlist>
- </ordeptcd>
- <church>
- <nm/>
- <cd/>
- <instdispseq/>
- </church>
- </init>
- <hidden>
- <tmp/>
- <currentdate/>
- </hidden>
- <source>
- <srchcond/>
- <autoflag/>
- <pid/>
- <hngnm/>
- <rrgstno1/>
- <rrgstno2/>
- <acptdd/>
- <checkfnexam/>
- </source>
- <tmp>
- <uncoref>
- <info>
- <popup/>
- <pid/>
- </info>
- </uncoref>
- </tmp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- finitialize();
- reqnursid(); //병원 소속 가정간호사 조회
- pamGetDeptCDDrIDList();
-
- radio2.select(0);
- // 기관별 검색이 가능하도록하기 위해 노드를 생성
- model.makeNode("/root/send/search/instcd");
- model.setValue("/root/send/search/instcd", "");
-
- //탑정보에 환자있을시 자동조회
- var pid = getPatientInfo("pid");
-
- if(pid != "") {
- model.setValue("/root/send/search/pid" , pid);
- button1.dispatch("DOMActivate");
- }
-
- //20091211 zzui 가정간호 김숙인선생님 요청 - 환자정보설정
- if(isPopup() == true){
- if(model.getValue("/root/tmp/uncoref/info/popup") == "homecare"){ //팝업사용처구분 : nurse(가정간호)
- input27.value = model.getValue("/root/tmp/uncoref/info/pid"); //환자번호
-
- }else{
- ;
- }
- }
-
-
- ]]>
- </script>
- <submission id="TRPMC04000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/grid"/>
- <submission id="TRPAM00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/hidden/tmp"/>
- <submission id="TRPMC04104" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/init/church"/>
- <submission id="TRPMC04103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/init/churnurse"/>
- <submission id="TRPMC04102" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/init/nurse"/>
- <submission id="TRPMC02500" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/source" resultref="/root/main/patinfo"/>
- </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/commonweb/js/StringHelper.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">
- <![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.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 reqchurnursid(){ //본당 조회
- submit("TRPMC04103");
- model.refresh();
- }
-
- function reqnursid(){ // 병원 소속 간호사 조회
- submit("TRPMC04102");
- model.refresh();
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1200;" 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="caption1" class="tit_1" style="left:0px; top:0px; width:194px; height:14px; ">가정간호 진료비 상세내역조회</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1194px; height:744px; ">
- <select1 id="radio4" ref="/root/send/search/chrrgstkind" visibility="hidden" appearance="full" cols="3" overflow="visible" style="left:322px; top:126px; 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>
- <select1 id="radio3" ref="/root/send/search/radio/radio3" visibility="hidden" appearance="full" cols="2" overflow="visible" style="left:15px; top:126px; width:100px; height:20px; 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-value-changed">
- <![CDATA[
- // 2009.01.26 syjung 전체 주석처리함.
- // 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>
- <line id="line3" class="line_3" visibility="hidden" style="x1:15px; y1:123px; x2:315px; y2:123px; "/>
- <select1 id="radio2" ref="/root/send/search/radio/radio2" visibility="hidden" appearance="full" cols="2" overflow="visible" style="left:15px; top:103px; width:100px; height:20px; 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-value-changed">
- <![CDATA[
- // 2009.01.26 syjung 전체 주석처리함.
- // 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;
- //
- // reqnursid(); //병원소속
- // radio4.select(0);
- // cmb_nurse1.select(0);
- //
- // 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="caption6" class="cell_1" visibility="hidden" style="left:472px; top:126px; width:80px; height:20px; vertical-align:middle; ">담당간호사</caption>
- <line id="line2" class="line_3" visibility="hidden" style="x1:15px; y1:146px; x2:1180px; y2:146px; "/>
- <caption id="caption5" class="cell_1" visibility="hidden" style="left:120px; top:126px; width:70px; height:20px; vertical-align:middle; ">본당명</caption>
- <caption id="caption4" class="cell_1" visibility="hidden" style="left:120px; top:103px; width:70px; height:20px; vertical-align:middle; ">담당간호사</caption>
- <select1 id="cmb_nurse2" ref="/root/send/search/chrnursid" visibility="hidden" appearance="minimal" style="left:555px; top:126px; 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_nurse1" ref="/root/send/search/nurse" visibility="hidden" appearance="minimal" style="left:195px; top:103px; 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_church" ref="/root/send/search/churchcd" disabled="true" visibility="hidden" appearance="minimal" style="left:195px; top:126px; 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>
- <group id="group2" style="left:0px; top:10px; width:1194px; 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; "/>
- <button id="button1" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- //2008-07-23 이동식 추가
- //조회조건에 등록번호 필수 체크
- if( model.getValue("/root/send/search/pid") == "" ) {
- messageBox("등록번호는 조회 필수 조건입니다. 등록번호를 입력하시고 조회하세요.", "E999", "");
- return false;
- }
- //END..
-
- if(submit("TRPMC04000")){
-
- }
-
- /*
- var row=1;
- var col=7;
- grd_dtlist.row= row;
- grd_dtlist.col= col;
-
- for(var i =1 ; i < grd_dtlist.rows ; i++){
- if( grd_dtlist.valueMatrix(i , 7) == "소 계"){
- grd_dtlist.cellstyle("text-align", i, 7, i, 7) = "center";
- }
- }
- */
- // 소계를 구한다
- //grd_dtlist.subtotalposition="below";
- // grd_dtlist.subtotal("sum", 2, 12, "format:#,###; roundmode:round; roundposition:2", "background-color:#ffff00; color:#0000ff; font-weight:bold; ", 0, "소계", true);
- // grd_dtlist.subtotal("sum", 2, 13, "format:#,###; roundmode:round; roundposition:2", "background-color:#ffff00; color:#0000ff; font-weight:bold; ", 0, "소계", true);
-
- //model.refresh();
-
- grd_dtlist.rebuild();
-
- grd_dtlist.subtotalposition = "below";
- grd_dtlist.multitotals = true;
- grd_dtlist.subtotal("sum", 0, 8 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#ccffcc; color:#0000; font-weight:bold; ", 0, "소계 ", false);
- grd_dtlist.subtotal("sum", 0, 9 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "소계 ", false);
- grd_dtlist.subtotal("sum", 0, 10 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "소계 ", false);
- grd_dtlist.subtotal("sum", 0, 12 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "소계 ", false);
- grd_dtlist.subtotal("sum", 0, 13 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "소계 ", false);
- grd_dtlist.subtotal("sum", 0, 14 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "소계 ", false);
- grd_dtlist.subtotal("sum", 0, 15 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "소계 ", false);
-
- grd_dtlist.subtotal("sum", -1, 8 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#99ccff; color:#0000; font-weight:bold; ", 0, "총합계 ", false);
- grd_dtlist.subtotal("sum", -1, 9 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#99ccff; color:#0000; font-weight:bold; ", 0, "총합계 ", false);
- grd_dtlist.subtotal("sum", -1, 10 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#99ccff; color:#0000; font-weight:bold; ", 0, "총합계 ", false);
- grd_dtlist.subtotal("sum", -1, 12 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#99ccff; color:#0000; font-weight:bold; ", 0, "총합계 ", false);
- grd_dtlist.subtotal("sum", -1, 13 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#99ccff; color:#0000; font-weight:bold; ", 0, "총합계 ", false);
- grd_dtlist.subtotal("sum", -1, 14 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#99ccff; color:#0000; font-weight:bold; ", 0, "총합계 ", false);
- grd_dtlist.subtotal("sum", -1, 15 , "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#99ccff; color:#0000; font-weight:bold; ", 0, "총합계 ", false);
-
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="input27" ref="/root/send/search/pid" class="input_search" style="left:433px; top:8px; width:80px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if ( event.keyCode == "13" ) {
- // 2009.01.16 syjung 환자이름 조회
- model.setValue("/root/source/srchcond", "1");
- model.setValue("/root/source/pid", input27.currentText);
-
- if(submit("TRPMC02500")){
- var vcheck_pid = model.getValue("/root/main/patinfo/patinfolist/pid");
- if (vcheck_pid == null || vcheck_pid == "" || vcheck_pid == " " || vcheck_pid == "-") {
- messageBox("존재하지 않는 등록번호","E008");//E008=입니다
- return;
- }
- 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.refresh();
- }
- else {
- messageBox("존재하지 않는 등록번호","E008");//E008=입니다
- return;
- }
- inputEnterKey("button1", "DOMActivate");
- }
- ]]>
- </script>
- </input>
- <caption id="caption21" class="search_name" style="left:6px; top:8px; width:86px; height:17px; ">진료일자 :</caption>
- <input id="input18" ref="/root/send/search/todd" class="input_search" inputtype="date" style="left:215px; top:8px; width:100px; height:19px; "/>
- <input id="input19" ref="/root/send/search/fromdd" class="input_search" inputtype="date" style="left:95px; top:8px; width:100px; height:19px; "/>
- <caption id="caption16" style="left:198px; top:10px; width:15px; height:19px; font-weight:bold; text-align:center; ">~</caption>
- <caption id="caption17" class="search_name" style="left:345px; top:8px; width:86px; height:17px; ">등록번호 :</caption>
- <button id="btn_ptbs_search" class="icon_search" style="left:518px; 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") {
- 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.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_hngnm" ref="/root/send/search/hngnm" class="input_search" disabled="true" style="left:540px; top:8px; width:130px; height:19px; ">
- <script type="javascript" ev:event="xforms-next">
- <![CDATA[
-
- ]]>
- </script>
- <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>
- </group>
- <caption id="caption20" class="tit_2" style="left:6px; top:65px; width:162px; height:13px; ">진료비 상세내역 리스트</caption>
- <line id="line8" class="line_1" style="x1:0px; y1:81px; x2:1194px; y2:81px; "/>
- <button id="button52" class="btn6_letter2" style="left:1042px; top:52px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- exeReportPreview("RPPMC04000", "XMLSTR", "", "", "false", "", "", "", "", "","", "", "", "", "", "1", "");
-
- ]]>
- </script>
- </button>
- <button id="button53" accesskey="f1" class="btn6_letter4" style="left:1100px; top:52px; 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 != "")
- {
- grd_dtlist.saveExcel(fileName, "SheetName", true, true, "", "");
- }
-
- window.exec(fileName);
-
- ]]>
- </script>
- </button>
- <datagrid id="grd_dtlist" nodeset="/root/main/grid/datalist" scroll="auto" caption="방문일자^등록번호^환자명^S/A^진료과^진료의^처방 code^처방명^수량^횟수^일수^급비^단가^금액^본인부담금^할인액" colsep="^" colwidth="78, 66, 50, 50, 99, 50, 80, 222, 32, 32, 32, 36, 90, 90, 96, 87" dataheight="25" defaultrows="2" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:0px; top:86px; width:1194px; height:649px; ">
- <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="pid" style="text-align:left; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="sexage" style="text-align:center; "/>
- <col ref="depthngnm" style="text-align:left; "/>
- <col ref="usernm" style="text-align:left; "/>
- <col ref="snglcalcscorcd" style="text-align:left; "/>
- <col ref="prescribenm" style="text-align:left; "/>
- <col ref="calcqty" format="#,###" style="text-align:right; "/>
- <col ref="calctims" format="#,###" style="text-align:right; "/>
- <col ref="calcdays" format="#,###" style="text-align:right; "/>
- <col ref="cdnm" style="text-align:center; "/>
- <col ref="appunitcost" format="(-)#,###" style="text-align:right; "/>
- <col ref="calcamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="allownbamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="discamt" format="(-)#,###" style="text-align:right; "/>
- </datagrid>
- </group>
- <group id="group5" style="left:0px; top:757px; width:1195px; height:27px; ">
- <button id="button2" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
- <caption>종료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|