123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- <?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>기관별 권한 관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <mngtlist/>
- </list>
- </main>
- <send>
- <mngtlist/>
- <condition>
- <temp>temp</temp>
- </condition>
- </send>
- <init/>
- <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" ev:event="xforms-ready">
- <![CDATA[
-
- fCheckAuth();
- fOpenForm();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //========================================================================================
- //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
- //========================================================================================
- function fCheckAuth() {
- btn_search.disabled = !checkAuth("R");
- btn_save.disabled = !checkAuth("X");
- }
-
- //========================================================================================
- //화면 로드시 초기화 함수
- //========================================================================================
- function fOpenForm() {
- model.removenode(grd_mngtlist.nodeset);
- model.refresh();
- btn_search.dispatch("DOMActivate");
- }
-
- ]]>
- </script>
- <submission id="TRRAI00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition" resultref="/root/main/list"/>
- <submission id="TXRAI00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/mngtlist" resultref="/root/temp"/>
- </model>
- </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:13px; ">기관별 권한 관리</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; ">
- <line id="line1" class="line_1" style="x1:0px; y1:23px; x2:1194px; y2:22px; "/>
- <caption id="caption35" class="tit_2" style="left:5px; top:5px; width:105px; height:13px; ">관리 항목</caption>
- <datagrid id="grd_mngtlist" nodeset="/root/main/list/mngtlist" caption="기관코드^기관명^조건1^조건2^조건3^조건4^조건5^조건6^조건7^조건8^조건9^조건10" colsep="^" colwidth="100, 155, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70" ellipsis="true" mergecellsfixedcols="never" mergecellsfixedrows="never" rowheader="update" rowheight="23" rowsep="|" tooltip="true" style="left:0px; top:26px; width:1195px; height:244px; ">
- <col ref="instcd" type="input" style="text-align:center; vertical-align:middle; "/>
- <col ref="instnm" style="text-align:center; vertical-align:middle; "/>
- <col checkvalue="Y,N" ref="condition1" type="checkbox"/>
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <col checkvalue="Y,N" ref="condition2" type="checkbox"/>
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <col checkvalue="Y,N" ref="condition3" type="checkbox"/>
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <col checkvalue="Y,N" ref="condition4" type="checkbox"/>
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <col checkvalue="Y,N" ref="condition5" type="checkbox"/>
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <col checkvalue="Y,N" ref="condition6" type="checkbox"/>
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <col checkvalue="Y,N" ref="condition7" type="checkbox"/>
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <col checkvalue="Y,N" ref="condition8" type="checkbox"/>
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <col checkvalue="Y,N" ref="condition9" type="checkbox"/>
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <col checkvalue="Y,N" ref="condition10" type="checkbox"/>
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </datagrid>
- <button id="button1" class="btn2_letter4" style="left:1000px; top:1px; width:64px; height:19px; ">
- <caption>엑셀출력</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- misfSaveExcel(grd_acntcd);
- ]]>
- </script>
- </button>
- <caption id="cap_slipshift_2" class="cell_1" visibility="visible" style="left:0px; top:275px; width:1190px; height:465px; font-size:10pt; font-weight:normal; text-align:left; vertical-align:middle; ">
- <![CDATA[설명
- 조건 1 - Y - 발의부서를 변경할 수 있다.
- 조건 2 - Y - 전표발의 화면에 입력 순서를 가리키는 번호가 출력된다.
- 조건 3 - Y - 결재라인이 6칸으로 출력된다.
- 조건 4 - Y - 예산신청시 부서별 설정된 예산만 신청 할 수 있다.
- 조건 5 - Y - 전표발의시 실사용부서를 수정할 수 있다.
- 조건 6 - Y - 전표 발의 시 법인카드/개인신용카드/현금영수증 증빙을 입력할 때 거래처를 등록하지 않고 입력 할 수 있다. [빈센트]
- 조건 7 - Y - 지출대체 전표를 사용한다.
- 조건 8 - Y - 전표발의 시 권한이 있는 사번만 주어진 부서를 선택할 수 있다.
- 조건 9 - Y - 전표승인 시 일괄승인이 중복되지 않도록 제한을 둔다. 첫번째 일괄승인은 1번 두번째 일괄승인은 2번으로 (자동)입력 제한을 둔다.
- 조건 10 - Y - 회계구분을 사용한다. (ACOUNTINGFLAG)]]>
- </caption>
- <button id="btn_delrow" class="btn2_letter3" style="left:1140px; top:1px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_mngtlist, "D");
- ]]>
- </script>
- </button>
- <button id="btn_addrow" class="btn2_letter3" style="left:1085px; top:1px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_mngtlist, "A");
- ]]>
- </script>
- </button>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <line id="line3" 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(getGridUpdateData(grd_mngtlist) != "")
- {
- model.setValue("/root/send/mngtlist", grd_mngtlist.getUpdateData());
-
- submit("TXRAI00401");
-
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </button>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1080px; top:3px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRRAI00401");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|