SMZHA09990_상황실.xrw 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <ddaymngt>
  11. <ddaylist>
  12. <instcd/>
  13. <jobstat/>
  14. <seqnum/>
  15. <reqdate/>
  16. <reqdept/>
  17. <requser/>
  18. <reqprog/>
  19. <chktype/>
  20. <chkdesc/>
  21. <chkuser/>
  22. <reqtel/>
  23. <prouser/>
  24. <jobuser/>
  25. <enddate/>
  26. <prodesc/>
  27. <jobdesc/>
  28. <chkdesc2/>
  29. <jobflag/>
  30. <chfflag/>
  31. </ddaylist>
  32. </ddaymngt>
  33. </main>
  34. <send>
  35. <srchfromdd/>
  36. <srchtodd/>
  37. <srchflag>1</srchflag>
  38. <jobflag/>
  39. <chkflag/>
  40. <deptflag/>
  41. <userflag/>
  42. <savedata/>
  43. <srchinstcd/>
  44. <seqnum/>
  45. <reselect/>
  46. <chkdesc/>
  47. </send>
  48. <init>
  49. <openday/>
  50. </init>
  51. <hidden/>
  52. <temp>
  53. <COUNT>
  54. <count>
  55. <cnt/>
  56. <cnt1/>
  57. <cnt2/>
  58. <cnt3/>
  59. <cnt4/>
  60. </count>
  61. <cacount>
  62. <cnt/>
  63. <cacnt1/>
  64. <cacnt2/>
  65. <cacnt3/>
  66. <cacnt4/>
  67. <cacnt5/>
  68. <cacnt6/>
  69. <cacnt7/>
  70. <cacnt8/>
  71. <cacnt9/>
  72. <cacnt10/>
  73. <cacnt11/>
  74. </cacount>
  75. </COUNT>
  76. </temp>
  77. <fwdData/>
  78. <rcvData/>
  79. <img/>
  80. </root>
  81. </instance>
  82. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  83. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  84. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  85. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  86. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  87. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  88. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  89. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  90. <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
  91. <script type="javascript" ev:event="xforms-ready">
  92. <![CDATA[
  93. var cur_date = getCurrentDate(); //지정된 컬럼에 오늘 날짜를 넣는방법
  94. model.setValue( input2.attribute("ref") , cur_date);
  95. model.setValue( input3.attribute("ref") , cur_date);
  96. model.setValue("/root/send/srchinstcd", getUserInfo("dutplceinstcd"));
  97. getDayList();
  98. var d_day = model.getValue("/root/temp/COUNT/open/openday");
  99. var date1 = new Date(d_day.substr(0,4),d_day.substr(4,2)-1,d_day.substr(6,2));
  100. var date2 = new Date( getCurrentDate().substr(0,4),getCurrentDate().substr(4,2)-1,getCurrentDate().substr(6,2));
  101. var day_temp = date2 - date1;
  102. var day = 1000*60*60*24;
  103. var day_count = " " + parseInt(day_temp/day + 1) + " 일"
  104. output14.value = day_count;
  105. ]]>
  106. </script>
  107. <submission id="TRZHR05100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/ddaymngt"/>
  108. <submission id="TRZHR05101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp/COUNT"/>
  109. <submission id="TXZHR05100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden"/>
  110. <submission id="TXZGA00112" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
  111. <submission id="TXZHA05101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" resultref="/root/hidden"/>
  112. </model>
  113. <script type="javascript">
  114. <![CDATA[
  115. //조회
  116. function getDayList() {
  117. model.removeNodeset("/root/main/ddaymngt/ddaylist");
  118. model.makeNode("/root/main/ddaymngt/ddaylist");
  119. datagrid1.rebuildStyle();
  120. submit("TRZHR05100",false);
  121. submit("TRZHR05101",false);
  122. model.setValue("/root/init/openday", model.getValue("/root/temp/COUNT/open/openday"));
  123. var d_day = model.getValue("/root/temp/COUNT/open/openday");
  124. var date1 = new Date(d_day.substr(0,4),d_day.substr(4,2)-1,d_day.substr(6,2));
  125. var date2 = new Date( getCurrentDate().substr(0,4),getCurrentDate().substr(4,2)-1,getCurrentDate().substr(6,2));
  126. var day_temp = date2 - date1;
  127. var day = 1000*60*60*24;
  128. var day_count = " " + parseInt(day_temp/day + 1) + " 일"
  129. output14.value = day_count;
  130. var srcNodeList = model.instances(0).selectNodes ( "/root/main/ddaymngt/ddaylist" );
  131. datagrid1.colWidth(0) = "30"
  132. for ( i=0; i <= srcNodeList.length; i++ ) {
  133. // var a1 = model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/chkdesc");
  134. // var a2 = a1.replace(/\n/g, "");
  135. // var a3 = a2.replace(/\r/g, "");
  136. // model.setValue("/root/main/ddaymngt/ddaylist[" + i + "]/chkdesc",a3);
  137. if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/chktype" ) == 'I'){
  138. datagrid1.RowStyle(i, "data", "background-color") = "#99ccff";
  139. }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/chktype" ) == 'H'){
  140. datagrid1.RowStyle(i, "data", "background-color") = "#ff9900";
  141. }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/jobstat" ) == '4'){
  142. datagrid1.RowStyle(i, "data", "background-color") = "#c0c0c0";
  143. }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/jobstat" ) == '3'){
  144. datagrid1.RowStyle(i, "data", "background-color") = "#FF99CC";
  145. }
  146. }
  147. model.refresh();
  148. }
  149. function fReSearch() {
  150. btn_sea.dispatch("DOMActivate");
  151. }
  152. ]]>
  153. </script>
  154. </xhtml:head>
  155. <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1200;2,797;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  156. <group id="grp_biz" scroll="auto" style="left:0px; top:23px; width:1194px; height:747px; ">
  157. <group id="grp_sea" style="left:0px; top:0px; width:1194px; height:35px; vertical-align:top; ">
  158. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  159. <line id="line13" class="line_4" style="x1:1112px; y1:7px; x2:1112px; y2:29px; "/>
  160. <button id="btn_sea" class="btn1_letter2" navindex="5" style="left:1128px; top:7px; width:56px; height:22px; ">
  161. <caption>조회</caption>
  162. <script type="javascript" ev:event="DOMActivate">
  163. <![CDATA[
  164. getDayList();
  165. ]]>
  166. </script>
  167. </button>
  168. <caption id="caption2" class="search_name" style="left:5px; top:8px; width:96px; height:17px; ">조회기간 :</caption>
  169. <caption id="caption14" class="search_n_b" style="left:211px; top:9px; width:12px; height:17px; font-weight:bolder; ">~</caption>
  170. <input id="input2" ref="/root/send/srchfromdd" class="input_s_essential" navindex="1" inputtype="date" style="left:107px; top:8px; width:100px; height:19px; "/>
  171. <input id="input3" ref="/root/send/srchtodd" class="input_s_essential" navindex="2" inputtype="date" style="left:227px; top:8px; width:100px; height:19px; "/>
  172. <caption id="caption3" class="search_name" style="left:345px; top:10px; width:70px; height:17px; ">조회 :</caption>
  173. <select1 id="radio1" ref="/root/send/srchflag" navindex="3" appearance="full" cols="6" overflow="visible" style="left:405px; top:10px; width:345px; height:15px; text-align:left; vertical-align:middle; border-style:none; ">
  174. <choices>
  175. <item>
  176. <label>전체</label>
  177. <value>1</value>
  178. </item>
  179. <item>
  180. <label>상태별</label>
  181. <value>2</value>
  182. </item>
  183. <item>
  184. <label>유형별</label>
  185. <value>3</value>
  186. </item>
  187. <item>
  188. <label>신고자별</label>
  189. <value>4</value>
  190. </item>
  191. <item>
  192. <label>부서별</label>
  193. <value>5</value>
  194. </item>
  195. <item>
  196. <label>장애내용</label>
  197. <value>6</value>
  198. </item>
  199. </choices>
  200. <script type="javascript" ev:event="xforms-value-changed">
  201. <![CDATA[
  202. var srchType = model.getValue("/root/send/srchflag");
  203. if(srchType == "1") {
  204. combo1.visible = false;
  205. combo2.visible = false;
  206. input1.visible = false;
  207. input4.visible = false;
  208. input5.visible = false;
  209. }else if(srchType == "2") {
  210. combo1.visible = true;
  211. combo2.visible = false;
  212. input1.visible = false;
  213. input4.visible = false;
  214. input5.visible = false;
  215. }else if(srchType == "3") {
  216. combo1.visible = false;
  217. combo2.visible = true;
  218. input1.visible = false;
  219. input4.visible = false;
  220. input5.visible = false;
  221. }else if(srchType == "4"){
  222. combo1.visible = false;
  223. combo2.visible = false;
  224. input1.visible = true;
  225. input4.visible = false;
  226. input5.visible = false;
  227. }else if(srchType == "5"){
  228. combo1.visible = false;
  229. combo2.visible = false;
  230. input1.visible = false;
  231. input4.visible = true;
  232. input5.visible = false;
  233. }else if(srchType == "6"){
  234. combo1.visible = false;
  235. combo2.visible = false;
  236. input1.visible = false;
  237. input4.visible = false;
  238. input5.visible = true;
  239. }
  240. ]]>
  241. </script>
  242. </select1>
  243. <select1 id="combo1" ref="/root/send/jobflag" visibility="hidden" appearance="minimal" style="left:755px; top:8px; width:180px; height:19px; ">
  244. <choices>
  245. <item>
  246. <label>접수</label>
  247. <value>1</value>
  248. </item>
  249. <item>
  250. <label>진행</label>
  251. <value>2</value>
  252. </item>
  253. <item>
  254. <label>사후</label>
  255. <value>3</value>
  256. </item>
  257. <item>
  258. <label>완료</label>
  259. <value>4</value>
  260. </item>
  261. </choices>
  262. </select1>
  263. <input id="input1" ref="/root/send/userflag" navindex="4" visibility="hidden" style="left:755px; top:8px; width:180px; height:19px; "/>
  264. <select1 id="combo2" ref="/root/send/chkflag" visibility="hidden" appearance="minimal" style="left:755px; top:8px; width:180px; height:19px; ">
  265. <choices>
  266. <item>
  267. <label>단순오류</label>
  268. <value>A</value>
  269. </item>
  270. <item>
  271. <label>사용미숙</label>
  272. <value>B</value>
  273. </item>
  274. <item>
  275. <label>사용문의</label>
  276. <value>C</value>
  277. </item>
  278. <item>
  279. <label>Data오류</label>
  280. <value>D</value>
  281. </item>
  282. <item>
  283. <label>프로그램</label>
  284. <value>E</value>
  285. </item>
  286. <item>
  287. <label>H/W</label>
  288. <value>F</value>
  289. </item>
  290. <item>
  291. <label>기타</label>
  292. <value>G</value>
  293. </item>
  294. <item>
  295. <label>현장지원</label>
  296. <value>H</value>
  297. </item>
  298. <item>
  299. <label>기준자료</label>
  300. <value>J</value>
  301. </item>
  302. <item>
  303. <label>요청사항</label>
  304. <value>K</value>
  305. </item>
  306. <item>
  307. <label>공지사항</label>
  308. <value>I</value>
  309. </item>
  310. </choices>
  311. </select1>
  312. <input id="input4" ref="/root/send/deptflag" visibility="hidden" style="left:755px; top:8px; width:180px; height:19px; "/>
  313. <input id="input5" ref="/root/send/chkdesc" visibility="hidden" style="left:755px; top:8px; width:180px; height:19px; "/>
  314. </group>
  315. <line id="line1" class="line_1" style="x1:3px; y1:63px; x2:1194px; y2:64px; "/>
  316. <datagrid id="datagrid1" nodeset="/root/main/ddaymngt/ddaylist" autoresize="true" autosizemouse="true" caption="기관코드^진행상태^일련번호^신고일시^현장부서^신고자^해당화면^상황접수유형^장애내용^접수자^연락번호^접수자^처리자^처리일시^처리내역^비고^진행상태^상황접수내역" colsep="^" colwidth="30, 62, 83, 100, 103, 70, 84, 87, 406, 61, 100, 61, 60, 100, 100, 100, 100, 100" ellipsis="true" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:3px; top:68px; width:1017px; height:672px; font-size:11pt; word-wrap:letter; background-color:transparent; ">
  317. <col ref="instcd" visibility="hidden"/>
  318. <col disabled="true" ref="jobstat" type="combo" style="text-align:center; ">
  319. <choices>
  320. <item>
  321. <label>접수</label>
  322. <value>1</value>
  323. </item>
  324. <item>
  325. <label>진행</label>
  326. <value>2</value>
  327. </item>
  328. <item>
  329. <label>사후</label>
  330. <value>3</value>
  331. </item>
  332. <item>
  333. <label>완료</label>
  334. <value>4</value>
  335. </item>
  336. </choices>
  337. </col>
  338. <col ref="seqnum" visibility="hidden"/>
  339. <col ref="reqdate" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
  340. <col ref="reqdept" style="text-align:center; "/>
  341. <col ref="requser" style="text-align:center; "/>
  342. <col ref="reqprog"/>
  343. <col disabled="true" ref="chktype" type="combo" style="text-align:center; ">
  344. <choices>
  345. <item>
  346. <label>단순오류</label>
  347. <value>A</value>
  348. </item>
  349. <item>
  350. <label>사용미숙</label>
  351. <value>B</value>
  352. </item>
  353. <item>
  354. <label>사용문의</label>
  355. <value>C</value>
  356. </item>
  357. <item>
  358. <label>Data오류</label>
  359. <value>D</value>
  360. </item>
  361. <item>
  362. <label>프로그램</label>
  363. <value>E</value>
  364. </item>
  365. <item>
  366. <label>H/W</label>
  367. <value>F</value>
  368. </item>
  369. <item>
  370. <label>기타</label>
  371. <value>G</value>
  372. </item>
  373. <item>
  374. <label>현장지원</label>
  375. <value>H</value>
  376. </item>
  377. <item>
  378. <label>기준자료</label>
  379. <value>J</value>
  380. </item>
  381. <item>
  382. <label>요청사항</label>
  383. <value>K</value>
  384. </item>
  385. <item>
  386. <label>공지사항</label>
  387. <value>I</value>
  388. </item>
  389. </choices>
  390. </col>
  391. <col ref="chkdesc" style="left:520px; top:23px; width:406px; height:23px; "/>
  392. <col ref="chkuser" style="text-align:center; "/>
  393. <col ref="reqtel" visibility="hidden"/>
  394. <col ref="prouser" visibility="hidden"/>
  395. <col ref="jobuser" visibility="hidden"/>
  396. <col ref="enddate" visibility="hidden"/>
  397. <col ref="prodesc" visibility="hidden"/>
  398. <col ref="jobdesc" visibility="hidden"/>
  399. <col ref="jobflag" visibility="hidden"/>
  400. <col ref="chfflag" visibility="hidden"/>
  401. <script type="javascript" ev:event="ondblclick">
  402. <![CDATA[
  403. var row = datagrid1.row;
  404. if(row > 0) {
  405. window.load("SPZHA09991_상황실입력수정.xrw",
  406. "modal",
  407. "",
  408. "width:850px; height:600px; resize:false; align:center;",
  409. "/root/main/ddaymngt/ddaylist[" + row + "]",
  410. "/root/main/list/new"
  411. );
  412. }
  413. ]]>
  414. </script>
  415. <script type="javascript" ev:event="onaftersort">
  416. <![CDATA[
  417. datagrid1.gridToInstance();
  418. ]]>
  419. </script>
  420. <script type="javascript" ev:event="onclick">
  421. <![CDATA[
  422. ]]>
  423. </script>
  424. </datagrid>
  425. <output id="output6" ref="/root/temp/COUNT/cacount/cacnt3" style="left:1087px; top:466px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  426. <output id="output10" ref="/root/temp/COUNT/cacount/cacnt7" style="left:1087px; top:647px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  427. <output id="output7" ref="/root/temp/COUNT/cacount/cacnt4" style="left:1087px; top:492px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  428. <output id="output11" ref="/root/temp/COUNT/cacount/cacnt8" style="left:1087px; top:571px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  429. <output id="output8" ref="/root/temp/COUNT/cacount/cacnt1" style="left:1087px; top:414px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  430. <output id="output12" ref="/root/temp/COUNT/cacount/cacnt5" style="left:1087px; top:518px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  431. <output id="output9" ref="/root/temp/COUNT/cacount/cacnt2" style="left:1087px; top:440px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  432. <output id="output13" ref="/root/temp/COUNT/cacount/cacnt6" style="left:1087px; top:544px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  433. <output id="output17" ref="/root/temp/COUNT/cacount/cacnt10" style="left:1087px; top:597px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  434. <output id="output18" ref="/root/temp/COUNT/cacount/cacnt11" style="left:1087px; top:622px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  435. <caption id="caption20" class="cell_1" style="left:1025px; top:569px; width:60px; height:23px; text-align:center; vertical-align:middle; ">현장지원</caption>
  436. <caption id="caption10" class="cell_1" style="left:1025px; top:412px; width:60px; height:23px; text-align:center; vertical-align:middle; ">단순오류</caption>
  437. <caption id="caption11" class="cell_1" style="left:1025px; top:438px; width:60px; height:23px; text-align:center; vertical-align:middle; ">사용미숙</caption>
  438. <caption id="caption12" class="cell_1" style="left:1025px; top:464px; width:60px; height:23px; text-align:center; vertical-align:middle; ">사용문의</caption>
  439. <caption id="caption13" class="cell_1" style="left:1025px; top:490px; width:60px; height:23px; text-align:center; vertical-align:middle; ">Data오류</caption>
  440. <caption id="caption4" class="cell_1" style="left:1025px; top:321px; width:165px; height:35px; font-family:굴림체; font-weight:bold; text-align:center; vertical-align:middle; ">상황 접수 유형</caption>
  441. <caption id="caption15" class="cell_1" style="left:1025px; top:516px; width:60px; height:23px; text-align:center; vertical-align:middle; ">프로그램</caption>
  442. <caption id="caption16" class="cell_1" style="left:1025px; top:542px; width:60px; height:23px; text-align:center; vertical-align:middle; ">H/W</caption>
  443. <caption id="caption17" class="cell_1" style="left:1025px; top:645px; width:60px; height:23px; text-align:center; vertical-align:middle; ">기타</caption>
  444. <caption id="caption19" class="cell_2" style="left:1025px; top:186px; width:60px; height:23px; text-align:center; vertical-align:middle; ">전체</caption>
  445. <output id="output3" ref="/root/temp/COUNT/count/cnt" appearance="output" style="left:1087px; top:188px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  446. <line id="line46" class="line_2" style="x1:1025px; y1:436px; x2:1190px; y2:436px; "/>
  447. <line id="line3" class="line_2" style="x1:1025px; y1:236px; x2:1190px; y2:236px; "/>
  448. <line id="line4" class="line_2" style="x1:1025px; y1:462px; x2:1190px; y2:462px; "/>
  449. <line id="line5" class="line_2" style="x1:1025px; y1:488px; x2:1190px; y2:488px; "/>
  450. <line id="line6" class="line_2" style="x1:1025px; y1:514px; x2:1190px; y2:514px; "/>
  451. <line id="line7" class="line_2" style="x1:1025px; y1:540px; x2:1190px; y2:540px; "/>
  452. <line id="line8" class="line_2" style="x1:1025px; y1:566px; x2:1190px; y2:566px; "/>
  453. <line id="line9" class="line_2" style="x1:1025px; y1:592px; x2:1190px; y2:592px; "/>
  454. <line id="line10" class="line_2" style="x1:1025px; y1:618px; x2:1190px; y2:618px; "/>
  455. <caption id="caption5" class="cell_1" style="left:1025px; top:212px; width:60px; height:23px; text-align:center; vertical-align:middle; ">접수</caption>
  456. <output id="output1" ref="/root/temp/COUNT/count/cnt1" appearance="output" style="left:1087px; top:214px; width:102px; height:19px; font-size:14pt; font-weight:bold; color:#ff0000; text-align:center; "/>
  457. <caption id="caption7" class="cell_1" style="left:1025px; top:238px; width:60px; height:23px; text-align:center; vertical-align:middle; ">진행</caption>
  458. <output id="output2" ref="/root/temp/COUNT/count/cnt2" appearance="output" style="left:1087px; top:240px; width:102px; height:19px; font-size:14pt; font-weight:bold; color:#0000ff; text-align:center; "/>
  459. <line id="line11" class="line_2" style="x1:1025px; y1:262px; x2:1190px; y2:262px; "/>
  460. <caption id="caption8" class="cell_1" style="left:1025px; top:264px; width:60px; height:23px; text-align:center; vertical-align:middle; ">사후</caption>
  461. <output id="output4" ref="/root/temp/COUNT/count/cnt3" appearance="output" style="left:1087px; top:266px; width:102px; height:19px; font-size:14pt; font-weight:bold; color:#ff00ff; text-align:center; "/>
  462. <line id="line12" class="line_2" style="x1:1025px; y1:288px; x2:1190px; y2:288px; "/>
  463. <output id="output5" ref="/root/temp/COUNT/count/cnt4" appearance="output" style="left:1087px; top:292px; width:102px; height:19px; font-size:14pt; font-weight:bold; color:#808080; text-align:center; "/>
  464. <caption id="caption9" class="cell_1" style="left:1026px; top:290px; width:60px; height:23px; text-align:center; vertical-align:middle; ">완료</caption>
  465. <line id="line14" class="line_2" style="x1:1026px; y1:314px; x2:1191px; y2:314px; "/>
  466. <button id="button3" class="btn2_letter2" visibility="hidden" style="left:1075px; top:39px; width:42px; height:19px; ">
  467. <caption>삭제</caption>
  468. <script type="javascript" ev:event="DOMActivate">
  469. <![CDATA[
  470. var cur_seq = model.getValue("/root/main/ddaymngt/ddaylist["+datagrid1.row+"]/seqnum");
  471. if (cur_seq == " "){
  472. alert( " 삭제할 데이터를 선택하여 주시기 바랍니다" );
  473. }
  474. else{
  475. datagrid1.rebuildStyle();
  476. model.setValue("/root/send/seqnum",cur_seq);
  477. submit("TXZGA00112",false);
  478. submit("TRZHR05100",false);
  479. submit("TRZHR05101");
  480. var srcNodeList = model.instances(0).selectNodes ( "/root/main/ddaymngt/ddaylist" );
  481. for ( i=0; i <= srcNodeList.length; i++ ) {
  482. if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/chktype" ) == 'I'){
  483. datagrid1.RowStyle(i, "data", "background-color") = "#99ccff";
  484. }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/chktype" ) == 'H'){
  485. datagrid1.RowStyle(i, "data", "background-color") = "#ff9900";
  486. }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/jobstat" ) == '4'){
  487. datagrid1.RowStyle(i, "data", "background-color") = "#c0c0c0";
  488. }else if(model.getValue ( "/root/main/ddaymngt/ddaylist[" + i + "]/jobstat" ) == '3'){
  489. datagrid1.RowStyle(i, "data", "background-color") = "#FF99CC";
  490. }
  491. }
  492. model.refresh();
  493. alert(" 성공적으로 삭제 되었습니다");
  494. }
  495. ]]>
  496. </script>
  497. </button>
  498. <caption id="caption1" class="cell_1" style="left:1025px; top:100px; width:165px; height:42px; font-size:14pt; font-weight:bold; color:#ff0000; text-align:left; vertical-align:middle; ">D-Day :</caption>
  499. <output id="output14" style="left:1089px; top:111px; width:100px; height:19px; font-family:굴림; font-size:14pt; font-weight:bold; color:#ff0000; text-align:center; "/>
  500. <caption id="caption18" class="cell_1" style="left:1025px; top:151px; width:165px; height:34px; font-family:굴림체; font-weight:bold; text-align:center; vertical-align:middle; ">진행 상태 집계</caption>
  501. <line id="line15" class="line_1" style="x1:1025px; y1:315px; x2:1190px; y2:315px; "/>
  502. <line id="line16" class="line_1" style="x1:1025px; y1:145px; x2:1190px; y2:145px; "/>
  503. <caption id="caption21" class="cell_2" style="left:1025px; top:360px; width:60px; height:23px; text-align:center; vertical-align:middle; ">전체</caption>
  504. <output id="output15" ref="/root/temp/COUNT/cacount/cnt" style="left:1087px; top:362px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  505. <output id="output16" ref="/root/temp/COUNT/cacount/cacnt9" style="left:1087px; top:388px; width:102px; height:19px; font-size:14pt; font-weight:bold; text-align:center; "/>
  506. <caption id="caption22" class="cell_1" style="left:1025px; top:386px; width:60px; height:23px; text-align:center; vertical-align:middle; ">공지사항</caption>
  507. <line id="line2" class="line_2" style="x1:1025px; y1:210px; x2:1190px; y2:210px; "/>
  508. <line id="line17" class="line_2" style="x1:1025px; y1:410px; x2:1190px; y2:410px; "/>
  509. <line id="line18" class="line_2" style="x1:1025px; y1:384px; x2:1190px; y2:384px; "/>
  510. <caption id="caption23" class="cell_1" style="left:1025px; top:595px; width:60px; height:23px; text-align:center; vertical-align:middle; ">기준자료</caption>
  511. <caption id="caption24" class="cell_1" style="left:1025px; top:620px; width:60px; height:23px; text-align:center; vertical-align:middle; ">요청자료</caption>
  512. <bool id="bool1" checkvalue="Y,N" ref="/root/send/reselect" style="left:925px; top:40px; width:20px; height:20px; ">
  513. <script type="javascript" ev:event="xforms-value-changed">
  514. <![CDATA[
  515. var reselect = model.getValue("/root/send/reselect");
  516. if (reselect == "Y") {
  517. fReSearchID = window.setInterval("fReSearch()", 15000); //6시간
  518. } else {
  519. window.clearInterval(fReSearchID);
  520. }
  521. model.refresh();
  522. ]]>
  523. </script>
  524. </bool>
  525. <caption id="caption25" style="left:945px; top:40px; width:100px; height:20px; ">
  526. <![CDATA[자동 재조회]]>
  527. <script type="javascript" ev:event="onclick">
  528. <![CDATA[
  529. var reselect = model.getValue("/root/send/reselect");
  530. if (reselect == "N" || isNull(reselect)) {
  531. model.setValue("/root/send/reselect", "Y");
  532. } else {
  533. model.setValue("/root/send/reselect", "N");
  534. }
  535. model.refresh();
  536. ]]>
  537. </script>
  538. </caption>
  539. </group>
  540. <button id="button1" class="btn2_letter4" navindex="7" style="left:1126px; top:62px; width:64px; height:19px; ">
  541. <caption>엑셀저장</caption>
  542. <script type="javascript" ev:event="DOMActivate">
  543. <![CDATA[
  544. var file = window.fileDialog("save", "", "true", "", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  545. if(file != "") {
  546. datagrid1.saveExcel(file, "colhiddenextend:true;");
  547. }
  548. ]]>
  549. </script>
  550. </button>
  551. <button id="button2" class="btn5_letter2" disabled="false" navindex="6" style="left:1075px; top:62px; width:42px; height:19px; ">
  552. <caption>입력</caption>
  553. <script type="javascript" ev:event="onclick">
  554. <![CDATA[
  555. datagrid1.rebuildStyle();
  556. model.makeValue("/root/fwdData/data","button2");
  557. window.load("SPZHA09990_상황실입력.xrw",
  558. "modal",
  559. "",
  560. "width:850px; height:600px; resize:false; align:center;",
  561. "/root/main/list/new",
  562. "/root/main/ddaymngt/ddaylist"
  563. );
  564. ]]>
  565. </script>
  566. </button>
  567. <line id="line52" class="line_3" style="x1:0px; y1:766px; x2:1195px; y2:766px; "/>
  568. <script type="javascript" ev:event="body(xhtml:body)">
  569. <![CDATA[
  570. ]]>
  571. </script>
  572. <img id="img1" visibility="visible" src="korean.jpg" appearance="image" style="left:1040px; top:94px; width:125px; height:20px; background-stretch:stretch; "/>
  573. <button id="button4" class="btn4_letter2" disabled="false" visibility="hidden" style="left:1130px; top:700px; width:56px; height:22px; ">
  574. <caption>닫기</caption>
  575. <script type="javascript" ev:event="onclick">
  576. <![CDATA[
  577. model.close();
  578. ]]>
  579. </script>
  580. </button>
  581. <button id="button5" class="btn5_letter2" disabled="false" navindex="6" style="left:310px; top:0px; width:42px; height:19px; ">
  582. <caption>저장</caption>
  583. <script type="javascript" ev:event="onclick">
  584. <![CDATA[
  585. submit("TXZHA05101");
  586. ]]>
  587. </script>
  588. </button>
  589. <caption id="caption26" class="search_name" style="left:135px; top:0px; width:75px; height:17px; ">오픈일 :</caption>
  590. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:144px; height:14px; ">상황실 프로그램</caption>
  591. <input id="input6" ref="/root/init/openday" class="input_s_essential" navindex="1" inputtype="date" style="left:210px; top:0px; width:100px; height:19px; "/>
  592. </xhtml:body>
  593. </xhtml:html>