123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- <?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>고객만족도인사HELP</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <custempl>
- <custempllist>
- <custempllist/>
- </custempllist>
- </custempl>
- </list>
- </main>
- <target/>
- <init>
- </init>
- <send>
- <custempl>
- <instcd/>
- <deptcd/>
- <deptnm/>
- <emplnm/>
- <valuyy/>
- </custempl>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_custempllist);
- misfMsterDetailSet(grd_custempllist,null, "TRRPV99917" ,"N");
- rpvfComboInstCdList("cmb_instcd");
- addGridComboItemAll("cmb_instcd","","","above");
-
- var curdate = getCurrentDate();
- model.setValue("/root/send/custempl/valuyy" , curdate.substr(0, 4));
-
- // try {
- // model.setValue(ipt_inputinstcd.attribute("ref"),model.getValue("/root/target/defaultvalue/cmb_instcd"));
- // model.setValue(ipt_inputdeptcd.attribute("ref"),model.getValue("/root/target/defaultvalue/ipt_inputinstcd"));
- // } catch (ex) {
- // }
-
- // 평가구분
- // submit("TRRPV04002");
- // addGridComboItem("cmb_jobrespcd", "- 전체-", "%", "above");
- // cmb_jobrespcd.value = "%";
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRRPV99917" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/custempl" resultref="/root/main/list/custempllist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/valuationmngtweb/js/RPV001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="750" pageheight="570" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:10px; top:0px; width:705px; height:522px; ">
- <group id="group2" style="left:0px; top:5px; width:705px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:1px; top:0px; width:704px; height:35px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:644px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfMsterDetailRetrieve();
- ]]>
- </script>
- </button>
- <select1 id="cmb_instcd" ref="/root/send/custempl/instcd" class="combo_s_essential" appearance="minimal" style="left:230px; top:10px; width:132px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:390px; top:11px; width:57px; height:17px; ">부서:</caption>
- <input id="ipt_deptnm" ref="/root/send/custempl/deptnm" class="input_default" style="left:445px; top:10px; width:140px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "deptcd,deptnm";
- var instcd = cmb_instcd.value;
- misfValidationCheck("02", "", "deptcd,deptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="cap_instcd" class="search_name" style="left:175px; top:10px; width:61px; height:17px; vertical-align:middle; ">기관:</caption>
- <input id="ipt_deptcd" ref="/root/send/custempl/deptcd" class="input_default" visibility="hidden" style="left:445px; top:10px; width:82px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "deptcd,deptnm";
- var instcd = cmb_instcd.value;
- misfValidationCheck("02", "", "deptcd,deptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_deptcd" class="icon_search" style="left:590px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "deptcd,deptnm";
- var instcd = cmb_instcd.value;
- rpvfOpenDeptCdHelp(ipt_deptnm,recv_list, instcd, "instcd");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption4" class="search_name" style="left:5px; top:10px; width:57px; height:17px; ">성명:</caption>
- <input id="ipt_emplnm" ref="/root/send/custempl/emplnm" class="input_default" style="left:59px; top:10px; width:99px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplnm.currentText != null && ipt_emplnm.currentText != "" ) {
- inputEnterKey("btn_search", "DOMActivate");
- }
- ]]>
- </script>
- </input>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:49px; width:175px; height:13px; ">기관부서직책 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:63px; x2:700px; y2:63px; "/>
- <datagrid id="grd_custempllist" nodeset="/root/main/list/custempl/custempllist" caption="기관^부서^직책^성명" colsep="^" colwidth="173, 224, 146, 117, 100, 100, 100, 100, 100" dataheight="23" defaultrows="0" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" tooltip="true" style="left:0px; top:68px; width:700px; height:449px; ">
- <col ref="dutinstnm"/>
- <col ref="dutunitnm"/>
- <col ref="jobrespnm"/>
- <col ref="emplnm"/>
- <col ref="dutinst" visibility="hidden"/>
- <col ref="dutunitcd" visibility="hidden"/>
- <col ref="jobrespcd" visibility="hidden"/>
- <col ref="emplno" visibility="hidden"/>
- <col ref="check" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_custempllist.isCell(event.target) && grd_custempllist.row >= grd_custempllist.fixedRows )
- {
- //grd_custempllist.valueMatrix(grd_custempllist.row, grd_custempllist.colRef("check")) = "Y";
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:10px; top:521px; width:705px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:590px; top:2px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(grd_custempllist.rows - grd_custempllist.fixedRows == 0)
- {
- messageBox("적용할 내역이","I004");
- window.close();
- return;
- }
- if (grd_custempllist.row >= grd_custempllist.fixedRows) {
- grd_custempllist.valueMatrix(grd_custempllist.row, grd_custempllist.colRef("check")) = "Y";
- }
-
- var iParam = model.getValue(grd_custempllist.nodeset);
- var nodelist = instance1.selectNodes(grd_custempllist.nodeset+ "[check='Y']");
-
- var rCVS = getNodeListCSV(nodelist);
- if ( checkOpener() ) {
- opener.javascript.setParameter("SMRPV98300_", rCVS);
-
- } else {
- var rtn = messageBox("상위화면을 찾을 수", "E001");
- }
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:647px; top:2px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:640; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|