SMMND03900_구역별간호사스케줄.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>구역별 간호사 스케쥴 현황</xhtml:title>
  6. <model id="model1" autocdata="true">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <cond>
  11. <workyyyy/>
  12. <workmm/>
  13. <workdd/>
  14. </cond>
  15. <scheduleinfo>
  16. <schedulelist>
  17. <emplno/>
  18. <emplnm/>
  19. <day01/>
  20. <day02/>
  21. <day03/>
  22. <day04/>
  23. <day05/>
  24. <day06/>
  25. <day07/>
  26. <day08/>
  27. <day09/>
  28. <day10/>
  29. <day11/>
  30. <day12/>
  31. <day13/>
  32. <day14/>
  33. <day15/>
  34. <day16/>
  35. <day17/>
  36. <day18/>
  37. <day19/>
  38. <day20/>
  39. <day21/>
  40. <day22/>
  41. <day23/>
  42. <day24/>
  43. <day25/>
  44. <day26/>
  45. <day27/>
  46. <day28/>
  47. <day29/>
  48. <day30/>
  49. <day31/>
  50. <dutym/>
  51. <instcd/>
  52. </schedulelist>
  53. </scheduleinfo>
  54. <dutyinfo>
  55. <dutylist>
  56. <dutycd/>
  57. <emplnm/>
  58. <emplno/>
  59. </dutylist>
  60. </dutyinfo>
  61. <weekinfo>
  62. <weeklist>
  63. <day01/>
  64. <day02/>
  65. <day03/>
  66. <day04/>
  67. <day05/>
  68. <day06/>
  69. <day07/>
  70. <day08/>
  71. <day09/>
  72. <day10/>
  73. <day11/>
  74. <day12/>
  75. <day13/>
  76. <day14/>
  77. <day15/>
  78. <day16/>
  79. <day17/>
  80. <day18/>
  81. <day19/>
  82. <day20/>
  83. <day21/>
  84. <day22/>
  85. <day23/>
  86. <day24/>
  87. <day25/>
  88. <day26/>
  89. <day27/>
  90. <day28/>
  91. <day29/>
  92. <day30/>
  93. <day31/>
  94. </weeklist>
  95. </weekinfo>
  96. </main>
  97. <init/>
  98. <hidden/>
  99. </root>
  100. </instance>
  101. <script type="javascript" ev:event="xforms-ready">
  102. <![CDATA[
  103. //그래드 초기화
  104. model.removeNodeset(grd_schedulelist.nodeset);
  105. grd_schedulelist.refresh();
  106. model.removeNodeset(grd_dutcdlist.nodeset);
  107. grd_dutcdlist.refresh();
  108. //기준월, 작업일자 Default 현재월, 현재일 셋팅.
  109. model.setValue(ipt_workyyyy.attribute("ref"), getCurrentDate().substr(0, 4));
  110. model.setValue(cmb_workmm.attribute("ref"), getCurrentDate().substr(4,2));
  111. model.setValue(ipt_workdd.attribute("ref"), getCurrentDate()); //작업일을 현재일로.
  112. ipt_workyyyy.refresh();
  113. cmb_workmm.refresh();
  114. ipt_workdd.refresh(); //작업일을 현재일로.
  115. model.makeValue("/root/send/reqdata/cdgrupid", "D1");
  116. submit("TRMND03901");
  117. ]]>
  118. </script>
  119. <script type="javascript">
  120. <![CDATA[
  121. function fPrint() {
  122. model.removenode("/root/send/printdata");
  123. //send 재구성
  124. model.makeValue("/root/send/printdata/weekinfo",""); //weeklist
  125. model.makeValue("/root/send/printdata/scheduleinfo",""); //schedulelist
  126. model.copynode("/root/send/printdata/weekinfo", "/root/main/weekinfo");
  127. model.copynode("/root/send/printdata/scheduleinfo", "/root/main/scheduleinfo");
  128. exeReportPreview("RPMND03901", "XMLSTR", "", "", "", "", "", "", "");
  129. }
  130. function fSearchDutyList() {
  131. //우측 근무번표조회.
  132. model.makeValue("/root/send/reqdata/workdd", model.getValue(ipt_workdd.attribute("ref")));
  133. model.makeValue("/root/send/reqdata/appscheexecflag", "3");
  134. submit("TRMND03903");
  135. }
  136. function fSearchScheduleList() {
  137. var updt = getGridUpdateData(grd_schedulelist);
  138. if(updt != "") {
  139. var rtn = messageBox("작업중인 스케쥴 현황이 있습니다. 그냥 조회하시겠습니까?", "Q");
  140. if(rtn == "6") {
  141. } else {
  142. return;
  143. }
  144. }
  145. var yyyy = model.getValue(ipt_workyyyy.attribute("ref"));
  146. var mm = model.getValue(cmb_workmm.attribute("ref"));
  147. if(yyyy == "" || yyyy.length < 4) {
  148. messageBox("기준년도를 정확히 입력해 주십시오.", "E");
  149. return;
  150. }
  151. model.makeValue("/root/send/reqdata/workym", yyyy + mm);
  152. model.makeValue("/root/send/reqdata/workdd", model.getValue(ipt_workdd.attribute("ref")) );
  153. submit("TRMND03902");
  154. model.makeValue("/root/send/reqdata/deptcd", '2010702000');
  155. model.makeValue("/root/send/reqdata/appscheexecflag", "3");
  156. submit("TRMND03904");
  157. fSetGridStat(); //그리드의 상태값 설정.
  158. fSaveWeekInfo();
  159. fSearchDutyList();
  160. }
  161. function fSearch() {
  162. fSearchScheduleList() ;
  163. fSearchDutyList();
  164. }
  165. function fSaveWeekInfo() {
  166. var WEEK_PATH = "/root/main/weekinfo/weeklist";
  167. var num;
  168. for(var i = 1; i <= 31; i++) {
  169. num = i;
  170. if(num < 10) {
  171. num = "0" + i;
  172. }
  173. grd_schedulelist.valueMatrix(1, grd_schedulelist.colRef("day" + num)) = model.getValue(WEEK_PATH + "/day" + num);
  174. }
  175. }
  176. function fSetGridStat() {
  177. var newyn;
  178. for(var i = grd_schedulelist.fixedRows; i < grd_schedulelist.rows; i++) {
  179. newyn = grd_schedulelist.valueMatrix(i, grd_schedulelist.colRef("newyn"));
  180. if(newyn == "Y") {
  181. grd_schedulelist.rowStatus(i) = "1";
  182. }
  183. }
  184. }
  185. //구역별 간호사 스케쥴 현황을 저장한다.
  186. function fSave() {
  187. model.makeValue("/root/send/savedata/schedulelist", getGridUpdateData(grd_schedulelist) );
  188. submit("TXMND03901");
  189. }
  190. ]]>
  191. </script>
  192. <submission id="TRMND03901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/baseinfo"/>
  193. <submission id="TRMND03902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/weekinfo"/>
  194. <submission id="TRMND03903" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/dutyinfo"/>
  195. <submission id="TRMND03904" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/scheduleinfo"/>
  196. <submission id="TXMND03901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata"/>
  197. <submission id="TXMND03902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata"/>
  198. </model>
  199. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  200. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  201. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  202. <script type="javascript" src="../../../emr/dialroomweb/js/SMMND01200.js"/>
  203. </xhtml:head>
  204. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  205. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  206. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:173px; height:14px; ">구역별 간호사 스케줄 현황</caption>
  207. </group>
  208. <group id="grp_biz" scroll="l" style="left:0px; top:13px; width:1195px; height:744px; ">
  209. <group id="grp_sea" style="left:0px; top:5px; width:1194px; height:35px; vertical-align:top; ">
  210. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  211. <caption id="caption2" class="search_name" style="left:16px; top:8px; width:86px; height:17px; ">기준월 :</caption>
  212. <button id="btn_search" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
  213. <caption>조회</caption>
  214. <script type="javascript" ev:event="DOMActivate">
  215. <![CDATA[
  216. fSearch();
  217. ]]>
  218. </script>
  219. </button>
  220. <line id="line13" class="line_4" style="x1:1107px; y1:7px; x2:1107px; y2:29px; "/>
  221. <caption id="caption1" class="search_name" style="left:221px; top:10px; width:86px; height:17px; ">작업일자 :</caption>
  222. <input id="ipt_workdd" ref="/root/main/cond/workdd" class="input_s_essential" inputtype="date" style="left:308px; top:8px; width:100px; height:19px; ">
  223. <script type="javascript" ev:event="xforms-value-changed">
  224. <![CDATA[
  225. var workdd = model.getValue(ipt_workdd.attribute("ref"));
  226. var workym = ipt_workyyyy.value + cmb_workmm.value;
  227. if(workym != workdd.substr(0,6)) {
  228. messageBox("기준월에 해당하는 작업일자를 선택해주세요.", "E");
  229. model.setValue(ipt_workdd.attribute("ref"), workym + "01");
  230. ipt_workdd.refresh();
  231. return;
  232. }
  233. fSearchDutyList();
  234. ]]>
  235. </script>
  236. <hint>
  237. <![CDATA[작업일자 변경시 우측 근무자 현황리스트가 자동으로 조회됩니다.]]>
  238. </hint>
  239. </input>
  240. <input id="ipt_workyyyy" ref="/root/main/cond/workyyyy" maxlength="4" required="true" format="yyyy" style="left:90px; top:8px; width:45px; height:19px; ">
  241. <script type="javascript" ev:event="xforms-value-changed">
  242. <![CDATA[
  243. inputEnterKey("ipt_workyyyy");
  244. model.setValue(ipt_workdd.attribute("ref"), model.getValue(ipt_workyyyy.attribute("ref")) + model.getValue(cmb_workmm.attribute("ref")) + '01');
  245. ipt_workdd.refresh();
  246. fSearchScheduleList();
  247. ]]>
  248. </script>
  249. <hint>
  250. <![CDATA[기준년, 월 변경시 좌측 구역별 간호사 스케쥴현황이 조회됩니다.]]>
  251. </hint>
  252. </input>
  253. <select1 id="cmb_workmm" ref="/root/main/cond/workmm" appearance="minimal" style="left:134px; top:8px; width:50px; height:19px; ">
  254. <choices>
  255. <item>
  256. <label>1월</label>
  257. <value>01</value>
  258. </item>
  259. <item>
  260. <label>2월</label>
  261. <value>02</value>
  262. </item>
  263. <item>
  264. <label>3월</label>
  265. <value>03</value>
  266. </item>
  267. <item>
  268. <label>4월</label>
  269. <value>04</value>
  270. </item>
  271. <item>
  272. <label>5월</label>
  273. <value>05</value>
  274. </item>
  275. <item>
  276. <label>6월</label>
  277. <value>06</value>
  278. </item>
  279. <item>
  280. <label>7월</label>
  281. <value>07</value>
  282. </item>
  283. <item>
  284. <label>8월</label>
  285. <value>08</value>
  286. </item>
  287. <item>
  288. <label>9월</label>
  289. <value>09</value>
  290. </item>
  291. <item>
  292. <label>10월</label>
  293. <value>10</value>
  294. </item>
  295. <item>
  296. <label>11월</label>
  297. <value>11</value>
  298. </item>
  299. <item>
  300. <label>12월</label>
  301. <value>12</value>
  302. </item>
  303. </choices>
  304. <script type="javascript" ev:event="xforms-value-changed">
  305. <![CDATA[
  306. model.setValue(ipt_workdd.attribute("ref"), model.getValue(ipt_workyyyy.attribute("ref")) + model.getValue(cmb_workmm.attribute("ref")) + '01');
  307. ipt_workdd.refresh();
  308. fSearchScheduleList();
  309. ]]>
  310. </script>
  311. <hint>
  312. <![CDATA[기준년, 월 변경시 좌측 구역별 간호사 스케쥴현황이 조회됩니다.]]>
  313. </hint>
  314. </select1>
  315. </group>
  316. <line id="line1" class="line_1" style="x1:1px; y1:65px; x2:1025px; y2:65px; "/>
  317. <caption id="caption5" class="tit_2" style="left:5px; top:50px; width:178px; height:14px; vertical-align:middle; ">구역별간호사스케줄현황</caption>
  318. <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; ">
  319. <col ref="emplno"/>
  320. <col ref="emplnm"/>
  321. <col ref="day01" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  322. <choices>
  323. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  324. <label ref="cdnm">z</label>
  325. <value ref="cdid"/>
  326. </itemset>
  327. </choices>
  328. </col>
  329. <col ref="day02" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  330. <choices>
  331. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  332. <label ref="cdnm"/>
  333. <value ref="cdid"/>
  334. </itemset>
  335. </choices>
  336. </col>
  337. <col ref="day03" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  338. <choices>
  339. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  340. <label ref="cdnm"/>
  341. <value ref="cdid"/>
  342. </itemset>
  343. </choices>
  344. </col>
  345. <col ref="day04" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  346. <choices>
  347. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  348. <label ref="cdnm"/>
  349. <value ref="cdid"/>
  350. </itemset>
  351. </choices>
  352. </col>
  353. <col ref="day05" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  354. <choices>
  355. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  356. <label ref="cdnm"/>
  357. <value ref="cdid"/>
  358. </itemset>
  359. </choices>
  360. </col>
  361. <col ref="day06" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  362. <choices>
  363. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  364. <label ref="cdnm"/>
  365. <value ref="cdid"/>
  366. </itemset>
  367. </choices>
  368. </col>
  369. <col ref="day07" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  370. <choices>
  371. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  372. <label ref="cdnm"/>
  373. <value ref="cdid"/>
  374. </itemset>
  375. </choices>
  376. </col>
  377. <col ref="day08" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  378. <choices>
  379. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  380. <label ref="cdnm"/>
  381. <value ref="cdid"/>
  382. </itemset>
  383. </choices>
  384. </col>
  385. <col ref="day09" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  386. <choices>
  387. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  388. <label ref="cdnm"/>
  389. <value ref="cdid"/>
  390. </itemset>
  391. </choices>
  392. </col>
  393. <col ref="day10" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  394. <choices>
  395. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  396. <label ref="cdnm"/>
  397. <value ref="cdid"/>
  398. </itemset>
  399. </choices>
  400. </col>
  401. <col ref="day11" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  402. <choices>
  403. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  404. <label ref="cdnm"/>
  405. <value ref="cdid"/>
  406. </itemset>
  407. </choices>
  408. </col>
  409. <col ref="day12" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  410. <choices>
  411. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  412. <label ref="cdnm"/>
  413. <value ref="cdid"/>
  414. </itemset>
  415. </choices>
  416. </col>
  417. <col ref="day13" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  418. <choices>
  419. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  420. <label ref="cdnm"/>
  421. <value ref="cdid"/>
  422. </itemset>
  423. </choices>
  424. </col>
  425. <col ref="day14" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  426. <choices>
  427. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  428. <label ref="cdnm"/>
  429. <value ref="cdid"/>
  430. </itemset>
  431. </choices>
  432. </col>
  433. <col ref="day15" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  434. <choices>
  435. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  436. <label ref="cdnm"/>
  437. <value ref="cdid"/>
  438. </itemset>
  439. </choices>
  440. </col>
  441. <col ref="day16" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  442. <choices>
  443. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  444. <label ref="cdnm"/>
  445. <value ref="cdid"/>
  446. </itemset>
  447. </choices>
  448. </col>
  449. <col ref="day17" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  450. <choices>
  451. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  452. <label ref="cdnm"/>
  453. <value ref="cdid"/>
  454. </itemset>
  455. </choices>
  456. </col>
  457. <col ref="day18" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  458. <choices>
  459. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  460. <label ref="cdnm"/>
  461. <value ref="cdid"/>
  462. </itemset>
  463. </choices>
  464. </col>
  465. <col ref="day19" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  466. <choices>
  467. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  468. <label ref="cdnm"/>
  469. <value ref="cdid"/>
  470. </itemset>
  471. </choices>
  472. </col>
  473. <col ref="day20" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  474. <choices>
  475. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  476. <label ref="cdnm"/>
  477. <value ref="cdid"/>
  478. </itemset>
  479. </choices>
  480. </col>
  481. <col ref="day21" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  482. <choices>
  483. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  484. <label ref="cdnm"/>
  485. <value ref="cdid"/>
  486. </itemset>
  487. </choices>
  488. </col>
  489. <col ref="day22" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  490. <choices>
  491. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  492. <label ref="cdnm"/>
  493. <value ref="cdid"/>
  494. </itemset>
  495. </choices>
  496. </col>
  497. <col ref="day23" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  498. <choices>
  499. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  500. <label ref="cdnm"/>
  501. <value ref="cdid"/>
  502. </itemset>
  503. </choices>
  504. </col>
  505. <col ref="day24" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  506. <choices>
  507. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  508. <label ref="cdnm"/>
  509. <value ref="cdid"/>
  510. </itemset>
  511. </choices>
  512. </col>
  513. <col ref="day25" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  514. <choices>
  515. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  516. <label ref="cdnm"/>
  517. <value ref="cdid"/>
  518. </itemset>
  519. </choices>
  520. </col>
  521. <col ref="day26" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  522. <choices>
  523. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  524. <label ref="cdnm"/>
  525. <value ref="cdid"/>
  526. </itemset>
  527. </choices>
  528. </col>
  529. <col ref="day27" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  530. <choices>
  531. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  532. <label ref="cdnm"/>
  533. <value ref="cdid"/>
  534. </itemset>
  535. </choices>
  536. </col>
  537. <col ref="day28" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  538. <choices>
  539. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  540. <label ref="cdnm"/>
  541. <value ref="cdid"/>
  542. </itemset>
  543. </choices>
  544. </col>
  545. <col ref="day29" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  546. <choices>
  547. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  548. <label ref="cdnm"/>
  549. <value ref="cdid"/>
  550. </itemset>
  551. </choices>
  552. </col>
  553. <col ref="day30" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  554. <choices>
  555. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  556. <label ref="cdnm"/>
  557. <value ref="cdid"/>
  558. </itemset>
  559. </choices>
  560. </col>
  561. <col ref="day31" type="combo" maxlength="4" _chartype="upper" style="font-family:돋움체; font-size:9pt; ">
  562. <choices>
  563. <itemset nodeset="/root/main/baseinfo/baseinfolist">
  564. <label ref="cdnm"/>
  565. <value ref="cdid"/>
  566. </itemset>
  567. </choices>
  568. </col>
  569. <col ref="newyn" visibility="hidden"/>
  570. <col ref="dutym" visibility="hidden"/>
  571. <col ref="instcd" visibility="hidden"/>
  572. <script type="javascript" ev:event="onaftersort">
  573. <![CDATA[
  574. grd_schedulelist.gridToInstance();
  575. ]]>
  576. </script>
  577. <script type="javascript" ev:event="onclick">
  578. <![CDATA[
  579. ]]>
  580. </script>
  581. </datagrid>
  582. <datagrid id="grd_dutcdlist" nodeset="/root/main/dutyinfo/dutylist" class="text_center" allowuserresize="true" caption="근무&#xA;코드^이름^사번|근무&#xA;코드^이름^사번" colsep="^" colwidth="50, 90, 0" frozencols="1" mergecellsfixedrows="bycolrec" rowsep="|" style="left:1034px; top:70px; width:160px; height:670px; ">
  583. <col ref="dutycd" style="font-family:돋움체; font-size:9pt; text-align:center; "/>
  584. <col ref="emplnm"/>
  585. <col/>
  586. <script type="javascript" ev:event="ondblclick">
  587. <![CDATA[
  588. ]]>
  589. </script>
  590. </datagrid>
  591. <line id="line2" class="line_1" style="x1:1034px; y1:65px; x2:1194px; y2:65px; "/>
  592. <caption id="caption3" class="tit_2" style="left:1035px; top:50px; width:93px; height:13px; vertical-align:middle; ">근무자 현황</caption>
  593. <button id="button1" class="btn5_letter2" style="left:982px; top:45px; width:42px; height:19px; ">
  594. <caption>저장</caption>
  595. <script type="javascript" ev:event="DOMActivate">
  596. <![CDATA[
  597. fSave();
  598. ]]>
  599. </script>
  600. </button>
  601. <button id="button2" class="btn2_letter4" style="left:915px; top:45px; width:64px; height:19px; ">
  602. <caption>가져오기</caption>
  603. <script type="javascript" ev:event="DOMActivate">
  604. <![CDATA[
  605. var yyyy= model.getValue(ipt_workyyyy.attribute("ref"));
  606. var mm = model.getValue(cmb_workmm.attribute("ref"));
  607. var rtn = messageBox("근무현황 데이터를 가져오시겠습니까?", "Q");
  608. if(rtn == "6") {
  609. model.makeValue("/root/send/reqdata/workym", yyyy + mm);
  610. submit("TXMND03902");
  611. messageBox("확정번표를 성공적으로 가져왔습니다.", "I");
  612. fSearch();
  613. }
  614. ]]>
  615. </script>
  616. <hint>
  617. <![CDATA[근무번표를 가져온다.]]>
  618. </hint>
  619. </button>
  620. <button id="button3" class="btn5_letter2" style="left:870px; top:45px; width:42px; height:19px; ">
  621. <caption>출력</caption>
  622. <script type="javascript" ev:event="DOMActivate">
  623. <![CDATA[
  624. fPrint();
  625. ]]>
  626. </script>
  627. </button>
  628. </group>
  629. </xhtml:body>
  630. </xhtml:html>