123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503 |
- <?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>
- <resultrpvdinpnlist/>
- <resultrpvdinvunlist/>
- <total/>
- <avg/>
- <cvsavg/>
- <exceldata>
- <excelgrid/>
- <titlelist/>
- </exceldata>
- </main>
- <send>
- <valuyy/>
- <fstscndhfyyflag/>
- <instcdx/>
- <valuclscd>01</valuclscd>
- <valumdlcd>001</valumdlcd>
- <valuclsdetlcd>001</valuclsdetlcd>
- <row_rpvdinpnlist/>
- <ioflag/>
- <sdeptcd/>
- <sdeptnm/>
- <save>
- <resultrpvdinpnlist/>
- </save>
- </send>
- <init>
- <inoutflag>
- <label>전체</label>
- <value>%</value>
- <label>내부</label>
- <value>I</value>
- <label>외부</label>
- <value>O</value>
- </inoutflag>
- </init>
- <temp>
- <exceldata>
- <excelgrid/>
- <titlelist/>
- </exceldata>
- </temp>
- </root>
- </instance>
- <submission id="TRRPV04901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/resultrpvdinpnlist"/>
- <submission id="TRRPV04902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/row_rpvdinpnlist" resultref="/root/main/resultrpvdinvunlist"/>
- <submission id="TXRPV04901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/temp"/>
- <submission id="TRRPV04903" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp/exceldata"/>
- <submission id="TXRPV04902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hidden/temp"/>
- </model>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- model.refresh();
- ]]>
- </script>
- <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/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../mis/valuationmngtweb/js/RPV001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- //그리드 초기화
- misfGridInit(grd_rpvdinpnlist);
- misfGridInit(grd_rpvdinvulist);
-
- misfMsterDetailSet(grd_rpvdinpnlist, null, "TRRPV04901", "Y");
- misfMsterDetailSet(grd_rpvdinvulist, null, "TRRPV04902", "N");
-
- // 현재 년도 설정.
- model.setValue(ipt_valuyy.attribute("ref"), getCurrentDate().toDate().getDateFormat("YYYY"));
-
- model.removeNodeset(grd_rpvdinpnlist.nodeset);
- model.removeNodeset(grd_rpvdinvulist.nodeset);
- model.removeNodeset("/root/init/valucd");
- model.refresh();
-
- rpvfComboInstCdList("cmb_instcd");
- rpvfComboValuCdList(ipt_valuyy.value, "FSTSCNDHFYYFLAG,INOUTFLAG,VALUSCOR","cmb_fstscndhfyyflag,grd_rpvdinpnlist.inoutflag,grd_rpvdinvulist.valuscor");
-
- addComboItem( "cmb_fstscndhfyyflag", "[-- 전체 --]", "%", "above");
- cmb_fstscndhfyyflag.value = "%";
-
- addComboItem( "cmb_instcd", "[-- 전체 --]", "%", "above");
- rpvfComboDisableYn("cmb_instcd","ipt_sdeptcd,btn_sdeptcd,ipt_sdeptnm");
- cmb_inoutflag.value = "%";
-
- cmb_fstscndhfyyflag.refresh();
- cmb_instcd.refresh();
- cmb_inoutflag.refresh();
-
- model.setValue(cmb_instcd.attribute("ref"),getUserInfo("dutplceinstcd"));
- //model.setValue(ipt_sdeptcd.attribute("ref") , getUserInfo("posdeptcd"));
- //model.setValue(ipt_sdeptnm.attribute("ref") , getUserInfo("posdeptnm"));
-
- }
-
- function fDataGridSet()
- {
- misfGridInit(grd_datatemp);
- if(3 <= grd_rpvdinvulist.rows)
- {
- for(var i = 2; i < grd_rpvdinvulist.rows; i++)
- {
- misfGridIUD(grd_datatemp, "A");
-
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("deptnm")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("deptnm"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("inoutflag")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("inoutflag"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("fstavg")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("fstavg"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("scndavg")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("scndavg"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("totavg")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("totavg"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("fadjavg")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("fadjavg"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("sadjavg")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("sadjavg"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("adjtotal")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("adjtotal"));
-
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("instnm")) = grd_rpvdinvulist.labelMatrix(i, grd_rpvdinvulist.colRef("instnm"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("deptnm")) = grd_rpvdinvulist.labelMatrix(i, grd_rpvdinvulist.colRef("deptnm"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("jobrespnm")) = grd_rpvdinvulist.labelMatrix(i, grd_rpvdinvulist.colRef("jobrespnm"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("valupsnemplnm")) = grd_rpvdinvulist.labelMatrix(i, grd_rpvdinvulist.colRef("valupsnemplnm"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("valuitemcnts")) = grd_rpvdinvulist.labelMatrix(i, grd_rpvdinvulist.colRef("valuitemcnts"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("valuscor")) = grd_rpvdinvulist.labelMatrix(i, grd_rpvdinvulist.colRef("valuscor"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("cmt")) = grd_rpvdinvulist.labelMatrix(i, grd_rpvdinvulist.colRef("cmt"));
-
- }
-
- }else{
- misfGridIUD(grd_datatemp, "A");
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("deptnm")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("deptnm"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("inoutflag")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("inoutflag"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("fstavg")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("fstavg"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("scndavg")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("scndavg"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("totavg")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("totavg"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("fadjavg")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("fadjavg"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("sadjavg")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("sadjavg"));
- grd_datatemp.valueMatrix(grd_datatemp.row, grd_datatemp.colRef("adjtotal")) = grd_rpvdinpnlist.labelMatrix(grd_rpvdinpnlist.row, grd_rpvdinpnlist.colRef("adjtotal"));
-
- }
- }
-
- function fsumOravg()
- {
- var fsttot = 0.0;
- var scndtot = 0.0;
- var tot = 0.0;
-
- for(var i = grd_rpvdinpnlist.fixedRows; i < grd_rpvdinpnlist.rows; i++)
- {
- fsttot += parseFloat(grd_rpvdinpnlist.valueMatrix(i, grd_rpvdinpnlist.colRef("fstavg")));
- scndtot += parseFloat(grd_rpvdinpnlist.valueMatrix(i, grd_rpvdinpnlist.colRef("scndavg")));
- tot += parseFloat(grd_rpvdinpnlist.valueMatrix(i, grd_rpvdinpnlist.colRef("totavg")));
- }
-
- var fstavg = (fsttot / (grd_rpvdinpnlist.rows - grd_rpvdinpnlist.fixedRows)).toString();
- var scndavg = (scndtot/(grd_rpvdinpnlist.rows - grd_rpvdinpnlist.fixedRows)).toString();
- var totavg = (tot /(grd_rpvdinpnlist.rows - grd_rpvdinpnlist.fixedRows)).toString();
-
- ipt_total.value = fstavg.getRound(-3, "DOWN");
- ipt_avg.value = scndavg.getRound(-3, "DOWN");
- ipt_cvsavg.value = totavg.getRound(-3, "DOWN");
- }
-
-
- function setGrid()
- {
- //Start 그리드 초기화 작업. 노드고 뭐고 싹~!!! 다지워~!!
- for (var i = grd_datatemp.cols - 1; i >= 1 ; i--)
- {
- grd_datatemp.removeColumn(false);
- }
-
-
- misfGridInit(grd_datatemp);
-
-
- //End 그리드 초기화 작업. 노드고 뭐고 싹~!!! 다지워~!!
-
- //그리드 노드,컬럼,로우 설정.
- var title = model.getValue("/root/temp/exceldata/titlelist/title");
- var maxcnt = model.getValue("/root/temp/exceldata/titlelist/maxcnt");
-
- //col 추가
- grd_datatemp.addColumn("ref:" + "valuinstnm" + "; type:output;" + " style:" + "text-align:center;");
- grd_datatemp.addColumn("ref:" + "valudeptnm" + "; type:output;" + " style:" + "text-align:center;");
- grd_datatemp.addColumn("ref:" + "inoutflag" + "; type:output;" + " style:" + "text-align:center;");
- grd_datatemp.addColumn("ref:" + "fstavg" + "; format:" + "(-)#,###.0;" + "; type:output;" + " style:" + "text-align:right;");
- grd_datatemp.addColumn("ref:" + "scndavg" + "; format:" + "(-)#,###.0;" + "; type:output;" + " style:" + "text-align:right;");
- grd_datatemp.addColumn("ref:" + "totavg" + "; format:" + "(-)#,###.0;" + "; type:output;" + " style:" + "text-align:right;");
- grd_datatemp.addColumn("ref:" + "updtavg" + "; format:" + "(-)#,###.0;" + "; type:output;" + " style:" + "text-align:right;");
- grd_datatemp.addColumn("ref:" + "adjtotal" + "; format:" + "(-)#,###.0;" + "; type:output;" + " style:" + "text-align:right;");
- grd_datatemp.addColumn("ref:" + "instnm" + "; type:output;" + " style:" + "text-align:center;");
- grd_datatemp.addColumn("ref:" + "deptnm" + "; type:output;" + " style:" + "text-align:center;");
- grd_datatemp.addColumn("ref:" + "jobrespnm" + "; type:output;" + " style:" + "text-align:center;");
- grd_datatemp.addColumn("ref:" + "valupsnemplnm" + "; type:output;" + " style:" + "text-align:center;");
-
- for(var i = 1; i <= maxcnt ; i++)
- {
- var valuscor = "valuscor" + i.toString() ;
-
- grd_datatemp.addColumn("ref:" + valuscor + "; type:output;" + " style:" + "text-align:center;");
- }
-
- grd_datatemp.addColumn("ref:" + "cmt" + "; type:output;" + " style:" + "text-align:left;");
-
- grd_datatemp.caption = title;
-
- model.copyNode("/root/main/exceldata","/root/temp/exceldata");
- model.refresh();
- grd_datatemp.rebuild();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">고객 만족도 결과 조회</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:38; width:1195px; height:744; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:10px; width:1195px; height:35px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!isRequiredControls("ipt_valuyy")) return;
- if(!isRequiredControls("cmb_fstscndhfyyflag")) return;
- if(!isRequiredControls("cmb_instcd")) return;
- if(!isRequiredControls("cmb_inoutflag")) return;
-
- model.resetInstanceNode("/root/main");
- misfGridInit(grd_rpvdinvulist);
- submit("TRRPV04901");
-
- // 조회 내용이 있을시..
- if(grd_rpvdinpnlist.rows != grd_rpvdinpnlist.fixedRows)
- {
- grd_rpvdinpnlist.row = grd_rpvdinpnlist.fixedRows;
- grd_rpvdinpnlist.dispatch("onrowchanged");
- grd_rpvdinpnlist.select(grd_rpvdinpnlist.row, grd_rpvdinpnlist.fixedCols+3) = true;
- fsumOravg();
- }
-
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1110px; y1:11px; x2:1110px; y2:43px; "/>
- <datagrid id="grd_rpvdinpnlist" nodeset="/root/main/resultrpvdinpnlist" caption="피평가부서^내외부구분^상반기^하반기^평균^수정점수^상반기 조정 평균^하반기 조정 평균^조정평균|피평가부서^내외부구분^상반기^하반기^평균^수정점수^상반기 조정 평균^하반기 조정 평균^조정평균" colsep="^" colwidth="128, 70, 37, 36, 41, 36, 23, 29, 36, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:75px; width:420px; height:625px; ">
- <col ref="deptnm" style="text-align:center; "/>
- <col class="gridcombo" disabled="true" ref="inoutflag" type="combo">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </col>
- <col ref="fstavg" format="#,###.0" style="text-align:right; "/>
- <col ref="scndavg" format="#,###.0" style="text-align:right; "/>
- <col ref="totavg" format="#,###.0" style="text-align:right; "/>
- <col ref="updtavg" type="input" format="#,###.0" style="text-align:right; "/>
- <col ref="fadjavg" visibility="hidden" format="#,###.0" style="text-align:right; "/>
- <col ref="sadjavg" visibility="hidden" format="#,###.0" style="text-align:right; "/>
- <col ref="adjtotal" format="#,###.0" style="text-align:right; "/>
- <col ref="deptcd" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="valuclscd" visibility="hidden"/>
- <col ref="valumdlcd" visibility="hidden"/>
- <col ref="valuclsdetlcd" visibility="hidden"/>
- <col ref="valuyy" visibility="hidden"/>
- <col ref="fstscndhfyyflag" visibility="hidden"/>
- <col ref="valupsnemplno" visibility="hidden"/>
- <col ref="instnm" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- grd_rpvdinpnlist.dispatch("onmouseup");
- model.copyNode("/root/send/row_rpvdinpnlist", grd_rpvdinpnlist.attribute("nodeset") + "[" + (grd_rpvdinpnlist.row - 1) + "]");
- submit("TRRPV04902");
-
- ]]>
- </script>
- </datagrid>
- <caption id="caption4" class="tit_2" style="left:5px; top:54px; width:204px; height:13px; vertical-align:middle; ">고객 만족도 평가 결과 List</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:69px; x2:420px; y2:69px; "/>
- <input id="ipt_valuyy" ref="/root/send/valuyy" class="input_s_essential" inputtype="date" format="yyyy" style="left:90px; top:17px; width:65px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(!isRequiredControls("ipt_valuyy")) return;
-
- model.removeNodeset(grd_rpvdinpnlist.nodeset);
- model.removeNodeset(grd_rpvdinvulist.nodeset);
- model.removeNodeset("/root/init/valucd");
- model.refresh();
-
- rpvfComboValuCdList(ipt_valuyy.value, "FSTSCNDHFYYFLAG,INOUTFLAG,VALUSCOR","cmb_fstscndhfyyflag,grd_rpvdinpnlist.inoutflag,grd_rpvdinvulist.valuscor");
-
- addComboItem( "cmb_fstscndhfyyflag", "[-- 전체 --]", "%", "above");
- cmb_fstscndhfyyflag.value = "%";
-
- rpvfComboDisableYn("cmb_instcd","ipt_sdeptcd,btn_sdeptcd,ipt_sdeptnm");
-
- var instcd = cmb_instcd.value;
- if( getStringLength(ipt_valuyy.value) == "4" ) {
- rpvfComboInstCdList("cmb_instcd",ipt_valuyy.value);
- cmb_instcd.value = instcd;
- model.refresh();
- }
-
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="cap_valuyy" class="search_name" style="left:5px; top:18px; width:90px; height:17px; vertical-align:middle; ">기준년도 :</caption>
- <select1 id="cmb_instcd" ref="/root/send/instcdx" class="combo_s_essential" appearance="minimal" style="left:430px; top:17px; width:169px; height:19px; text-align:center; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_instcd" class="search_name" style="left:369px; top:18px; width:61px; height:17px; vertical-align:middle; ">기관 :</caption>
- <caption id="cap_total" class="cell_1" style="left:0px; top:710px; width:50px; height:23px; vertical-align:middle; ">상반기</caption>
- <input id="ipt_total" ref="/root/main/total" class="input_essential" disabled="true" format="#,###.##" style="left:53px; top:712px; width:60px; height:19px; text-align:right; "/>
- <caption id="cap_avg" class="cell_1" style="left:134px; top:710px; width:50px; height:23px; vertical-align:middle; ">하반기</caption>
- <input id="ipt_avg" ref="/root/main/avg" class="input_essential" disabled="true" format="#,###.##" style="left:187px; top:712px; width:60px; height:19px; text-align:right; "/>
- <caption id="cap_cvsavg" class="cell_1" style="left:268px; top:710px; width:50px; height:23px; vertical-align:middle; ">평균</caption>
- <input id="ipt_cvsavg" ref="/root/main/cvsavg" class="input_essential" disabled="true" format="#,###.##" style="left:320px; top:712px; width:60px; height:19px; text-align:right; "/>
- <datagrid id="grd_rpvdinvulist" nodeset="/root/main/resultrpvdinvunlist" autoresize="true" caption="기관^부서^직책^성명^설문내용^점수^의견^조정점수^평가자사번|기관^부서^직책^성명^설문내용^점수^의견^조정점수^평가자사번" colsep="^" colwidth="111, 108, 82, 67, 313, 45, 136, 227, 32, 25" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:425px; top:75px; width:768px; height:665px; ">
- <col ref="instnm"/>
- <col ref="deptnm"/>
- <col ref="jobrespnm"/>
- <col ref="valupsnemplnm" style="text-align:center; "/>
- <col ref="valuitemcnts" style="text-align:left; "/>
- <col ref="valuscor" style="text-align:right; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </col>
- <col ref="cmt" visibility="hidden" style="text-align:left; "/>
- <col ref="valuitemcd" visibility="hidden"/>
- <col ref="aditscor" visibility="hidden" format="#,###" style="text-align:right; "/>
- <col ref="valupsnemplno" visibility="hidden" style="text-align:center; "/>
- </datagrid>
- <caption id="caption7" class="tit_2" style="left:425px; top:54px; width:217px; height:13px; vertical-align:middle; ">고객 만족도 평가 세부 List</caption>
- <line id="line2" class="line_1" style="x1:425px; y1:69px; x2:1193px; y2:69px; "/>
- <select1 id="cmb_fstscndhfyyflag" ref="/root/send/fstscndhfyyflag" class="combo_s_essential" appearance="minimal" style="left:245px; top:17px; width:110px; height:19px; text-align:center; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if ( cmb_fstscndhfyyflag.value != "1" && cmb_fstscndhfyyflag.value != "2" ) {
- btn_cnfmyn.disabled = true;
- }
- else {
- btn_cnfmyn.disabled = false;
- }
-
- ]]>
- </script>
- </select1>
- <caption id="cap_fstscndhfyyflag" class="search_name" style="left:163px; top:18px; width:81px; height:17px; vertical-align:middle; ">상하반기:</caption>
- <caption id="cap_inoutflag" class="search_name" style="left:615px; top:18px; width:95px; height:17px; vertical-align:middle; ">내외부구분:</caption>
- <select1 id="cmb_inoutflag" ref="/root/send/ioflag" class="combo_s_essential" appearance="minimal" style="left:715px; top:17px; width:105px; height:19px; text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/inoutflag">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_sdeptcd" class="search_name" style="left:825px; top:18px; width:62px; height:17px; ">부서 :</caption>
- <input id="ipt_sdeptnm" ref="/root/send/sdeptnm" class="input_default" style="left:888px; top:17px; width:112px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "sdeptcd,sdeptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_sdeptcd" class="icon_search" style="left:1006px; top:17px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "sdeptcd,sdeptnm";
- var instcd = cmb_instcd.value;
- rpvfOpenDeptCdHelp(ipt_sdeptnm,recv_list, instcd, "instcd");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_sdeptcd" ref="/root/send/sdeptcd" class="input_default" visibility="hidden" style="left:888px; top:17px; width:92px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "sdeptcd,sdeptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <datagrid id="grd_datatemp" nodeset="/root/main/exceldata/excelgrid" visibility="hidden" caption="^" colsep="^" colwidth="100, 100" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:5px; top:290px; width:1180px; height:390px; "/>
- <button id="btn_excel" class="btn2_letter4" style="left:1128px; top:49px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- //fDataGridSet();
- misfGridInit(grd_datatemp);
-
- submit("TRRPV04903");
- setGrid();
-
- var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- grd_datatemp.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <button id="btn_movescor" class="btn2_letter9" style="left:211px; top:48px; width:119px; height:19px; ">
- <caption>
- <![CDATA[평균점수->수정점수]]>
- </caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- for (var i = grd_rpvdinpnlist.fixedRows; i < grd_rpvdinpnlist.rows; i++ ) {
- //if (grd_rpvdinpnlist.valueMatrix(i, grd_rpvdinpnlist.colRef("inoutflag")) == "I") {
- grd_rpvdinpnlist.valueMatrix(i, grd_rpvdinpnlist.colRef("updtavg")) = grd_rpvdinpnlist.valueMatrix(i, grd_rpvdinpnlist.colRef("totavg"));
-
- grd_rpvdinpnlist.rowStatus(i) = "2";
- //}
- }
-
- grd_rpvdinpnlist.refresh();
-
- ]]>
- </script>
- </button>
- <button id="btn_saveupdtscor" class="btn5_letter6" style="left:332px; top:48px; width:86px; height:19px; ">
- <caption>수정점수저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfSave("TXRPV04902");
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line6" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- <button id="btn_init" class="btn4_letter3" style="left:1124px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.reload() ;
- ]]>
- </script>
- </button>
- <button id="btn_cnfmyn" class="btn4_letter4" disabled="true" style="left:1041px; top:3px; width:68px; height:22px; ">
- <caption>점수조정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TXRPV04901");
-
- btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- </button>
- <button id="btn_print" class="btn4_letter2" style="left:980px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPRPV04901", "XMLSTR");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|