123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?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>
- <cond>
- <orddeptcd/>
- </cond>
- </main>
- <init>
- <orddept>
- <dept/>
- </orddept>
- </init>
- </root>
- </instance>
- <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post"/>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- zbcfGetDeptCodeList( getUserInfo("dutplceinstcd"), "", "", "/root/init/orddept",'asc');
- var srchLength = model.instances(0).selectNodes( "/root/init/orddept/dept" ).length;
- for ( var i = 1; i <= srchLength; i++ ) {
- model.makeValue ( "/root/init/orddept/dept[" + i +"]/status", "N" ); //MMPHPTCP의 prtlflag(프로토콜구분)이 '-'이거나 '01'이면 CP (DC저장을 위함)
- }
- model.refresh();
- ]]>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="428" pageheight="590" guideline="1,542;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <datagrid id="grd_envdetl" nodeset="/root/init/orddept/dept" caption="선택^부서명^부서코드" colsep="^" colwidth="31, 256, 100" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:2px; top:23px; width:406px; height:554px; ">
- <col checkvalue="Y,N" ref="status" type="checkbox"/>
- <col ref="depthngnm"/>
- <col ref="deptcd"/>
- </datagrid>
- <caption id="caption18" class="tit_2" style="left:2px; top:0px; width:195px; height:13px; ">
- <![CDATA[환경설정적용부서]]>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if ( model.getValue ( "/root/init/mode" ) != "CLS" ) {
- } else {
- }
- ]]>
- </script>
- </caption>
- <line id="line5" class="line_1" style="x1:2px; y1:18px; x2:408px; y2:18px; "/>
- </xhtml:body>
- </xhtml:html>
|