123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <?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>프로젝트진척관리(인수위용)</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <projlist>
- <list>
- <proj>
- <count/>
- <reprdept/>
- <dept/>
- <subteam/>
- <lrg/>
- <mdl/>
- <sml/>
- <srfeflag/>
- <scrnid/>
- <scrnname/>
- <insuimp/>
- <detailfe/>
- <dev/>
- <schedd/>
- <acptdd/>
- <startdd/>
- <enddd/>
- <prcsrate/>
- <prcsyn/>
- <scrnveriyn/>
- <scrnveriper/>
- <scrnveridd/>
- <testendyn/>
- <testveriper/>
- <testdd/>
- <insuendyn/>
- <remark/>
- <funt1/>
- <funt2/>
- <funt3/>
- <updtneedyn/>
- <fstinptper/>
- <fstinptdd/>
- <updtper/>
- <updtdd/>
- <useyn/>
- <seq/>
- </proj>
- </list>
- </projlist>
- <list/>
- </main>
- <send>
- <search>
- <subteam/>
- <lrg/>
- <mdl/>
- <sml/>
- <srfeflag/>
- <scrnname/>
- </search>
- <projlist/>
- </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>
- </srfe>
- <subteam>
- <item>
- <name>전체</name>
- <id>-</id>
- </item>
- <item>
- <name>원무</name>
- <id>원무</id>
- </item>
- <item>
- <name>EMR</name>
- <id>EMR</id>
- </item>
- <item>
- <name>SWAT</name>
- <id>SWAT</id>
- </item>
- <item>
- <name>공통</name>
- <id>공통</id>
- </item>
- </subteam>
- </init>
- </root>
- </instance>
- <submission id="TRTBP00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/projlist/list"/>
- <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[
- model.removeNodeset("/root/main/projlist/list/proj");
- var gridObj = document.all("grd_projlist");
-
- gridObj.cellStyle("background-image", 0, 2) = "";
- gridObj.cellStyle("background-color", 0, 2) = "yellow";
- gridObj.cellStyle("background-image", 0, 3) = "";
- gridObj.cellStyle("background-color", 0, 3) = "yellow";
- gridObj.cellStyle("background-image", 0, 11) = "";
- gridObj.cellStyle("background-color", 0, 11) = "yellow";
- gridObj.cellStyle("background-image", 0, 20) = "";
- gridObj.cellStyle("background-color", 0, 20) = "yellow";
- gridObj.cellStyle("background-image", 0, 21) = "";
- gridObj.cellStyle("background-color", 0, 21) = "yellow";
- gridObj.cellStyle("background-image", 0, 22) = "";
- gridObj.cellStyle("background-color", 0, 22) = "yellow";
- gridObj.cellStyle("background-image", 0, 23) = "";
- gridObj.cellStyle("background-color", 0, 23) = "yellow";
- gridObj.cellStyle("background-image", 0, 24) = "";
- gridObj.cellStyle("background-color", 0, 24) = "yellow";
- gridObj.cellStyle("background-image", 0, 25) = "";
- gridObj.cellStyle("background-color", 0, 25) = "yellow";
- gridObj.cellStyle("background-image", 0, 26) = "";
- gridObj.cellStyle("background-color", 0, 26) = "yellow";
-
- model.refresh();
-
-
- ]]>
- </script>
- <submission id="TXTBP00501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript">
- <![CDATA[
- function checkGridUpdate(grid)
- {
- var iData = grid.getUpdateDataXml("insert");
- var uData = grid.getUpdateDataXml("update");
- var dData = grid.getUpdateDataXml("delete");
- if (iData=="" && uData=="" && dData=="") return false;
- else return true;
- }
-
- function checkGridField(grid, field)
- {
- //alert(grd_scrnlist.fixedRows);
- // alert(grd_scrnlist.rows);
- var nodeset = grid.nodeset;
- var iStatus;
- var iData = grid.getUpdateDataXml("insert");
- for (i=grid.fixedRows; i<grid.rows; i++)
- {
- iStatus = grid.rowstatus(i);
- if (iStatus == 1) // ?? ??? ?? ????
- {
- if(model.getValue(nodeset+"["+i+"]/"+field)=="") return false;
- }
- }
- return true;
- }
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1195;2,782;" 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:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
- <line id="line18" class="line_4" style="x1:1066px; y1:7px; x2:1066px; y2:29px; 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:201px; top:8px; width:66px; height:17px; ">대분류</caption>
- <caption id="caption4" class="search_name" style="left:376px; top:8px; width:71px; height:17px; ">중분류</caption>
- <caption id="caption5" class="search_name" style="left:551px; top:8px; width:66px; height:17px; ">소분류</caption>
- <caption id="caption6" class="search_name" style="left:725px; top:10px; width:54px; height:17px; ">구분</caption>
- <caption id="caption7" class="search_name" style="left:885px; top:10px; width:63px; height:17px; ">화면명</caption>
- <button id="button1" class="btn1_letter2" style="left:1100px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRTBP00101");
- ]]>
- </script>
- </button>
- <input id="input2" ref="/root/send/search/lrg" class="input_search" style="left:270px; top:10px; width:100px; height:19px; "/>
- <input id="input3" ref="/root/send/search/mdl" class="input_search" style="left:445px; top:10px; width:100px; height:19px; "/>
- <input id="input4" ref="/root/send/search/sml" class="input_search" style="left:620px; top:10px; width:100px; height:19px; "/>
- <select1 id="combo1" ref="/root/send/search/srfeflag" class="combo_search" appearance="minimal" style="left:780px; top:10px; width:100px; 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:955px; top:10px; width:100px; height:19px; "/>
- <select1 id="combo2" ref="/root/send/search/subteam" class="combo_search" appearance="minimal" style="left:95px; top:10px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/subteam/item">
- <label ref="name"/>
- <value ref="id"/>
- </itemset>
- </choices>
- </select1>
- </group>
- <line id="line20" class="line_1" style="x1:0px; y1:81px; x2:1194px; y2:81px; "/>
- <caption id="caption8" class="tit_2" style="left:5px; top:66px; width:160px; height:13px; ">프로젝트 진척관리내역</caption>
- <group id="group2" style="left:820px; top:55px; width:375px; height:25px; ">
- <button id="button3" class="btn2_letter4" disable.background-image="../../../com/commonweb/images/dis_btn2_letter4.gif" style="left:305px; 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="s^대표부서^해당부서^SubTeam^대분류^중분류^소분류^화면/보고서/기능/오류 구분^화면ID^화면명^인수위중요도^세부기능/오류^개발자^예정완료일^추가일^시작일^종료일^진행률^공정률적용여부^인수위 화면
검증완료여부^인수위 화면
검증자^인수위 화면
검증일자^인수위테스트
완료여부^인수위테스트
검증자^인수위테스트일자^인수위완료여부^비고^기능분해1^기능분해2^기능분해3^수정필요여부^최초입력자^입력일시^수정자^수정일시^사용여부^seq|s^대표부서^해당부서^SubTeam^대분류^중분류^소분류^화면/보고서/기능/오류 구분^화면ID^화면명^인수위중요도^세부기능/오류^개발자^예정완료일^추가일^시작일^종료일^진행률^공정률적용여부^인수위 화면
검증완료여부^인수위 화면
검증자^인수위 화면
검증일자^인수위테스트
완료여부^인수위테스트
검증자^인수위테스트일자^인수위완료여부^비고^기능분해1^기능분해2^기능분해3^수정필요여부^최초입력자^입력일시^수정자^수정일시^사용여부^seq" colsep="^" colwidth="1, 70, 70, 60, 80, 80, 80, 50, 60, 100, 50, 100, 45, 67, 67, 67, 67, 45, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1" dataheight="23" defaultrows="0" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:85px; width:1194px; height:640px; ">
- <col ref="count"/>
- <col ref="reprdept" type="input"/>
- <col ref="dept" type="input"/>
- <col ref="subteam"/>
- <col ref="lrg"/>
- <col ref="mdl"/>
- <col ref="sml"/>
- <col ref="srfeflag"/>
- <col ref="scrnid"/>
- <col ref="scrnname"/>
- <col ref="insuimp" type="input"/>
- <col ref="detailfe"/>
- <col ref="dev"/>
- <col ref="schedd"/>
- <col ref="acptdd"/>
- <col ref="startdd"/>
- <col ref="enddd"/>
- <col ref="prcsrate"/>
- <col ref="prcsyn"/>
- <col ref="scrnveriyn" type="input"/>
- <col ref="scrnveriper"/>
- <col ref="scrnveridd"/>
- <col ref="testendyn" type="input"/>
- <col ref="testveriper"/>
- <col ref="testdd"/>
- <col ref="insuendyn" type="input"/>
- <col ref="remark" type="input"/>
- <col ref="funt1" type="input"/>
- <col ref="funt2" type="input"/>
- <col ref="funt3" type="input"/>
- <col ref="updtneedyn" type="input"/>
- <col ref="fstinptper" type="input"/>
- <col ref="fstinptdd" type="input"/>
- <col ref="updtper" type="input"/>
- <col ref="updtdd" type="input"/>
- <col ref="useyn" type="input"/>
- <col ref="seq"/>
- </datagrid>
- </group>
- <group id="group3" style="left:0px; top:13px; width:1190px; height:27px; ">
- <button id="button2" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:1060px; top:2px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(messageBox("", "Q002")){
- if(!checkGridUpdate(grd_projlist))
- {
- alert("저장할 자료가 존재하지 않습니다.");
- return;
- }
-
- if(checkGridField(grd_projlist,"subteam")==false)
- {
- alert("데이터중에 비어있는 필수필드가 있습니다.");
- return;
- }
- model.setValue("/root/send/projlist",grd_projlist.getUpdateData());
- if ( submit("TXTBP00501") ) {
- grd_projlist.clearStatus(); // submit() 성공하면 그리드의 i,u,d 상태 제거
- submit("TRTBP00101");
- //changeNodeSet();
- }
- }
-
- ]]>
- </script>
- </button>
- <button id="button7" class="btn4_letter3" disable.background-image="../../../com/commonweb/images/dis_btn4_letter3.gif" style="left:1120px; top:2px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn4_letter3.gif; ">
- <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");
-
- model.refresh();
- combo1.select(0);
- combo2.select(0);
- ]]>
- </script>
- </button>
- <line id="line1" class="line_6" style="x1:0px; y1:25px; x2:1189px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|