123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689 |
- <?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" autocdata="true">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <workyyyy/>
- <workmm/>
- <workdd/>
- </cond>
- <scheduleinfo>
- <schedulelist>
- <emplno/>
- <emplnm/>
- <day01/>
- <day02/>
- <day03/>
- <day04/>
- <day05/>
- <day06/>
- <day07/>
- <day08/>
- <day09/>
- <day10/>
- <day11/>
- <day12/>
- <day13/>
- <day14/>
- <day15/>
- <day16/>
- <day17/>
- <day18/>
- <day19/>
- <day20/>
- <day21/>
- <day22/>
- <day23/>
- <day24/>
- <day25/>
- <day26/>
- <day27/>
- <day28/>
- <day29/>
- <day30/>
- <day31/>
- <dutym/>
- <instcd/>
- </schedulelist>
- </scheduleinfo>
- <dutyinfo>
- <dutylist>
- <dutycd/>
- <emplnm/>
- <emplno/>
- </dutylist>
- </dutyinfo>
- <weekinfo>
- <weeklist>
- <day01/>
- <day02/>
- <day03/>
- <day04/>
- <day05/>
- <day06/>
- <day07/>
- <day08/>
- <day09/>
- <day10/>
- <day11/>
- <day12/>
- <day13/>
- <day14/>
- <day15/>
- <day16/>
- <day17/>
- <day18/>
- <day19/>
- <day20/>
- <day21/>
- <day22/>
- <day23/>
- <day24/>
- <day25/>
- <day26/>
- <day27/>
- <day28/>
- <day29/>
- <day30/>
- <day31/>
- </weeklist>
- </weekinfo>
- </main>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //그래드 초기화
- model.removeNodeset(grd_schedulelist.nodeset);
- grd_schedulelist.refresh();
-
- model.removeNodeset(grd_dutcdlist.nodeset);
- grd_dutcdlist.refresh();
- //기준월, 작업일자 Default 현재월, 현재일 셋팅.
- model.setValue(ipt_workyyyy.attribute("ref"), getCurrentDate().substr(0, 4));
- model.setValue(cmb_workmm.attribute("ref"), getCurrentDate().substr(4,2));
- model.setValue(ipt_workdd.attribute("ref"), getCurrentDate()); //작업일을 현재일로.
- ipt_workyyyy.refresh();
- cmb_workmm.refresh();
- ipt_workdd.refresh(); //작업일을 현재일로.
- model.makeValue("/root/send/reqdata/cdgrupid", "D1");
- submit("TRMND03901");
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
-
- function fPrint() {
-
- model.removenode("/root/send/printdata");
- //send 재구성
- model.makeValue("/root/send/printdata/weekinfo",""); //weeklist
- model.makeValue("/root/send/printdata/scheduleinfo",""); //schedulelist
- model.copynode("/root/send/printdata/weekinfo", "/root/main/weekinfo");
- model.copynode("/root/send/printdata/scheduleinfo", "/root/main/scheduleinfo");
-
-
- exeReportPreview("RPMND03901", "XMLSTR", "", "", "", "", "", "", "");
- }
- function fSearchDutyList() {
- //우측 근무번표조회.
- model.makeValue("/root/send/reqdata/workdd", model.getValue(ipt_workdd.attribute("ref")));
- model.makeValue("/root/send/reqdata/appscheexecflag", "3");
-
- submit("TRMND03903");
- }
-
- function fSearchScheduleList() {
-
- var updt = getGridUpdateData(grd_schedulelist);
-
- if(updt != "") {
- var rtn = messageBox("작업중인 스케쥴 현황이 있습니다. 그냥 조회하시겠습니까?", "Q");
-
- if(rtn == "6") {
-
- } else {
- return;
- }
- }
-
- var yyyy = model.getValue(ipt_workyyyy.attribute("ref"));
- var mm = model.getValue(cmb_workmm.attribute("ref"));
- if(yyyy == "" || yyyy.length < 4) {
- messageBox("기준년도를 정확히 입력해 주십시오.", "E");
- return;
- }
- model.makeValue("/root/send/reqdata/workym", yyyy + mm);
- model.makeValue("/root/send/reqdata/workdd", model.getValue(ipt_workdd.attribute("ref")) );
-
- submit("TRMND03902");
-
- model.makeValue("/root/send/reqdata/deptcd", '2010702000');
- model.makeValue("/root/send/reqdata/appscheexecflag", "3");
-
- submit("TRMND03904");
-
- fSetGridStat(); //그리드의 상태값 설정.
-
- fSaveWeekInfo();
-
- fSearchDutyList();
- }
-
- function fSearch() {
- fSearchScheduleList() ;
- fSearchDutyList();
-
- }
-
- function fSaveWeekInfo() {
- var WEEK_PATH = "/root/main/weekinfo/weeklist";
- var num;
-
- for(var i = 1; i <= 31; i++) {
-
- num = i;
-
- if(num < 10) {
- num = "0" + i;
-
- }
- grd_schedulelist.valueMatrix(1, grd_schedulelist.colRef("day" + num)) = model.getValue(WEEK_PATH + "/day" + num);
- }
- }
-
- function fSetGridStat() {
- var newyn;
- for(var i = grd_schedulelist.fixedRows; i < grd_schedulelist.rows; i++) {
- newyn = grd_schedulelist.valueMatrix(i, grd_schedulelist.colRef("newyn"));
-
- if(newyn == "Y") {
- grd_schedulelist.rowStatus(i) = "1";
- }
- }
- }
-
- //구역별 간호사 스케쥴 현황을 저장한다.
- function fSave() {
- model.makeValue("/root/send/savedata/schedulelist", getGridUpdateData(grd_schedulelist) );
-
- submit("TXMND03901");
- }
- ]]>
- </script>
- <submission id="TRMND03901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/baseinfo"/>
- <submission id="TRMND03902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/weekinfo"/>
- <submission id="TRMND03903" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/dutyinfo"/>
- <submission id="TRMND03904" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/scheduleinfo"/>
- <submission id="TXMND03901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata"/>
- <submission id="TXMND03902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata"/>
- </model>
- <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="../../../emr/dialroomweb/js/SMMND01200.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:173px; height:14px; ">구역별 간호사 스케줄 현황</caption>
- </group>
- <group id="grp_biz" scroll="l" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:5px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:16px; top:8px; width:86px; height:17px; ">기준월 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1107px; y1:7px; x2:1107px; y2:29px; "/>
- <caption id="caption1" class="search_name" style="left:221px; top:10px; width:86px; height:17px; ">작업일자 :</caption>
- <input id="ipt_workdd" ref="/root/main/cond/workdd" class="input_s_essential" inputtype="date" style="left:308px; top:8px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var workdd = model.getValue(ipt_workdd.attribute("ref"));
-
- var workym = ipt_workyyyy.value + cmb_workmm.value;
-
- if(workym != workdd.substr(0,6)) {
- messageBox("기준월에 해당하는 작업일자를 선택해주세요.", "E");
- model.setValue(ipt_workdd.attribute("ref"), workym + "01");
- ipt_workdd.refresh();
- return;
- }
-
-
- fSearchDutyList();
-
- ]]>
- </script>
- <hint>
- <![CDATA[작업일자 변경시 우측 근무자 현황리스트가 자동으로 조회됩니다.]]>
- </hint>
- </input>
- <input id="ipt_workyyyy" ref="/root/main/cond/workyyyy" maxlength="4" required="true" format="yyyy" style="left:90px; top:8px; width:45px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- inputEnterKey("ipt_workyyyy");
- model.setValue(ipt_workdd.attribute("ref"), model.getValue(ipt_workyyyy.attribute("ref")) + model.getValue(cmb_workmm.attribute("ref")) + '01');
- ipt_workdd.refresh();
-
- fSearchScheduleList();
- ]]>
- </script>
- <hint>
- <![CDATA[기준년, 월 변경시 좌측 구역별 간호사 스케쥴현황이 조회됩니다.]]>
- </hint>
- </input>
- <select1 id="cmb_workmm" ref="/root/main/cond/workmm" appearance="minimal" style="left:134px; top:8px; width:50px; height:19px; ">
- <choices>
- <item>
- <label>1월</label>
- <value>01</value>
- </item>
- <item>
- <label>2월</label>
- <value>02</value>
- </item>
- <item>
- <label>3월</label>
- <value>03</value>
- </item>
- <item>
- <label>4월</label>
- <value>04</value>
- </item>
- <item>
- <label>5월</label>
- <value>05</value>
- </item>
- <item>
- <label>6월</label>
- <value>06</value>
- </item>
- <item>
- <label>7월</label>
- <value>07</value>
- </item>
- <item>
- <label>8월</label>
- <value>08</value>
- </item>
- <item>
- <label>9월</label>
- <value>09</value>
- </item>
- <item>
- <label>10월</label>
- <value>10</value>
- </item>
- <item>
- <label>11월</label>
- <value>11</value>
- </item>
- <item>
- <label>12월</label>
- <value>12</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue(ipt_workdd.attribute("ref"), model.getValue(ipt_workyyyy.attribute("ref")) + model.getValue(cmb_workmm.attribute("ref")) + '01');
- ipt_workdd.refresh();
-
- fSearchScheduleList();
- ]]>
- </script>
- <hint>
- <![CDATA[기준년, 월 변경시 좌측 구역별 간호사 스케쥴현황이 조회됩니다.]]>
- </hint>
- </select1>
- </group>
- <line id="line1" class="line_1" style="x1:1px; y1:65px; x2:1025px; y2:65px; "/>
- <caption id="caption5" class="tit_2" style="left:5px; top:50px; width:178px; height:14px; vertical-align:middle; ">구역별간호사스케줄현황</caption>
- <datagrid id="grd_schedulelist" nodeset="/root/main/scheduleinfo/schedulelist" class="text_center" allowuserresize="false" backcoloralternate="transparent" caption="사원번호^성명^1^2^3^4^5^6^7^8^9^10^11^12^13^14^15^16^17^18^19^20^21^22^23^24^25^26^27^28^29^30^31^newyn^caption1^caption2^최종수정일시|사원번호^성명^월^화^수^목^금^토^일^월^화^수^목^금^토^일^월^화^수^목^금^토^일^월^화^수^목^금^토^일^월^화^수^nwyn^caption1^caption2^최종수정일시" colsep="^" colwidth="70, 60, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 20, 100, 100" explorerbar="sort" frozencols="6" mergecellsfixedcols="bycolrec" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="23" rowsep="|" style="left:1px; top:70px; width:1024px; height:670px; ">
- <col ref="emplno"/>
- <col ref="emplnm"/>
- <col ref="day01" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm">z</label>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day02" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day03" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day04" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day05" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day06" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day07" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day08" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day09" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day10" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day11" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day12" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day13" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day14" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day15" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day16" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day17" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day18" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day19" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day20" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day21" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day22" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day23" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day24" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day25" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day26" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day27" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day28" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day29" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day30" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="day31" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
- <choices>
- <itemset nodeset="/root/main/baseinfo/baseinfolist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="newyn" visibility="hidden"/>
- <col ref="dutym" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_schedulelist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_dutcdlist" nodeset="/root/main/dutyinfo/dutylist" class="text_center" allowuserresize="true" caption="근무
코드^이름^사번|근무
코드^이름^사번" colsep="^" colwidth="50, 90, 0" frozencols="1" mergecellsfixedrows="bycolrec" rowsep="|" style="left:1034px; top:70px; width:160px; height:670px; ">
- <col ref="dutycd" style="font-family:돋움체; font-size:9pt; text-align:center; "/>
- <col ref="emplnm"/>
- <col/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- ]]>
- </script>
- </datagrid>
- <line id="line2" class="line_1" style="x1:1034px; y1:65px; x2:1194px; y2:65px; "/>
- <caption id="caption3" class="tit_2" style="left:1035px; top:50px; width:93px; height:13px; vertical-align:middle; ">근무자 현황</caption>
- <button id="button1" class="btn5_letter2" style="left:982px; top:45px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn2_letter4" style="left:915px; top:45px; width:64px; height:19px; ">
- <caption>가져오기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var yyyy= model.getValue(ipt_workyyyy.attribute("ref"));
- var mm = model.getValue(cmb_workmm.attribute("ref"));
-
- var rtn = messageBox("근무현황 데이터를 가져오시겠습니까?", "Q");
- if(rtn == "6") {
-
- model.makeValue("/root/send/reqdata/workym", yyyy + mm);
-
- submit("TXMND03902");
-
- messageBox("확정번표를 성공적으로 가져왔습니다.", "I");
- fSearch();
- }
- ]]>
- </script>
- <hint>
- <![CDATA[근무번표를 가져온다.]]>
- </hint>
- </button>
- <button id="button3" class="btn5_letter2" style="left:870px; top:45px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fPrint();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|