123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <grouplist>
- <trgtcdnm/>
- <trgtcdsnm/>
- <hardspec/>
- <ccode/>
- <trgtcd/>
- </grouplist>
- <deptlist>
- <dept/>
- <deptcd/>
- <trgtcd/>
- </deptlist>
- <ddeptlist>
- <subdept/>
- <subdeptcd/>
- <trgtcd/>
- </ddeptlist>
- </main>
- <send/>
- <temp/>
- <init>
- <comcd>
- <R0063>
- <cdid/>
- <cdnm/>
- </R0063>
- </comcd>
- <hardcd67/>
- <hardcd68/>
- </init>
- <cond>
- <userid/>
- <jobrespnm/>
- </cond>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("");//권한그룹조회
- ]]>
- </script>
- </model>
- <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/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="850" pageheight="530">
- <group id="group1" style="left:0px; top:0px; width:809px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:365px; height:13px; ">안전사고통합보고조회 권한관리</caption>
- </group>
- <group id="group4" style="left:0px; top:466px; width:810px; height:25px; ">
- <button id="btn_close" class="btn4_letter2" style="left:733px; top:0px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:673px; top:0px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- ]]>
- </script>
- </button>
- </group>
- <group id="group5" style="left:0px; top:59px; width:812px; height:406px; ">
- <button id="btn_add1" class="btn2_letter3" style="left:356px; top:0px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_grouplist.addRow();
- ]]>
- </script>
- </button>
- <button id="btn_add2" class="btn2_letter3" style="left:696px; top:0px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_detaillist.addRow();
- ]]>
- </script>
- </button>
- <group id="group2" style="left:0px; top:20px; width:470px; height:385px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:0px; x2:470px; y2:0px; "/>
- <datagrid id="grd_grouplist" nodeset="/root/main/grouplist" caption="권한그룹^직급^전체조회여부^익명조회여부^그룹분류코드" colsep="^" colwidth="126, 77, 81, 81, 82" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:5px; width:470px; height:380px; ">
- <col ref="trgtcdnm" type="input"/>
- <col ref="trgtcdsnm" type="combo" _required="true">
- <choices>
- <itemset nodeset="/root/init/comcd/R0063">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="hardspec" type="combo">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col ref="ccode" type="combo">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col ref="trgtcd"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if (grd_grouplist.colAttribute(grd_grouplist.col,"ref") == "trgtcdsnm" ) { //직급
- var recv_list = "jobposcd,jobposnm";
- misfOpenPopUpList("03", grd_grouplist,"R0062", recv_list) ;
- model.refresh();
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <button id="btn_detail" class="icon_right" style="left:475px; top:205px; width:26px; height:19px; ">
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- ]]>
- </script>
- <caption/>
- </button>
- <button id="btn_del1" class="btn2_letter3" style="left:416px; top:0px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_grouplist.deleteRow(grd_detaillist.row);
- ]]>
- </script>
- </button>
- <button id="btn_del2" class="btn2_letter3" style="left:756px; top:0px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_detaillist.deleteRow(grd_detaillist.row);
- ]]>
- </script>
- </button>
- <datagrid id="grd_deptlist" nodeset="/root/main/deptlist" caption="주 과 (부서)^주과코드^그룹분류코드" colsep="^" colwidth="120, 100, 33" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:506px; top:25px; width:145px; height:380px; ">
- <col ref="dept" type="inputbutton"/>
- <col ref="deptcd"/>
- <col ref="trgtcd"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- var col = grd_deptlist.col;
- setParameter("SPZSA20202_1", col);
- modal("SPZSA20202", "", "200", "200", "SPZSA20202");
-
- var iProperties = getParameter("SPZSA20202_");
- var iSplit_Value=iProperties.split("|");
-
- if(iSplit_Value.length > 0 && iSplit_Value[0] != "" && iSplit_Value[0] != undefined){
- var iRow = grd_deptlist.row;
- var iNode = "/root/main/detaillist";
-
- if(iSplit_Value[0]=="D")
- {
- fSetRowValue(iNode, "deptcd", iSplit_Value[3] +""+ iSplit_Value[1], iRow);
- fSetRowValue(iNode, "dept", iSplit_Value[2], iRow);
- }
- ]]>
- </script>
- </datagrid>
- <line id="line2" class="line_1" style="x1:506px; y1:20px; x2:806px; y2:20px; "/>
- <datagrid id="grd_ddeptlist" nodeset="/root/main/ddeptlist" caption="부 과(부서)^부과코드^그룹분류코드" colsep="^" colwidth="130, 100, 33" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:650px; top:25px; width:155px; height:380px; ">
- <col ref="subdept" type="inputbutton"/>
- <col ref="subdeptcd"/>
- <col ref="trgtcd"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- var col = grd_ddeptlist.col;
- setParameter("SPZSA20202_1", col);
- modal("SPZSA20202", "", "200", "200", "SPZSA20202");
-
- var iProperties = getParameter("SPZSA20202_");
- var iSplit_Value=iProperties.split("|");
-
- if(iSplit_Value.length > 0 && iSplit_Value[0] != "" && iSplit_Value[0] != undefined){
- var iRow = grd_ddeptlist.row;
- var iNode = "/root/main/detaillist";
-
- if(iSplit_Value[0]=="D")
- {
- fSetRowValue(iNode, "subdeptcd", iSplit_Value[3] +""+ iSplit_Value[1], iRow); // 등록코드
- fSetRowValue(iNode, "subdept", iSplit_Value[2], iRow); // 등록명
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <shape id="roundrect1" appearance="roundrect" style="left:0px; top:18px; width:810px; height:35px; "/>
- <caption id="caption21" class="search_name" style="left:2px; top:27px; width:141px; height:17px; ">사용자직급조회(ID) :</caption>
- <input id="input1" ref="/root/cond/userid" style="left:145px; top:28px; width:70px; height:19px; "/>
- <output id="output1" ref="/root/cond/jobrespnm" style="left:323px; top:26px; width:135px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:225px; top:27px; width:141px; height:17px; ">사용자직급 :</caption>
- </xhtml:body>
- </xhtml:html>
|