SMRSS01202_CSR 청구부서 등록HELP.xrw 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>CSR청구부서 일괄수정</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <csrreqdeptlist>
  11. <csrreqdeptcd/>
  12. <csrreqdeptnm/>
  13. <useyn/>
  14. <updtspec/>
  15. <cmt/>
  16. <fstrgstdt/>
  17. <fstrgstrid/>
  18. <fstrgstrnm/>
  19. <lastupdtrid/>
  20. <lastupdtrnm/>
  21. <lastupdtdt/>
  22. </csrreqdeptlist>
  23. <cond>
  24. <csrreqdeptcd/>
  25. </cond>
  26. </main>
  27. <send>
  28. <instcd/>
  29. </send>
  30. </root>
  31. </instance>
  32. <script type="javascript" ev:event="xforms-ready">
  33. <![CDATA[
  34. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  35. submit("TRRSS01211");
  36. ]]>
  37. </script>
  38. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  40. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  41. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  42. <submission id="TRRSS01211" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/csrreqdeptlist"/>
  43. </model>
  44. </xhtml:head>
  45. <xhtml:body pagewidth="220" pageheight="80" guideline="1,212;2,76;">
  46. <group id="grp_cert" style="left:5px; top:5px; width:200px; height:65px; ">
  47. <line id="line9" class="line_1" style="x1:0px; y1:25px; x2:199px; y2:25px; "/>
  48. <caption id="caption13" class="tit_2" style="left:0px; top:10px; width:88px; height:13px; ">부서구분</caption>
  49. <caption id="caption14" class="cell_1" style="left:2px; top:30px; width:85px; height:23px; text-align:center; vertical-align:middle; ">부서구분명</caption>
  50. <select1 id="cmb_csrreqdeptcd2" ref="/root/main/cond/csrreqdeptcd" appearance="minimal" style="left:90px; top:31px; width:109px; height:19px; ">
  51. <choices>
  52. <itemset nodeset="/root/main/csrreqdeptlist">
  53. <label ref="csrreqdeptnm"/>
  54. <value ref="csrreqdeptcd"/>
  55. </itemset>
  56. </choices>
  57. </select1>
  58. <line id="line12" class="line_3" style="x1:0px; y1:52px; x2:199px; y2:52px; "/>
  59. <button id="button2" class="btn2_letter2" style="left:110px; top:5px; width:42px; height:19px; ">
  60. <caption>확인</caption>
  61. <script type="javascript" ev:event="DOMActivate">
  62. <![CDATA[
  63. var btn = messageBox("변경하시겠습니까", 'Q');
  64. if(btn == 6) {
  65. if(model.getValue("/root/main/cond/csrreqdeptcd") == "") {
  66. messageBox("부서구분명을 선택하여 주십시오.", "E");
  67. return;
  68. }
  69. model.property("csrreqdeptcd") = model.getValue("/root/main/cond/csrreqdeptcd");
  70. window.close();
  71. } else {
  72. return;
  73. }
  74. ]]>
  75. </script>
  76. </button>
  77. <button id="button1" class="btn2_letter2" style="left:155px; top:5px; width:42px; height:19px; ">
  78. <caption>취소</caption>
  79. <script type="javascript" ev:event="DOMActivate">
  80. <![CDATA[
  81. model.property("csrdeptcd") = "";
  82. window.close();
  83. ]]>
  84. </script>
  85. </button>
  86. </group>
  87. </xhtml:body>
  88. </xhtml:html>