123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>
- <slipreflist>
- <instcd/>
- <unsldd/>
- <unslno/>
- <slipflag/>
- <slipdeptnm/>
- <usernm/>
- <slipstatus/>
- <defrayreqdd/>
- <slipdd/>
- <slipno/>
- <amt/>
- <slipcmt/>
- <slipkind/>
- <slipdeptcd/>
- <unslwrit/>
- </slipreflist>
- <slipdetlspec/>
- </main>
- <send>
- <data1>
- <instcd/>
- <slipfr/>
- <slipto/>
- <slipkind/>
- <slipflag/>
- <slipdeptcd/>
- <slipgubn/>
- <framt/>
- <toamt/>
- <emplno/>
- <ddkind/>
- <checkyn/>
- </data1>
- <data2>
- <instcd/>
- <unsldd/>
- <unslno/>
- </data2>
- <data3>
- <mngtcd/>
- <instcd/>
- </data3>
- </send>
- <hidden>
- <condition>
- <instcd/>
- <slipfr/>
- <slipto/>
- <slipkind/>
- <slipflag/>
- <slipdeptcd/>
- <slipdeptnm/>
- <slipgubn>%</slipgubn>
- <framt/>
- <toamt/>
- <emplno/>
- <emplnm/>
- <ddkind/>
- <checkyn/>
- </condition>
- <unsl>
- <drsum/>
- <crsum/>
- </unsl>
- </hidden>
- <init>
- <R0008list>
- <R0008>
- <cdnm/>
- <cdid/>
- </R0008>
- </R0008list>
- <code>
- <codelist/>
- </code>
- </init>
- <temp/>
- </root>
- </instance>
- <submission id="TRRAD00211" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/main/slipreflist"/>
- <submission id="TRRAD00212" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" resultref="/root/main/slipdetlspec"/>
- <submission id="TRRAZ00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data3" resultref="/root/init/code/codelist"/>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fCheckAuth();
- fInitialize();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/acntcommonweb/js/RAD001.js"/>
- <script type="javascript">
- <![CDATA[
- var acntdept = "";
- var bugtdept = "";
- //========================================================================================
- //화면 권한 체크
- //========================================================================================
- function fCheckAuth() {
- btn_search.disabled = !checkAuth("R") ;
- }
-
- //========================================================================================
- //초기화
- //========================================================================================
- function fInitialize() {
- var sToday = getCurrentDate().toString();
- var instcd = getUserInfo("dutplceinstcd");
- var deptcd = getUserInfo("dutplcecd");
- var deptnm = getUserInfo("dutplcenm");
-
- zbcfGetCodeList(new Array("R0008"), new Array("/root/init/R0008list"));
- model.removenode("/root/main/slipreflist");
- model.removenode("/root/main/slipdetlspec");
-
- //-----------------------------------------------------------------------------------------------------
- model.setValue("/root/send/data3/instcd", instcd);
- model.setValue("/root/send/data3/mngtcd", "acntdept");
- model.refresh();
- submit("TRRAZ00001");
- acntdept = model.getValue("/root/init/code/code/codelist[1]/cdid");
- model.removenode("/root/init/code/code/codelist");
-
- model.setValue("/root/send/data3/instcd", instcd);
- model.setValue("/root/send/data3/mngtcd", "bugtdept");
- model.refresh();
- submit("TRRAZ00001");
- bugtdept = model.getValue("/root/init/code/code/codelist[1]/cdid");
-
-
- if(radfCheckInstMngt(getUserInfo("dutplceinstcd"), 'condition7') == "Y")
- {
- misfComboComCdList("R0360", rdo_slipkind, "Y");
- }
- else
- {
- misfComboComCdList("R0359", rdo_slipkind, "Y");
- }
-
- if (instance1.selectNodes("root/init/code/code/codelist").length != 0) {
- //alert(bugtdept)
- if (!(deptcd == acntdept || deptcd == bugtdept)) {
- //model.setValue("/root/hidden/condition/slipdeptcd", deptcd);
- //model.setValue("/root/hidden/condition/slipdeptnm", deptnm);
-
- model.refresh();
-
- //ipt_slipdeptcd.disabled = true;
- ipt_slipdeptnm.disabled = true;
- //btn_slipdeptcd.disabled = true;
- }
- }
- //-----------------------------------------------------------------------------------------------------
- model.setValue("/root/hidden/condition/slipfr", sToday);
- model.setValue("/root/hidden/condition/slipto", sToday);
- model.setValue("/root/hidden/condition/instcd", getUserInfo("dutplceinstcd"));
-
- model.setValue("/root/hidden/condition/ddkind", "wd");
- //cmb_ddkind.disabled = true;
- cmb_ddkind.refresh();
-
- grd_slipreflist.colDisabled(grd_slipreflist.colRef("checkyn")) = true;
-
- model.refresh();
- }
-
- //========================================================================================
- //각종 코드 Help Open
- //========================================================================================
- function fOpenPopupHelp(pHelper, pControl, pInstance, pCdgrupid, pValueControl, pNodeName)
- {
- misfOpenPopUpList(pHelper, pControl, pCdgrupid, pInstance, pValueControl, pNodeName);
- model.refresh();
- }
-
- //========================================================================================
- //코드 Validation Check
- //========================================================================================
- function fValidationCheck(vgbn, recvlist, pcdgrupid, pNextIndex, pValueControl, pNodeName)
- {
- if(event.keyCode == 13 || event.name == "xforms-value-changed")
- {
- document.controls(event.currentTarget).value = document.controls(event.currentTarget).currentText;
- misfValidationCheck(vgbn, pcdgrupid, recvlist, pValueControl, pNodeName);
- model.refresh();
-
- model.setFocus(pNextIndex);
- }
- }
- ]]>
- </script>
- </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:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:230px; height:14px; ">전표조회</caption>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:767px; ">
- <datagrid id="grd_slipdetlspec" nodeset="/root/main/slipdetlspec" caption="연번^계정코드^계정과목^상대처^적요^차변금액^대변금액^보조과목^금액^발의일자^발의번호^기관코드" colsep="^" colwidth="31, 63, 143, 129, 322, 115, 117, 150, 0, 0, 0, 0" dataheight="25" ellipsis="true" extendlastcol="false" mergecells="byrestriccol" rowheader="select" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:469px; width:959px; height:298px; ">
- <col ref="unslseqno" style="text-align:center; "/>
- <col ref="acntcd" style="text-align:center; "/>
- <col ref="acntnm"/>
- <col ref="custnm"/>
- <col ref="etcnotefact"/>
- <col ref="dramt" format="(-)#,###" style="text-align:right; "/>
- <col ref="cramt" format="(-)#,###" style="text-align:right; "/>
- <col ref="nmbojo1" style="text-align:left; "/>
- <col ref="amt" visibility="hidden"/>
- <col ref="unsldd" visibility="hidden"/>
- <col ref="unslno" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- </datagrid>
- <datagrid id="grd_slipreflist" nodeset="/root/main/slipreflist" caption="기관코드^발의일자^발의번호^전표구분^발의부서^발의자^전표상태^기표일자^승인일자^승인일자^금액^전표적요^전표유형^발의부서^발의자^확인" colsep="^" colwidth="0, 75, 56, 119, 127, 72, 68, 100, 71, 41, 80, 340, 59, 0, 0, 30" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="select" rowheight="25" rowsep="|" style="left:0px; top:110px; width:1193px; height:322px; ">
- <col ref="instcd" visibility="hidden"/>
- <col ref="unsldd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="unslno" style="text-align:center; "/>
- <col ref="slipflag"/>
- <col ref="slipdeptnm"/>
- <col ref="usernm"/>
- <col ref="slipstatus" style="text-align:center; "/>
- <col ref="defrayreqdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="slipdd" visibility="hidden" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="slipno" visibility="hidden" style="text-align:center; "/>
- <col ref="amt" format="(-)#,###" style="text-align:right; "/>
- <col ref="slipcmt"/>
- <col disabled="true" ref="slipkind" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>대체</label>
- <value>1</value>
- </item>
- <item>
- <label>입금</label>
- <value>2</value>
- </item>
- <item>
- <label>출금</label>
- <value>3</value>
- </item>
- <item>
- <label>지출대체</label>
- <value>4</value>
- </item>
- </choices>
- </col>
- <col ref="slipdeptcd" visibility="hidden"/>
- <col ref="unslwrit" visibility="hidden"/>
- <col checkvalue="Y,N" ref="checkyn" type="checkbox"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- var cur_row = grd_slipreflist.row;
-
- if ( cur_row > 0) {
- model.setValue("/root/send/data2/instcd", model.getValue("/root/main/slipreflist["+cur_row+"]/instcd"));
- model.setValue("/root/send/data2/unsldd", model.getValue("/root/main/slipreflist["+cur_row+"]/unsldd"));
- model.setValue("/root/send/data2/unslno", model.getValue("/root/main/slipreflist["+cur_row+"]/unslno"));
- model.refresh();
-
- submit("TRRAD00212");
- }
- grd_slipreflist.dispatch("onmouseup");
-
- grd_slipdetlspec.subtotalposition = "above";
- grd_slipdetlspec.multitotals = true;
-
- grd_slipdetlspec.subtotal("sum", -1, 6, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; font-weight:bold; ", 3, "합 계", true);
- grd_slipdetlspec.subtotal("sum", -1, 7, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; font-weight:bold; ", 3, "합 계", true);
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if (grd_slipreflist.isCell(event.target) && grd_slipreflist.row > 0) {
- model.makeValue("/root/source/slipinfo/instcd", model.getValue("/root/main/slipreflist["+grd_slipreflist.row+"]/instcd"));
- model.makeValue("/root/source/slipinfo/slipdt", model.getValue("/root/main/slipreflist["+grd_slipreflist.row+"]/unsldd"));
- model.makeValue("/root/source/slipinfo/slipno", model.getValue("/root/main/slipreflist["+grd_slipreflist.row+"]/unslno"));
-
- model.refresh();
- modal("SMRAD00100","","","","","/root/source", "/root/target" );
- }
- ]]>
- </script>
- </datagrid>
- <line id="line1" class="line_1" style="x1:0px; y1:102px; x2:1193px; y2:102px; "/>
- <group id="group4" style="left:0px; top:10px; width:1195; height:89; vertical-align:top; ">
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:89px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption5" class="search_name" style="left:776px; top:11px; width:88px; height:17px; ">발의일자 :</caption>
- <caption id="caption7" class="search_name" style="left:419px; top:63px; width:91px; height:17px; ">전표상태 :</caption>
- <line id="line30" class="line_4" style="x1:1099px; y1:12px; x2:1099px; y2:53px; "/>
- <caption id="caption8" class="search_name" style="left:419px; top:37px; width:91px; height:17px; ">전표유형 :</caption>
- <caption id="caption37" class="search_name" style="left:16px; top:11px; width:91px; height:17px; ">발의부서 :</caption>
- <input id="input6" ref="/root/hidden/condition/slipfr" class="input_s_essential" inputtype="date" style="left:865px; top:11px; width:100px; height:19px; "/>
- <input id="input2" ref="/root/hidden/condition/slipto" class="input_s_essential" inputtype="date" style="left:985px; top:11px; width:100px; height:19px; "/>
- <caption id="caption38" style="left:970px; top:11px; width:15px; height:20px; ">~</caption>
- <select1 id="rdo_gubn" ref="/root/hidden/condition/slipgubn" class="radio_search" overflow="visible" appearance="full" cellspacing="25" cols="4" itemwidth="70" style="left:508px; top:63px; width:325px; height:20px; vertical-align:middle; border-style:none; ">
- <choices>
- <item>
- <label>전 체</label>
- <value>%</value>
- </item>
- <item>
- <label>승 인</label>
- <value>A</value>
- </item>
- <item>
- <label>미승인</label>
- <value>U</value>
- </item>
- <item>
- <label>미전송</label>
- <value>W</value>
- </item>
- </choices>
- </select1>
- <select1 id="rdo_slipkind" ref="/root/hidden/condition/slipkind" class="radio_search" overflow="visible" appearance="full" cellspacing="5" cols="5" style="left:508px; top:37px; width:267px; height:20px; vertical-align:middle; border-style:none; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_slipdeptnm" ref="/root/hidden/condition/slipdeptnm" class="input_essential" navindex="7" style="left:209px; top:11px; width:196px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode == "13") {
- model.setFocus("btn_search");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fValidationCheck("02", "slipdeptcd,slipdeptnm", "", "btn_search");
- ]]>
- </script>
- </input>
- <button id="btn_slipdeptcd" class="icon_search" style="left:189px; top:13px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOpenPopupHelp("02", ipt_slipdeptcd, "slipdeptcd,slipdeptnm", "");
- model.setFocus("rdo_profflag");
- ]]>
- </script>
- </button>
- <input id="ipt_slipdeptcd" ref="/root/hidden/condition/slipdeptcd" class="input_essential" navindex="6" style="left:105px; top:11px; width:80px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode == "13") {
- model.setFocus("btn_search");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fValidationCheck("02", "slipdeptcd,slipdeptnm", "", "btn_search");
- ]]>
- </script>
- </input>
- <button id="btn_search" class="btn1_letter2" style="left:1115px; top:23px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/data1/instcd" ,model.getValue("/root/hidden/condition/instcd"));
- model.setValue("/root/send/data1/slipfr" ,model.getValue("/root/hidden/condition/slipfr"));
- model.setValue("/root/send/data1/slipto" ,model.getValue("/root/hidden/condition/slipto"));
- model.setValue("/root/send/data1/slipkind" ,model.getValue("/root/hidden/condition/slipkind"));
- model.setValue("/root/send/data1/slipflag" ,model.getValue("/root/hidden/condition/slipflag"));
- model.setValue("/root/send/data1/checkyn" ,model.getValue("/root/hidden/condition/checkyn"));
- model.setValue("/root/send/data1/slipdeptcd" ,model.getValue("/root/hidden/condition/slipdeptcd"));
- model.setValue("/root/send/data1/slipgubn" ,model.getValue("/root/hidden/condition/slipgubn"));
- model.setValue("/root/send/data1/framt" ,model.getValue("/root/hidden/condition/framt"));
- model.setValue("/root/send/data1/toamt" ,model.getValue("/root/hidden/condition/toamt"));
- model.setValue("/root/send/data1/ddkind" ,model.getValue("/root/hidden/condition/ddkind"));
- model.setValue("/root/send/data1/emplno" ,model.getValue("/root/hidden/condition/emplno"));
- model.refresh();
-
- model.removeNodeset("/root/main/slipdetlspec");
- model.refresh();
-
- submit("TRRAD00211");
-
- for (i=1; i<grd_slipreflist.rows; i++) {
- if (model.getValue("/root/main/slipreflist["+i+"]/slipstatus") == "미전송") {
- grd_slipreflist.cellStyle("color", i, grd_slipreflist.colRef("slipstatus")) = "#000000";
- } else if (model.getValue("/root/main/slipreflist["+i+"]/slipstatus") == "미승인") {
- grd_slipreflist.cellStyle("color", i, grd_slipreflist.colRef("slipstatus")) = "#0000FF";
- } else {
- grd_slipreflist.cellStyle("color", i, grd_slipreflist.colRef("slipstatus")) = "#FF0000";
- }
- }
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/hidden/condition/framt" class="input_essential" navindex="6" format="(-)#,###" style="left:865px; top:37px; width:100px; height:19px; text-align:right; "/>
- <caption id="caption1" class="search_name" style="left:776px; top:37px; width:91px; height:17px; ">전표금액 :</caption>
- <input id="input3" ref="/root/hidden/condition/toamt" class="input_essential" navindex="6" format="(-)#,###" style="left:985px; top:37px; width:100px; height:19px; text-align:right; "/>
- <caption id="caption2" style="left:970px; top:35px; width:15px; height:20px; ">~</caption>
- <caption id="caption22" class="search_name" style="left:419px; top:12px; width:91px; height:17px; ">전표구분 :</caption>
- <select1 id="cmb_slipflag" ref="/root/hidden/condition/slipflag" class="combo_default" appearance="minimal" style="left:509px; top:11px; width:200px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/R0008list/R0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption9" class="search_name" style="left:16px; top:37px; width:91px; height:17px; ">발 의 자 :</caption>
- <select1 id="cmb_ddkind" ref="/root/hidden/condition/ddkind" appearance="minimal" style="left:790px; top:11px; width:75px; height:19px; font-family:굴림체; font-size:8pt; font-weight:bold; ">
- <choices>
- <item>
- <label>발의일자</label>
- <value>wd</value>
- </item>
- <item>
- <label>기표일자</label>
- <value>od</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_name" ref="/root/hidden/condition/emplnm" class="input_default" navindex="2" style="left:209px; top:37px; width:196px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("btn_search");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rpbfValidationCheck("EMPLNM", "emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_emplno" class="icon_search" style="left:189px; top:39px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, "emplno,emplnm", "", "N");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_emplno" ref="/root/hidden/condition/emplno" class="input_s_essential" navindex="1" maxlength="8" style="left:105px; top:37px; width:80px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("btn_search");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- rpbfValidationCheck("EMPLNO", "emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </input>
- <select1 id="cmb_checkyn" ref="/root/hidden/condition/checkyn" appearance="minimal" style="left:880px; top:63px; width:75px; height:19px; font-family:굴림체; font-size:8pt; font-weight:bold; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>확인</label>
- <value>Y</value>
- </item>
- <item>
- <label>미확인</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- </group>
- <line id="line4" class="line_1" style="x1:0px; y1:460px; x2:1193px; y2:460px; "/>
- <caption id="caption35" class="tit_2" style="left:0px; top:86px; width:118px; height:13px; ">전표 목록</caption>
- <caption id="caption3" class="tit_2" style="left:0px; top:444px; width:118px; height:13px; ">전표 세부 내역</caption>
- <shape id="roundrect3" class="roundrect_btnset" appearance="roundrect" style="left:965px; top:469px; width:230px; height:298px; border-color:#c0c0c0; "/>
- <button id="btn_excel" class="btn2_letter9" style="left:840px; top:437px; width:119px; height:19px; text-align:left; ">
- <caption>세부내역 엑셀출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_excel);
-
- ]]>
- </script>
- </button>
- <datagrid id="grd_excel" nodeset="/root/main/slipdetlspec" visibility="hidden" caption="발의일자^발의번호^연번^계정코드^계정과목^상대처^적요^차변금액^대변금액" colsep="^" colwidth="100,100,100,100,100,100,100,100,100" dataheight="25" ellipsis="true" extendlastcol="false" mergecells="byrestriccol" rowheader="select" rowheight="25" rowsep="|" tooltip="true" style="left:180px; top:600px; width:734px; height:147px; ">
- <col ref="unsldd" style="text-align:center; "/>
- <col ref="unslno" style="text-align:center; "/>
- <col ref="unslseqno" style="text-align:center; "/>
- <col ref="acntcd" style="text-align:center; "/>
- <col ref="acntnm" style="text-align:center; "/>
- <col ref="custnm" style="text-align:center; "/>
- <col ref="etcnotefact" style="text-align:center; "/>
- <col ref="dramt" format="(-)#,###" style="text-align:right; "/>
- <col ref="cramt" format="(-)#,###" style="text-align:right; "/>
- </datagrid>
- <button id="button1" class="btn2_letter9" style="left:1072px; top:437px; width:119px; height:19px; text-align:left; ">
- <caption>전체내역 엑셀출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- radfSaveExcel(grd_slipreflist);
-
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|