123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- <?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>
- <list>
- <authlist/>
- </list>
- </main>
- <send>
- <instcd/>
- </send>
- <init/>
- <hidden>
- <list>
- <authlist/>
- </list>
- </hidden>
- <temp/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/acntcommonweb/js/RAD001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fResetForm();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //========================================================================================
- //화면 로드시 초기화 함수
- //========================================================================================
- function fResetForm()
- {
- misfComboComCdList("Z0007", cmb_instcd, "N");
- model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- model.removenode("/root/main/list/authlist");
- model.refresh();
- }
-
- //========================================================================================
- //사번 Help Open
- //========================================================================================
- function fOpenPopupUserHelp(pCtrl, pInstance)
- {
- misfOpenPopUpList("12", pCtrl, "", pInstance);
- model.refresh();
- }
-
-
- ]]>
- </script>
- <submission id="TRRAI00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
- <submission id="TXRAI00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden/list" resultref="/root/temp"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1194;" 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:40; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1194; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line5" class="line_4" style="x1:1107px; y1:8px; x2:1107px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
- <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[
-
- submit("TRRAI00301");
-
- ]]>
- </script>
- </button>
- <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_s_essential" navindex="1" appearance="minimal" style="left:125px; top:10px; width:220px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <caption id="caption7" class="search_name" style="left:16px; top:9px; width:99px; height:17px; ">기 관 :</caption>
- </group>
- <caption id="caption9" class="tit_2" style="left:5px; top:55px; width:117px; height:13px; ">사용자 권한</caption>
- <line id="line3" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
- <line id="line4" class="line_3" style="x1:0px; y1:121px; x2:1194px; y2:121px; "/>
- <datagrid id="grd_authlist" nodeset="/root/main/list/authlist" caption="기관코드^사번^이름^전표승인요청권한^전표승인요청취소권한^전표승인권한^전표승인취소권한^비고" colsep="^" colwidth="0,100,100,130,130,130,130,300" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="16" rowsep="|" style="left:0px; top:75px; width:1194px; height:665px; ">
- <col ref="instcd"/>
- <col ref="emplno" type="inputbutton"/>
- <col ref="name"/>
- <col checkvalue="Y,N" ref="slipreqapproval" type="checkbox"/>
- <col checkvalue="Y,N" ref="slipreqcancel" type="checkbox"/>
- <col checkvalue="Y,N" ref="sliprecognition" type="checkbox"/>
- <col checkvalue="Y,N" ref="slipcancel" type="checkbox"/>
- <col ref="cmt" type="input"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if(grd_authlist.col == grd_authlist.colRef("emplno"))
- {
- fOpenPopupUserHelp(grd_authlist, "emplno,name");
- }
- ]]>
- </script>
- </datagrid>
- <button id="btn_excel" class="btn2_letter4" style="left:1015px; top:50px; width:64px; height:19px; text-align:left; ">
- <caption>엑셀출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- radfSaveExcel(grd_authlist);
- ]]>
- </script>
- </button>
- <button id="btn_addrow" class="btn2_letter3" style="left:1084px; top:50px; width:58px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_authlist, "A");
- model.setValue(grd_authlist.nodeset + "[" + grd_authlist.row + "]/instcd", model.getValue(cmb_instcd.attribute("ref")));
- ]]>
- </script>
- </button>
- <button id="btn_delrow" class="btn2_letter3" style="left:1139px; top:50px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_authlist, "D");
- ]]>
- </script>
- </button>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <line id="line1" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="btn_save" class="btn4_letter2" style="left:1138px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if(grd_authlist.getUpdateData() != "")
- {
- model.setValue("/root/hidden/list/authlist", grd_authlist.getUpdateData());
- submit("TXRAI00301");
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|