123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <?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>
- <projlist>
- <list>
- <proj>
- <subteam/>
- <lrg/>
- <mdl/>
- <sml/>
- <srfeflag/>
- <scrnid/>
- <scrnname/>
- <insuimp/>
- <detailfe/>
- <dev/>
- <usernm/>
- <schestartdd/>
- <schedd/>
- <acptdd/>
- <startdd/>
- <enddd/>
- <prcsrate/>
- <prcsyn/>
- <remark/>
- <funt1/>
- <funt2/>
- <funt3/>
- <updtneedyn/>
- <fstrgstrid/>
- <fstrgstdt/>
- <lastupdtrid/>
- <lastupdtdt/>
- <useyn/>
- <appdd/>
- <sort/>
- </proj>
- </list>
- </projlist>
- <list/>
- </main>
- <send>
- <search>
- <subteam/>
- <lrg/>
- <mdl/>
- <srfeflag/>
- <scrnname/>
- <scrnid/>
- <dev/>
- <usernm/>
- <schedd/>
- <startdd/>
- <enddd/>
- <appdd/>
- <prcsyn/>
- <acptdd/>
- </search>
- <projlist/>
- <devnull/>
- </send>
- <init>
- <srfe>
- <item>
- <name>전체</name>
- <id>-</id>
- </item>
- <item>
- <name>화면</name>
- <id>화면</id>
- </item>
- <item>
- <name>보고서</name>
- <id>보고서</id>
- </item>
- <item>
- <name>기능</name>
- <id>기능</id>
- </item>
- <item>
- <name>오류</name>
- <id>오류</id>
- </item>
- <item>
- <name>DB변경</name>
- <id>DB변경</id>
- </item>
- </srfe>
- <prcsyn>
- <item>
- <name>전체</name>
- <id>-</id>
- </item>
- <item>
- <name>Y</name>
- <id>Y</id>
- </item>
- <item>
- <name>N</name>
- <id>N</id>
- </item>
- </prcsyn>
- </init>
- <popup>
- <grd_projlist>
- <item>
- <name>일괄수정</name>
- <func>fBatUpdate</func>
- </item>
- </grd_projlist>
- </popup>
- <popIndex>dev</popIndex>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- combo1.select(0);
- combo2.select(0);
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- // 적용 기준일 리스트 조회
- submit("TRZTP00802");
- // subteam 리스트 조회
- submit("TRZTP00902");
-
- // 전체 선택 아이템 추가
- addComboItem("combo2", "-전체-", "-", "above");
- addComboItem("combo3", "-전체-", "-", "above");
-
- // ############################################################################################
- // ###### 라이브 서버에 반영시 반드시 테스트 부분을 주석처리하고 라이브 부분을 풀어 준다 ######
- // ############################################################################################
- // 팝업용] 테스트시 사용하세요
- // model.setValue("/root/send/search/srfeflag","-");
- // model.setValue("/root/send/search/dev","None");
- // model.setValue("/root/send/search/usernm","");
- // model.setValue("/root/send/search/appdd","-");
- // model.setValue("/root/send/search/prcsyn","-");
- //
- // var stmp = "33.SWAT";
- // var subteam = stmp.substr(stmp.indexOf(".")+1,stmp.length);
- //
- // var usernm = model.getValue("/root/send/search/usernm");
- // var dev = model.getValue("/root/send/search/dev");
- // var appdd = model.getValue("/root/send/search/appdd");
- // var prcsyn = model.getValue("/root/send/search/prcsyn");
- // var acptdd = "2008-04-30";
- // 테스트시 사용 부분 끝
- // ############################################################################################
- // ###### 라이브 서버에 반영시 반드시 테스트 부분을 주석처리하고 라이브 부분을 풀어 준다 ######
- // ############################################################################################
-
- // 부모창에서 개발자ID을 얻어 와서 조건으로 줘서 조회를 한다.
- // 부모창에서 서브팀을 받아 올때 00. 식으로 받아 와서 앞 부분을 날려 준다.
- var stmp = opener.grd_projlist.textmatrix(opener.grd_projlist.row,1);
- var subteam = stmp.substr(stmp.indexOf(".")+1,stmp.length);
- var dev = opener.grd_projlist.textmatrix(opener.grd_projlist.row,2);
- var usernm = opener.grd_projlist.textmatrix(opener.grd_projlist.row,3);
- var appdd = opener.model.getValue("/root/send/search/appdd");
- var prcsyn = opener.model.getValue("/root/send/search/prcsyn");
- var acptdd = opener.model.getValue("/root/send/search/acptdd");
- // input box에 넘겨 받은 값을 입력한다.
- model.setValue("/root/send/search/subteam",subteam);
- model.setValue("/root/send/search/usernm",usernm);
- model.setValue("/root/send/search/appdd",appdd);
- model.setValue("/root/send/search/prcsyn",prcsyn);
- model.setValue("/root/send/search/acptdd",acptdd);
-
- // 개발자 ID가 비었다면 개발자명이 없는 데이터 출력을 위해 dev에 None 값을 넣는다. 체크 박스 체크
- // 쿼리 부분에서 dev 값이 None 이라면 null 값을 찾는다.
- if (dev == "")
- {
- model.setValue("/root/send/search/dev","None");
- bool1.selected = true;
- }
- else
- {
- model.setValue("/root/send/search/dev",dev);
- }
-
- submit("TRZTP00101");
- ]]>
- </script>
- <submission id="TRZTP00802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search/appdd" resultref="/root/temp"/>
- <submission id="TRZTP00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/projlist/list"/>
- <submission id="TRZTP00902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/subtemp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body guideline="2,783;" 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="caption1" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">프로젝트진척관리</caption>
- </group>
- <group id="group5" scroll="auto" style="left:0px; top:45px; width:1195px; height:730px; ">
- <group id="group6" style="left:0px; top:0px; width:1194px; height:65px; vertical-align:top; ">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:60px; "/>
- <line id="line18" class="line_4" style="x1:1121px; y1:7px; x2:1121px; y2:54px; border-left-style:solid; "/>
- <caption id="caption2" class="search_name" style="left:6px; top:8px; width:86px; height:17px; ">SubTeam</caption>
- <caption id="caption3" class="search_name" style="left:211px; top:8px; width:66px; height:17px; ">대분류</caption>
- <caption id="caption4" class="search_name" style="left:396px; top:8px; width:71px; height:17px; ">중분류</caption>
- <caption id="caption6" class="search_name" style="left:6px; top:35px; width:64px; height:17px; ">구분</caption>
- <caption id="caption7" class="search_name" style="left:760px; top:8px; width:63px; height:17px; ">화면명</caption>
- <button id="button1" class="btn1_letter2" style="left:1130px; top:17px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var usernm = model.getValue("/root/send/search/usernm");
- var dev = model.getValue("/root/send/search/dev");
-
- // 체크 박스가 체크 되어 있고 유저 명이 비어 있다면 None 값을 주고 그렇지 않다면 클리어
- // 개발자ID 넣는 박스가 없으므로 조회 후 상황에 따라 개발자ID 값을 클리어 시켜 준다.
- if ( usernm == "" && bool1.selected)
- {
- model.setValue("/root/send/search/dev","None");
- }
- else if ( !bool1.selected )
- {
- model.setValue("/root/send/search/dev","");
- }
- submit("TRZTP00101");
- ]]>
- </script>
- </button>
- <input id="input2" ref="/root/send/search/lrg" class="input_search" style="left:285px; top:8px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input2.value = input2.currentText;
- submit("TRZTP00101");
- }
- ]]>
- </script>
- </input>
- <input id="input3" ref="/root/send/search/mdl" class="input_search" style="left:470px; top:8px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input3.value = input3.currentText;
- submit("TRZTP00101");
- }
- ]]>
- </script>
- </input>
- <select1 id="combo1" ref="/root/send/search/srfeflag" class="combo_search" appearance="minimal" style="left:68px; top:35px; width:65px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/srfe/item">
- <label ref="name"/>
- <value ref="id"/>
- </itemset>
- </choices>
- </select1>
- <input id="input5" ref="/root/send/search/scrnname" class="input_search" style="left:830px; top:8px; width:95px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input5.value = input5.currentText;
- submit("TRZTP00101");
- }
- ]]>
- </script>
- </input>
- <select1 id="combo2" ref="/root/send/search/subteam" class="combo_search" appearance="minimal" style="left:100px; top:8px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/subtemp/combo">
- <label ref="subteam"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption9" class="search_name" style="left:580px; top:8px; width:63px; height:17px; ">화면ID</caption>
- <input id="input1" ref="/root/send/search/scrnid" class="input_search" style="left:650px; top:8px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input1.value = input1.currentText;
- submit("TRZTP00101");
- }
- ]]>
- </script>
- </input>
- <caption id="caption10" class="search_name" style="left:140px; top:35px; width:63px; height:17px; ">개발자</caption>
- <input id="input6" ref="/root/send/search/usernm" class="input_search" style="left:230px; top:35px; width:54px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input6.value = input6.currentText;
- submit("TRZTP00101");
- }
- ]]>
- </script>
- </input>
- <caption id="caption11" class="search_name" style="left:476px; top:35px; width:89px; height:17px; ">예정완료일</caption>
- <input id="input7" ref="/root/send/search/schedd" class="input_search" inputtype="date" mask="include" style="left:570px; top:35px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input6.value = input6.currentText;
- submit("TRZTP00101");
- }
- ]]>
- </script>
- </input>
- <input id="input8" ref="/root/send/search/startdd" class="input_search" inputtype="date" mask="include" style="left:725px; top:35px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input6.value = input6.currentText;
- submit("TRZTP00101");
- }
- ]]>
- </script>
- </input>
- <caption id="caption12" class="search_name" style="left:660px; top:35px; width:81px; height:17px; ">시작일</caption>
- <caption id="caption13" class="search_name" style="left:815px; top:35px; width:76px; height:17px; ">종료일</caption>
- <bool id="bool1" ref="/root/send/devnull" style="left:201px; top:35px; width:35px; height:20px; ">
- <hint>
- <![CDATA[체크 : 개발자가 없는 데이터]]>
- </hint>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- // 체크박스 클릭시 개발자 아이디가 null 인 값을 찾기 위해 설정해 준다.
- model.setValue("/root/send/search/dev","None");
- model.setValue("/root/send/search/usernm","");
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-deselect">
- <![CDATA[
- // 체크를 풀더라도 개발자 명은 남겨 뒀다.
- model.setValue("/root/send/search/dev","");
- ]]>
- </script>
- </bool>
- <select1 id="combo3" ref="/root/send/search/appdd" class="combo_search" appearance="minimal" style="left:384px; top:35px; width:85px; height:19px; ">
- <choices>
- <itemset nodeset="/root/temp/combo">
- <label ref="appdd"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption5" class="search_name" style="left:290px; top:35px; width:89px; height:17px; ">적용기준일</caption>
- <select1 id="combo4" ref="/root/send/search/prcsyn" class="combo_search" appearance="minimal" style="left:1060px; top:7px; width:55px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/prcsyn/item">
- <label ref="name"/>
- <value ref="id"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption14" class="search_name" style="left:936px; top:8px; width:125px; height:17px; ">공정율 적용여부</caption>
- <input id="input4" ref="/root/send/search/enddd" class="input_search" inputtype="date" mask="include" style="left:880px; top:35px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input6.value = input6.currentText;
- submit("TRZTP00101");
- }
- ]]>
- </script>
- </input>
- <input id="input10" ref="/root/send/search/acptdd" class="input_search" inputtype="date" mask="include" style="left:1032px; top:35px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input6.value = input6.currentText;
- submit("TRZTP00101");
- }
- ]]>
- </script>
- </input>
- <caption id="caption15" class="search_name" style="left:965px; top:35px; width:76px; height:17px; ">접수일</caption>
- </group>
- <line id="line20" class="line_1" style="x1:0px; y1:96px; x2:1194px; y2:96px; "/>
- <caption id="caption8" class="tit_2" style="left:5px; top:81px; width:160px; height:13px; ">프로젝트 진척관리내역</caption>
- <group id="group2" style="left:820px; top:70px; width:375px; height:25px; ">
- <button id="button3" class="btn2_letter4" disable.background-image="../../../com/commonweb/images/dis_btn2_letter4.gif" style="left:310px; top:5px; width:64px; height:19px; background-image:../../../com/commonweb/images/btn2_letter4.gif; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if (fileName != "")
- {
- grd_projlist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- </group>
- <datagrid id="grd_projlist" nodeset="/root/main/projlist/list/proj" caption="SubTeam^대분류^중분류^소분류^구분^화면ID^화면명^중요도^세부기능/오류^개발자ID^개발자^예정시작일^예정완료일^추가일^시작일^종료일^진행률^공정대상^비고^기능분해1^기능분해2^기능분해3^수정필요여부^최초입력자^입력일시^수정자^수정일시^적용기준일^사용여부^수정자^수정일시^사용여부^seq^변경구분^적용기준일|SubTeam^대분류^중분류^소분류^구분^화면ID^화면명^중요도^세부기능/오류^개발자ID^개발자^예정시작일^예정완료일^추가일^시작일^종료일^진행률^공정대상^비고^기능분해1^기능분해2^기능분해3^수정필요여부^최초입력자^입력일시^수정자^수정일시^적용기준일^사용여부^수정자^수정일시^사용여부^seq^변경구분^적용기준일" colsep="^" colwidth="60, 80, 80, 80, 50, 83, 100, 30, 180, 55, 45, 67, 67, 67, 67, 67, 45, 30, 100, 100, 100, 100, 100, 70, 67, 65, 67, 67, 57" dataheight="23" defaultrows="0" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:100px; width:1194px; height:610px; ">
- <col ref="subteam"/>
- <col ref="lrg"/>
- <col ref="mdl"/>
- <col ref="sml"/>
- <col ref="srfeflag"/>
- <col ref="scrnid"/>
- <col ref="scrnname"/>
- <col ref="insuimp"/>
- <col ref="detailfe"/>
- <col ref="dev"/>
- <col ref="usernm"/>
- <col ref="schestartdd" format="yyyy-mm-dd" mask="include"/>
- <col ref="schedd" format="yyyy-mm-dd" mask="include"/>
- <col ref="acptdd" format="yyyy-mm-dd" mask="include"/>
- <col ref="startdd" format="yyyy-mm-dd" mask="include"/>
- <col ref="enddd" format="yyyy-mm-dd" mask="include"/>
- <col ref="prcsrate" format="###%"/>
- <col ref="prcsyn"/>
- <col ref="remark"/>
- <col ref="funt1"/>
- <col ref="funt2"/>
- <col ref="funt3"/>
- <col ref="updtneedyn"/>
- <col ref="fstrgstrid"/>
- <col ref="fstrgstdt" format="yyyy-mm-dd"/>
- <col ref="lastupdtrid"/>
- <col ref="lastupdtdt" format="yyyy-mm-dd"/>
- <col ref="appdd" format="yyyy-mm-dd" mask="include"/>
- <col ref="useyn"/>
- </datagrid>
- </group>
- <group id="group3" style="left:0px; top:13px; width:1190px; height:27px; ">
- <button id="button7" class="btn4_letter3" style="left:1120px; top:2px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removeNodeset("/root/main/projlist/list/proj");
- model.resetInstanceNode("/root/send");
- //model.resetInstanceNode("/root/main/item");
-
-
- combo1.select(0);
- combo2.select(0);
- combo3.select(0);
- combo4.select(0);
- model.setValue("/root/send/search/acptdd","2008-05-31");
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line1" class="line_6" style="x1:0px; y1:25px; x2:1189px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|