| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?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>CSR청구부서 일괄수정</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <csrreqdeptlist>
- <csrreqdeptcd/>
- <csrreqdeptnm/>
- <useyn/>
- <updtspec/>
- <cmt/>
- <fstrgstdt/>
- <fstrgstrid/>
- <fstrgstrnm/>
- <lastupdtrid/>
- <lastupdtrnm/>
- <lastupdtdt/>
- </csrreqdeptlist>
- <cond>
- <csrreqdeptcd/>
- </cond>
- </main>
- <send>
- <instcd/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- submit("TRRSS01211");
-
- ]]>
- </script>
- <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" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <submission id="TRRSS01211" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/csrreqdeptlist"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="220" pageheight="80" guideline="1,212;2,76;">
- <group id="grp_cert" style="left:5px; top:5px; width:200px; height:65px; ">
- <line id="line9" class="line_1" style="x1:0px; y1:25px; x2:199px; y2:25px; "/>
- <caption id="caption13" class="tit_2" style="left:0px; top:10px; width:88px; height:13px; ">부서구분</caption>
- <caption id="caption14" class="cell_1" style="left:2px; top:30px; width:85px; height:23px; text-align:center; vertical-align:middle; ">부서구분명</caption>
- <select1 id="cmb_csrreqdeptcd2" ref="/root/main/cond/csrreqdeptcd" appearance="minimal" style="left:90px; top:31px; width:109px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/csrreqdeptlist">
- <label ref="csrreqdeptnm"/>
- <value ref="csrreqdeptcd"/>
- </itemset>
- </choices>
- </select1>
- <line id="line12" class="line_3" style="x1:0px; y1:52px; x2:199px; y2:52px; "/>
- <button id="button2" class="btn2_letter2" style="left:110px; top:5px; width:42px; height:19px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var btn = messageBox("변경하시겠습니까", 'Q');
-
- if(btn == 6) {
- if(model.getValue("/root/main/cond/csrreqdeptcd") == "") {
- messageBox("부서구분명을 선택하여 주십시오.", "E");
- return;
- }
- model.property("csrreqdeptcd") = model.getValue("/root/main/cond/csrreqdeptcd");
-
- window.close();
- } else {
- return;
- }
-
-
- ]]>
- </script>
- </button>
- <button id="button1" class="btn2_letter2" style="left:155px; top:5px; width:42px; height:19px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.property("csrdeptcd") = "";
- window.close();
-
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|