SPMMB21100_환경설정적용관리.xrw 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>환경설정적용관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <cond>
  11. <orddeptcd/>
  12. </cond>
  13. </main>
  14. <init>
  15. <orddept>
  16. <dept/>
  17. </orddept>
  18. </init>
  19. </root>
  20. </instance>
  21. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post"/>
  22. <script type="javascript" ev:event="xforms-model-construct-done">
  23. <![CDATA[
  24. zbcfGetDeptCodeList( getUserInfo("dutplceinstcd"), "", "", "/root/init/orddept",'asc');
  25. var srchLength = model.instances(0).selectNodes( "/root/init/orddept/dept" ).length;
  26. for ( var i = 1; i <= srchLength; i++ ) {
  27. model.makeValue ( "/root/init/orddept/dept[" + i +"]/status", "N" ); //MMPHPTCP의 prtlflag(프로토콜구분)이 '-'이거나 '01'이면 CP (DC저장을 위함)
  28. }
  29. model.refresh();
  30. ]]>
  31. </script>
  32. </model>
  33. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  34. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  37. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  38. </xhtml:head>
  39. <xhtml:body pagewidth="428" pageheight="590" guideline="1,542;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  40. <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; ">
  41. <col checkvalue="Y,N" ref="status" type="checkbox"/>
  42. <col ref="depthngnm"/>
  43. <col ref="deptcd"/>
  44. </datagrid>
  45. <caption id="caption18" class="tit_2" style="left:2px; top:0px; width:195px; height:13px; ">
  46. <![CDATA[환경설정적용부서]]>
  47. <script type="javascript" ev:event="onclick">
  48. <![CDATA[
  49. if ( model.getValue ( "/root/init/mode" ) != "CLS" ) {
  50. } else {
  51. }
  52. ]]>
  53. </script>
  54. </caption>
  55. <line id="line5" class="line_1" style="x1:2px; y1:18px; x2:408px; y2:18px; "/>
  56. </xhtml:body>
  57. </xhtml:html>