123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355 |
- <?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>약품구매지급내역LIST</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <paymentlistsheet/>
- </main>
- <send>
- <condition>
- <instcd/>
- <acntcd4/>
- <ymdd/>
- <balamtflag>Y</balamtflag>
- <deptcd/>
- <depthngnm/>
- <acntcd/>
- <bankcd/>
- <entrregno/>
- <custnm/>
- <printflag/>
- </condition>
- <data>
- <instcd/>
- <mngtcd/>
- </data>
- <retrparams>
- <ymdd/>
- <acntnm4/>
- <slipdeptcd/>
- <slipdepthngnm/>
- </retrparams>
- </send>
- <init>
- <code>
- <code>
- <acnt4/>
- </code>
- </code>
- <R0001list>
- <R0001>
- <cdnm/>
- <cdid/>
- </R0001>
- </R0001list>
- </init>
- <temp/>
- <hidden>
- <paymentlistsheet/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RAM001.js"/>
- <script type="javascript" src="../../../mis/acntcommonweb/js/RAD001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
-
- function fInitialize()
- {
- // 은행코드 조회
- misfComboComCdList("R0001", cmb_bankcd, "Y");
- zbcfGetCodeList(new Array("R0001"), new Array("/root/init/R0001list"));
- model.removenode(grd_paymentlistsheet.nodeset);
-
- var instcd = getUserInfo("dutplceinstcd");
- model.setValue("/root/send/condition/instcd", instcd);
-
-
- model.setValue(ipt_ymdd.attribute("ref"), getCurrentDate().toString());
-
- model.setValue("/root/send/data/instcd", instcd);
- model.setValue("/root/send/data/mngtcd", "%");
- submit("TRRAZ00001");
-
- model.makeNode("/root/init/code/code/acnt4");
- model.makeValue("/root/init/code/code/acnt4[1]/cdnm", "전 체");
- model.makeValue("/root/init/code/code/acnt4[1]/cdid", "");
- // model.makeValue("/root/init/code/code/acnt4[1]/cdgbn", "R0010");
- var seq = 1;
- for (i=1; i<= instance1.selectNodes("root/init/code/code/codelist").length; i++)
- {
- cdgbn = model.getValue("/root/init/code/code/codelist[" + i + "]/cdgbn");
- seq++;
- //alert(i + " " + cdgbn)
- if (cdgbn == "R0010")
- {
- //alert(i + " " + cdgbn + " " + seq)
- model.makeNode( "/root/init/code/code/acnt4[" + seq + "]");
- model.makeValue( "/root/init/code/code/acnt4[" + seq + "]/cdid", model.getValue("/root/init/code/code/codelist[" + i + "]/cdid"));
- model.makeNode( "/root/init/code/code/acnt4[" + seq + "]");
- model.makeValue( "/root/init/code/code/acnt4[" + seq + "]/cdnm", model.getValue("/root/init/code/code/codelist[" + i + "]/cdnm"));
- }
- }
- cmb_supacntcd4.dispatch("xforms-value-changed");
- cmb_supacntcd4.select(0);
- }
-
-
- function fCheckAuth()
- {
- btn_search.disabled = !checkAuth("R");
- }
-
- //========================================================================================
- //부서코드 Help Open
- //========================================================================================
- function fOpenPopupDeptHelp(pControl, pInstance) {
- //02 부서코드Helper
- misfOpenPopUpList("02", pControl, "", pInstance);
- model.refresh();
- }
-
- ]]>
- </script>
- <submission id="TRRAZ00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" resultref="/root/init/code/codelist"/>
- <submission id="TRRAD00331" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition" resultref="/root/main/paymentlistsheet"/>
- <submission id="TRZBC00101" method="urlencoded-post" replace="instance"/>
- <submission id="TRRAD00332" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition" resultref="/root/hidden/paymentlistsheet"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">약품 구매 지급 내역 LIST</caption>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <group id="grp_3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:60px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1123px; top:8px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- radfRenewalBebtClos(getUserInfo("dutplceinstcd"), '', model.getValue(ipt_ymdd.attribute("ref")));
- submit("TRRAD00331");
- ]]>
- </script>
- </button>
- <line id="lin_5" class="line_4" style="x1:1107px; y1:8px; x2:1107px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption1" class="search_name" style="left:255px; top:9px; width:90px; height:17px; ">일 자 :</caption>
- <select1 id="cmb_supacntcd4" ref="/root/send/condition/acntcd4" class="combo_s_essential" navindex="1" appearance="minimal" style="left:126px; top:9px; width:109px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/code/code/acnt4">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfGetSupAcntPrAcntListCombo(model.getValue("/root/send/condition/acntcd4"), cmb_acntcd, "Y");
- model.setValue(cmb_acntcd.choices.itemset.attribute("nodeset") + "[1]/acntnm", "전 체");
- cmb_acntcd.refresh();
- cmb_acntcd.select(0);
- ]]>
- </script>
- </select1>
- <caption id="caption37" class="search_name" style="left:25px; top:9px; width:100px; height:17px; ">계정과목 :</caption>
- <input id="ipt_ymdd" ref="/root/send/condition/ymdd" class="input_s_essential" inputtype="date" style="left:350px; top:9px; width:120px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </input>
- <select1 id="rdo_balamtflag" ref="/root/send/condition/balamtflag" disabled="false" navindex="-1" appearance="full" cellspacing="40" cols="2" style="left:965px; top:9px; width:130px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>포함</label>
- <value>Y</value>
- </item>
- <item>
- <label>제외</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:860px; top:9px; width:90px; height:17px; ">금액없음 :</caption>
- <input id="ipt_depthngnm" ref="/root/send/condition/depthngnm" class="input_essential" style="left:694px; top:8px; width:150px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- racfDeptValidCheck("deptcd,depthngnm"); // 전체부서
-
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("btn_search");
- }
- ]]>
- </script>
- </input>
- <button id="btn_depthelp" class="icon_search" navindex="-1" style="left:674px; top:9px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- fOpenPopupDeptHelp(ipt_deptcd, "deptcd,depthngnm"); //전체부서
- ]]>
- </script>
- </button>
- <caption id="caption5" class="search_name" style="left:485px; top:10px; width:107px; height:17px; ">발의부서 :</caption>
- <input id="ipt_deptcd" ref="/root/send/condition/deptcd" class="input_essential" navindex="-1" maxlength="11" style="left:575px; top:8px; width:95px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- racfDeptValidCheck("deptcd,depthngnm"); // 전체부서
-
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("btn_search");
- }
- ]]>
- </script>
- </input>
- <select1 id="cmb_acntcd" ref="/root/send/condition/acntcd" class="combo_s_essential" navindex="1" visibility="hidden" appearance="minimal" style="left:215px; top:9px; width:20px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption12" class="search_name" style="left:256px; top:35px; width:117px; height:17px; text-align:left; ">은 행 :</caption>
- <caption id="caption6" class="search_name" style="left:485px; top:35px; width:104px; height:17px; ">거 래 처 :</caption>
- <input id="ipt_regnm" ref="/root/send/condition/custnm" navindex="6" imemode="hangul" style="left:694px; top:35px; width:150px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- racfCustValidCheck("entrregno,custnm", "name");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfCustValidCheck("entrregno,custnm", "name");
- ]]>
- </script>
- </input>
- <button id="btn_entregnohelp" class="icon_search" style="left:674px; top:35px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("14", ipt_regno, "", "entrregno,custnm");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_regno" ref="/root/send/condition/entrregno" navindex="5" format="999-99-99999" style="left:575px; top:35px; width:95px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- racfCustValidCheck("entrregno,custnm", "code");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfCustValidCheck("entrregno,custnm", "code");
- ]]>
- </script>
- </input>
- <select1 id="cmb_bankcd" ref="/root/send/condition/bankcd" class="combo_search" navindex="1" appearance="minimal" showvalue="true" style="left:350px; top:35px; width:120px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- </group>
- <datagrid id="grd_paymentlistsheet" nodeset="/root/main/paymentlistsheet" backcoloralternate="#ffffff" caption="기관코드^사업자등록번호^상 호^전월잔액^지급예정액^당월지급액^당월잔액^은행명^지불월" colsep="^" colwidth="0, 150, 300, 150, 120, 120, 120, 100, 70" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="16" rowsep="|" style="left:1px; top:95px; width:1193px; height:645px; font-size:10pt; ">
- <col ref="instcd" visibility="hidden"/>
- <col ref="custcd" format="999-99-99999" style="text-align:center; vertical-align:middle; "/>
- <col ref="custnm" style="text-align:left; vertical-align:middle; padding-left:10; "/>
- <col ref="prevbalamt" format="(-)#,###" style="text-align:right; padding-right:1; "/>
- <col ref="expectpayamt" format="(-)#,###" style="text-align:right; padding-right:1; "/>
- <col ref="payamt" format="(-)#,###" style="text-align:right; padding-right:1; "/>
- <col ref="balamt" format="(-)#,###" style="text-align:right; padding-right:1; "/>
- <col disabled="false" ref="bankcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/R0001list/R0001">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="paycond" style="text-align:center; vertical-align:middle; "/>
- </datagrid>
- <caption id="caption2" class="tit_2" style="left:5px; top:76px; width:215px; height:13px; ">약품 구매 지급 내역 LIST</caption>
- </group>
- <group id="grp_4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <line id="lin_2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="btn_11" class="btn6_letter2" visibility="visible" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- radfRenewalBebtClos(getUserInfo("dutplceinstcd"), '', model.getValue(ipt_ymdd.attribute("ref")));
- submit("TRRAD00332");
- if(grd_paymentlistsheet.rows == grd_paymentlistsheet.fixedRows)
- {
- messageBox("출력할 내용이" ,"I004");
- return;
- }
- model.setValue("/root/send/retrparams/ymdd", ipt_ymdd.value);
- model.setValue("/root/send/retrparams/acntnm4", cmb_supacntcd4.label);
-
- model.setValue("/root/send/retrparams/slipdeptcd", ipt_deptcd.value);
- model.setValue("/root/send/retrparams/slipdepthngnm", ipt_depthngnm.value);
-
- exeReportPreview("RPRAD00330", "XMLSTR", "/root/send/retrparams");
-
- ]]>
- </script>
- </button>
- </group>
- <button id="btn_9" class="btn2_letter4" style="left:1130px; top:113px; width:64px; height:19px; text-align:left; ">
- <caption>엑셀출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- radfSaveExcel(grd_paymentlistsheet);
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|