123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343 |
- <?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>
- <prcscd/>
- <subteam/>
- <lrg/>
- <mdl/>
- <sml/>
- <srfeflag/>
- <scrnid/>
- <scrnname/>
- <insuimp/>
- <detailfe/>
- <dev/>
- <usernm/>
- <schestartdd/>
- <schedd/>
- <acptdd/>
- <startdd/>
- <enddd/>
- <prcsrate/>
- <prcsyn/>
- <remark/>
- <funt1/>
- <funt2/>
- <funt3/>
- <updtneedyn/>
- <fstinptper/>
- <fstinptdd/>
- <updtper/>
- <updtdd/>
- <useyn/>
- <adchflag/>
- <appdd/>
- <sort/>
- </proj>
- </list>
- </projlist>
- <list/>
- </main>
- <send>
- <search>
- <subteam/>
- <scheddf/>
- <scheddt/>
- <endddf/>
- <endddt/>
- <prcsratef/>
- <prcsratet/>
- <useyn/>
- <appdd/>
- </search>
- <projlist/>
- <col>
- <dev/>
- </col>
- <popup/>
- </send>
- <init>
- <subteam>
- <item>
- <name>전체</name>
- <id>-</id>
- </item>
- <item>
- <name>CMC네트워크</name>
- <id>CMC네트워크</id>
- </item>
- <item>
- <name>CRM</name>
- <id>CRM</id>
- </item>
- <item>
- <name>LIS</name>
- <id>LIS</id>
- </item>
- <item>
- <name>MIS</name>
- <id>MIS</id>
- </item>
- <item>
- <name>SWAT</name>
- <id>SWAT</id>
- </item>
- <item>
- <name>간호EMR</name>
- <id>간호EMR</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>진료EMR</name>
- <id>진료EMR</id>
- </item>
- <item>
- <name>진료지원</name>
- <id>진료지원</id>
- </item>
- </subteam>
- <useyn>
- <item>
- <name>전체</name>
- <id>-</id>
- </item>
- <item>
- <name>Y</name>
- <id>Y</id>
- </item>
- <item>
- <name>N</name>
- <id>N</id>
- </item>
- </useyn>
- </init>
- <temp>
- <usernm/>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- combo1.select(0);
- combo3.select(0);
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removeNodeset("/root/main/projlist/list/proj");
- grd_projlist.frozenCols=10;
- fsetDate();
- // model.setValue("/root/send/search/prcsratef",'0');
- model.setValue("/root/send/search/prcsratet",'79');
-
- // 적용 기준일
- submit("TRZTP00802");
- addComboItem("combo2", "전체", "-", "above");
- combo2.select(0);
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRZTP01000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/projlist/list"/>
- <submission id="TRZTP00802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search/appdd" resultref="/root/temp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fbtnSearch()
- {
- grd_projlist.rebuildStyle();
- submit("TRZTP01000");
- var gridObj = document.all("grd_projlist");
-
- for(var i=1; i<grd_projlist.rows; i++)
- {
- for(var j=0; j<grd_projlist.cols-1; j++)
- {
- if(model.getValue("/root/main/projlist/list/proj["+i+"]/useyn") == "N")
- {
- gridObj.cellStyle("text-decoration", i+1, j) = "line-through";
- }
- }
- }
- model.refresh();
- }
-
- function fsetDate()
- {
- nday = new Date() // 오늘의 날짜와 시간을 구함
- t_year = nday.getYear();
- t_mon = nday.getMonth()+1; // 0부터 시작해서 1월이다.
- t_day = nday.getDate();
-
- // 날짜 포맷 맞추기
- if(t_mon < 10)
- t_mon = "0" + t_mon;
- if(t_day < 10)
- t_day = "0" + t_day;
-
- var cur_date = t_year + "-" + t_mon + "-" + t_day;
-
- // model.setValue("/root/send/search/scheddf",cur_date);
- model.setValue("/root/send/search/scheddt",cur_date);
- // model.setValue("/root/send/search/endddf",cur_date);
- // model.setValue("/root/send/search/endddt",cur_date);
- }
- ]]>
- </script>
- </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:196px; 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:5px; width:1194px; height:55px; vertical-align:top; ">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:55px; "/>
- <line id="line18" class="line_4" style="x1:1105px; y1:7px; x2:1105px; y2:50px; border-left-style:solid; "/>
- <button id="button1" class="btn1_letter2" style="left:1125px; top:18px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fbtnSearch();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:6px; top:4px; width:86px; height:17px; ">SubTeam</caption>
- <select1 id="combo1" ref="/root/send/search/subteam" class="combo_search" appearance="minimal" style="left:99px; top:4px; width:101px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/subteam/item">
- <label ref="name"/>
- <value ref="id"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:231px; top:4px; width:89px; height:17px; ">예정완료일</caption>
- <input id="input2" ref="/root/send/search/scheddf" class="input_search" inputtype="date" mask="include" style="left:330px; top:4px; width:85px; height:19px; "/>
- <caption id="caption4" style="left:419px; top:4px; width:15px; height:20px; ">~</caption>
- <input id="input3" ref="/root/send/search/scheddt" class="input_search" inputtype="date" mask="include" style="left:435px; top:4px; width:85px; height:19px; "/>
- <caption id="caption5" class="search_name" style="left:546px; top:4px; width:89px; height:17px; ">종료일</caption>
- <input id="input4" ref="/root/send/search/endddf" class="input_search" inputtype="date" mask="include" style="left:630px; top:4px; width:85px; height:19px; "/>
- <caption id="caption6" style="left:718px; top:4px; width:15px; height:20px; ">~</caption>
- <input id="input7" ref="/root/send/search/endddt" class="input_search" inputtype="date" mask="include" style="left:735px; top:4px; width:85px; height:19px; "/>
- <caption id="caption7" class="search_name" style="left:6px; top:30px; width:63px; height:17px; ">진행률</caption>
- <input id="input5" ref="/root/send/search/prcsratef" class="input_search" style="left:99px; top:30px; width:40px; height:19px; "/>
- <caption id="caption11" style="left:143px; top:30px; width:15px; height:20px; ">~</caption>
- <input id="input8" ref="/root/send/search/prcsratet" class="input_search" style="left:159px; top:30px; width:40px; height:19px; "/>
- <caption id="caption9" class="search_name" style="left:231px; top:30px; width:86px; height:17px; ">사용여부</caption>
- <select1 id="combo3" ref="/root/send/search/useyn" class="combo_search" appearance="minimal" style="left:330px; top:30px; width:85px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/useyn/item">
- <label ref="name"/>
- <value ref="id"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption10" class="search_name" style="left:852px; top:6px; width:89px; height:17px; ">적용기준일</caption>
- <select1 id="combo2" ref="/root/send/search/appdd" class="combo_search" appearance="minimal" style="left:955px; top:6px; width:85px; height:19px; ">
- <choices>
- <itemset nodeset="/root/temp/combo">
- <label ref="appdd"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- </group>
- <line id="line20" class="line_1" style="x1:0px; y1:91px; x2:1194px; y2:91px; "/>
- <caption id="caption8" class="tit_2" style="left:5px; top:76px; width:160px; height:13px; ">프로젝트 진척관리내역</caption>
- <group id="group2" style="left:800px; top:65px; width:395px; height:25px; ">
- <button id="button3" class="btn2_letter4" disable.background-image="../../../com/commonweb/images/dis_btn2_letter4.gif" style="left:322px; 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="seq^SubTeam^대분류^중분류^소분류^구분^화면ID^화면명^중요도^세부기능/오류^개발자ID^개발자^예정시작일^예정완료일^추가일^시작일^종료일^진행률^공정대상^비고^기능분해1^기능분해2^기능분해3^수정필요여부^최초입력자^입력일시^수정자^수정일시^사용여부^변경구분^적용기준일^sort^seq|seq^SubTeam^대분류^중분류^소분류^구분^화면ID^화면명^중요도^세부기능/오류^개발자ID^개발자^예정시작일^예정완료일^추가일^시작일^종료일^진행률^공정대상^비고^기능분해1^기능분해2^기능분해3^수정필요여부^최초입력자^입력일시^수정자^수정일시^사용여부^변경구분^적용기준일^sort^seq" colsep="^" colwidth="30, 60, 80, 80, 80, 50, 83, 100, 30, 180, 55, 45, 67, 67, 67, 67, 67, 45, 30, 100, 100, 100, 100, 60, 70, 67, 70, 67, 40, 60, 67, 60" dataheight="23" defaultrows="0" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" tooltip="true" style="left:0px; top:95px; width:1194px; height:630px; ">
- <col ref="prcscd"/>
- <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"/>
- <col ref="schedd" format="yyyy-mm-dd"/>
- <col ref="acptdd" format="yyyy-mm-dd"/>
- <col ref="startdd" format="yyyy-mm-dd"/>
- <col ref="enddd" format="yyyy-mm-dd"/>
- <col ref="prcsrate" format="###%" style="left:1146px; top:43px; width:45px; height:23px; "/>
- <col ref="prcsyn"/>
- <col ref="remark"/>
- <col ref="funt1"/>
- <col ref="funt2"/>
- <col ref="funt3"/>
- <col ref="updtneedyn"/>
- <col ref="fstinptper"/>
- <col ref="fstinptdd" format="yyyy-mm-dd"/>
- <col ref="updtper"/>
- <col ref="updtdd" format="yyyy-mm-dd"/>
- <col ref="useyn"/>
- <col ref="adchflag"/>
- <col ref="appdd" format="yyyy-mm-dd" mask="include"/>
- <col ref="sort" format="99999999"/>
- </datagrid>
- </group>
- <group id="group3" style="left:0px; top:13px; width:1190px; height:27px; ">
- <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");
- fsetDate();
- // model.setValue("/root/send/search/prcsratef",'80');
- model.setValue("/root/send/search/prcsratet",'79');
- model.refresh();
- combo1.select(0);
- combo2.select(0);
- combo3.select(0);
- ]]>
- </script>
- </button>
- <line id="line1" class="line_6" style="x1:0px; y1:25px; x2:1189px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|