SMRPB16000_교원업적조회.xrw 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet ype="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. <prfvaluempl>
  11. <prfvaluempllist/>
  12. <eduprfvalulist/>
  13. <srvprfvalulist/>
  14. <stdyprfvalulist/>
  15. <ordprfvalulist/>
  16. <totprfvalulist/>
  17. <allprfvalulist/>
  18. </prfvaluempl>
  19. <imgviewlist>
  20. <emplno/>
  21. <photimg/>
  22. </imgviewlist>
  23. <imgdata>
  24. <photimg/>
  25. </imgdata>
  26. </main>
  27. <send>
  28. <prfvaluempl>
  29. <emplno/>
  30. <baseyy/>
  31. </prfvaluempl>
  32. </send>
  33. <temp/>
  34. <init>
  35. <prfvaluempl>
  36. <eduprfvalulist/>
  37. <srvprfvalulist/>
  38. <stdyprfvalulist/>
  39. </prfvaluempl>
  40. </init>
  41. </root>
  42. </instance>
  43. <submission id="TXRPB15002" mediatype="multipart/form-data" method="form-data-post" ref="/root/send/attach" resultref="/root/main/excel"/>
  44. <submission id="TRRPB16001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prfvaluempl" resultref="/root/main/prfvaluempl"/>
  45. <submission id="TRRPB00118" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prfvaluempl" resultref="/root/main/imgviewlist"/>
  46. </model>
  47. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  48. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  49. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  50. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  51. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  52. <script type="javascript" ev:event="xforms-ready">
  53. <![CDATA[
  54. fInitialize();
  55. ]]>
  56. </script>
  57. <script type="javascript">
  58. <![CDATA[
  59. function fInitialize()
  60. {
  61. model.removenode(grd_eduprfvalulist.nodeset);
  62. model.removenode(grd_srvprfvalulist.nodeset);
  63. model.removenode(grd_stdyprfvalulist.nodeset);
  64. model.removenode(grd_totprfvalulist.nodeset);
  65. model.refresh();
  66. //misfMsterDetailSet(grd_contstdyempllist, null, "TRRPB15001", "Y");
  67. var nowdate = getCurrentDate();
  68. var yymm = nowdate.substring(0,4);
  69. ipt_baseyy.value = yymm;
  70. model.refresh();
  71. }
  72. function fChangeImage(imgsrc) {
  73. img_hidden.src = imgsrc; // 파일에서 읽은 이미지의 base64 encoding 값을 가져오기 위한 이미지 컨트롤
  74. var data = img_hidden.getbase64data(); // base64 encoding 문자열을 가져온다.
  75. var imgSize = getImageSize(imgsrc);
  76. var imgWidthSize = imgSize.split("^")[0];
  77. var imgHeightSize = imgSize.split("^")[1];
  78. model.setValue("/root/main/imgdata/photimg",data,true); // 이미지를 보여주기 위하여 view용 이미지컨트롤의 ref instance에 값을 저장
  79. setImageRefInstance("/root/main/imgdata/photimg"); //base64 encoding 문자열을 이미지로 변환하여 보여준다,
  80. img_view.attribute("width")= "140";
  81. img_view.attribute("height")= "170";
  82. var cur_rows = grd_imgviewlist.rows;
  83. var emplno=model.getValue("/root/main/empldata/empllist[1]/emplno");
  84. var imgemplno=model.getValue("/root/main/imgviewlist[1]/emplno");
  85. if(img_hidden.src != "../../../com/commonweb/images/no_image.gif" && imgemplno ==""){//이미지추가시 그리드 추가
  86. grd_imgviewlist.addrow(); // 입력할 행 추가.
  87. cur_row = grd_imgviewlist.row; // 추가된 행 번호 가져오기
  88. // 그리드에 추가
  89. model.setValue("/root/main/imgviewlist["+cur_row+"]/emplno",emplno);
  90. model.setValue("/root/main/imgviewlist["+cur_row+"]/photimg",data,true);
  91. }else if(img_hidden.src != "../../../com/commonweb/images/no_image.gif" && imgemplno !=""){//업데이트시 그리드셋팅
  92. grd_imgviewlist.addStatus(1,"update");
  93. model.setValue("/root/main/imgviewlist[1]/emplno",emplno);
  94. model.setValue("/root/main/imgviewlist[1]/photimg",data,true);
  95. }
  96. model.refresh();
  97. }
  98. function fRetrImage() {//조회시 그리드에 base64 encoding data셋팅하고 사진이미지 보여준다.
  99. if (grd_imgviewlist.Rows <= grd_imgviewlist.fixedRows) {
  100. fChangeImage("../../../com/commonweb/images/no_image.gif");//초기 이미지설정
  101. }
  102. else {
  103. for( var i = grd_imgviewlist.fixedRows ; i < grd_imgviewlist.Rows ; i++ ) {
  104. var imgdata = model.getValue("/root/main/imgviewlist["+i+"]/photimg"); // base64 encoding 문자열을 가져온다.
  105. model.setValue("/root/main/imgdata/photimg", imgdata,true);
  106. setImageRefInstance("/root/main/imgdata/photimg");
  107. }
  108. grd_imgviewlist.rebuild();
  109. }
  110. model.refresh();
  111. }
  112. var fso=new ActiveXObject("Scripting.FileSystemObject");
  113. function fExcelUpload() {
  114. var maxsize = upload1.attribute("filesize");
  115. var filename = window.fileDialog("open", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  116. var filelist = filename.split("|");
  117. model.removeNodeset("/root/main/list/filelist");
  118. model.removeNodeset("/root/send/attach");
  119. //타이틀을 획득한다.
  120. var s = new String(filelist[filelist.length-1]);
  121. var ss = s.split("\\");
  122. if(filename !=""){
  123. //작업 전 row를 추가 >파일명 유/무에 따른 분기>
  124. for(var i = 0 ; i < filelist.length ; i++ ){
  125. grd_attach.addRow(false);
  126. if(filelist[i] == ""){
  127. //alert(grd_attach.rows - 1);
  128. grd_attach.removeRow(false);
  129. grd_attach.refresh();
  130. }else{
  131. grd_attach.valueMatrix(grd_attach.rows - 1, 0) = filelist[i];
  132. //파일크기('tfHelper.checkFileSize' 참조)
  133. var fileCnt = upload1.getFileCount();
  134. var lastIndex = fileCnt - 1;
  135. var fileSize = upload1.getFileSize(lastIndex);
  136. grd_attach.textmatrix(grd_attach.rows - 1,1) = fileSize;
  137. if (!checkFileSize(upload1)){
  138. grd_attach.removeItem();
  139. messageBox("파일 크기가 최대치("+maxsize+"Byte)를", "E003");
  140. return;
  141. }
  142. }
  143. }
  144. model.makeValue("/root/send/attach/workym",ipt_workym.value);
  145. openLoadingBar("파일업로드 작업중입니다... ") ;
  146. submit("TXRPB15002");
  147. closeLoadingBar();
  148. //btn_search.dispatch("DOMActivate");
  149. }
  150. }
  151. ]]>
  152. </script>
  153. </xhtml:head>
  154. <xhtml:body style="margin-left:8; margin-right:8; ">
  155. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  156. <shape id="roundrect3" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:1025px; top:10px; width:165px; height:185px; "/>
  157. <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:5px; top:10px; width:790px; height:185px; "/>
  158. <line id="line207" class="line_1" style="x1:0px; y1:5px; x2:1193px; y2:4px; "/>
  159. <input id="ipt_lbrunionjobrespnm" ref="/root/main/item/lbrunionjobrespnm" class="input_search" visibility="hidden"/>
  160. <input id="ipt_lbrunionjobresp" ref="/root/main/item/dutplceinst" visibility="hidden"/>
  161. <input id="ipt_emplno_m" ref="/root/main/imsiitem/emplno" visibility="hidden"/>
  162. <input id="ipt_lbrunionrgstyn_m" ref="/root/main/imsiitem/lbrunionrgstyn" visibility="hidden"/>
  163. <input id="ipt_lbrunionrgstdd_m" ref="/root/main/imsiitem/lbrunionrgstdd" visibility="hidden"/>
  164. <input id="ipt_lbrunionsecssdd_m" ref="/root/main/imsiitem/lbrunionsecssdd" visibility="hidden"/>
  165. <input id="ipt_lbrunionjobresp_m" ref="/root/main/imsiitem/lbrunionjobresp" visibility="hidden"/>
  166. <input id="ipt_lbrunionjobrespnm_m" ref="/root/main/imsiitem/lbrunionjobrespnm" visibility="hidden"/>
  167. <input id="ipt_asgnmpostndd_m" ref="/root/main/imsiitem/asgnmpostndd" visibility="hidden"/>
  168. <input id="ipt_todd_m" ref="/root/main/imsiitem/todd" visibility="hidden"/>
  169. <input id="ipt_cur_row" ref="/root/init/cur_row_m" class="input_search" visibility="hidden"/>
  170. <caption id="caption172" class="cell_1" style="left:10px; top:15px; width:150px; height:175px; vertical-align:middle; "/>
  171. <img id="img_view" ref="/root/main/imgdata/photimg" style="left:15px; top:18px; width:140px; height:155px; background-stretch:stretch; "/>
  172. <img id="img_hidden" ref="/root/send/save/contstdyempllist" visibility="hidden" style="left:15px; top:18px; width:140px; height:155px; "/>
  173. <input id="ipt_emplno" ref="/root/send/prfvaluempl/emplno" class="input_s_essential" navindex="1" style="left:272px; top:22px; width:146px; height:19px; font-family:굴림체; font-size:11pt; font-weight:bold; color:#0000ff; text-align:center; vertical-align:middle; ">
  174. <script type="javascript" ev:event="xforms-value-changed">
  175. <![CDATA[
  176. // misfGridInit(grd_empllist);
  177. // misfGridInit(grd_imgviewlist);
  178. submit("TRRPB16001");
  179. // if (grd_empllist.rows - grd_empllist.fixedRows == 0) {
  180. // //misfGridIUD(grd_empllist, "A");
  181. // messageBox("사번을 확인 하십시요. 조회 ","E001");
  182. // return;
  183. // }
  184. submit("TRRPB00118"); //사진
  185. fRetrImage();
  186. for (var i = grd_totprfvalulist.fixedRows; i < grd_totprfvalulist.rows; i++) {
  187. if(grd_totprfvalulist.valueMatrix(i, grd_totprfvalulist.colRef("flag1")) == "01") {
  188. grd_totprfvalulist.cellstyle("background-color", i, 1, i, 4) = "#ffff99";
  189. }
  190. else {
  191. grd_totprfvalulist.cellstyle("background-color", i, 1, i, 4) = "#ffffff";
  192. }
  193. }
  194. model.refresh();
  195. ]]>
  196. </script>
  197. <script type="javascript" ev:event="onkeyup">
  198. <![CDATA[
  199. /* Enter Key입력시 ipt_emplno의 xforms-value-changed 이벤트 발생 */
  200. inputEnterKey("ipt_emplno", "xforms-value-changed");
  201. ]]>
  202. </script>
  203. </input>
  204. <caption id="caption164" class="cell_1" style="left:180px; top:20px; width:90px; height:23px; ">사원번호</caption>
  205. <button id="btn_emplsearch" class="icon_search" style="left:422px; top:22px; width:16px; height:16px; ">
  206. <caption/>
  207. <script type="javascript" ev:event="DOMActivate">
  208. <![CDATA[
  209. /* 사원번호 Help 화면 Open
  210. misfOpenPopUpList(화면종류Code, OPEN하는 Control, 공통코드, 리턴받을 Instance명) */
  211. var recv_list = "emplno";
  212. //rpbfOpenPopUpList("SPRPB00101", ipt_emplno, recv_list,"ipt_systemflag","N");
  213. rpbfOpenPopUpList("SPRPB00101", ipt_emplno, recv_list);
  214. model.refresh();
  215. if (ipt_emplno.label != "" && ipt_emplno.label.length > 0) {
  216. ipt_emplno.dispatch("xforms-value-changed");
  217. }
  218. ]]>
  219. </script>
  220. </button>
  221. <caption id="caption2" class="cell_1" style="left:180px; top:54px; width:90px; height:23px; ">성명</caption>
  222. <caption id="caption3" class="cell_1" style="left:180px; top:88px; width:90px; height:23px; ">소속기관</caption>
  223. <caption id="caption32" class="cell_1" style="left:180px; top:124px; width:90px; height:23px; ">교실명</caption>
  224. <caption id="caption1" class="cell_1" style="left:180px; top:162px; width:90px; height:23px; ">과</caption>
  225. <caption id="caption4" class="cell_1" style="left:535px; top:20px; width:90px; height:23px; ">기준년도</caption>
  226. <input id="ipt_baseyy" ref="/root/send/prfvaluempl/baseyy" class="input_essential" navindex="5" inputtype="date" format="yyyy" style="left:628px; top:22px; width:130px; height:19px; ">
  227. <script type="javascript" ev:event="xforms-value-changed">
  228. <![CDATA[
  229. /* 부서코드,명 입력시 Validation Check
  230. misfValidationCheck(Validation 종류(부서코드, 공통코드, 우편번호...), 공통코드군, 자료를 받을 Instance Node(콤마로 분류해서 넘기면됨)) */
  231. misfValidationCheck("02", "", "unitcd,unitnm" );
  232. model.refresh();
  233. ]]>
  234. </script>
  235. </input>
  236. <caption id="caption5" class="cell_1" style="left:535px; top:54px; width:90px; height:23px; ">의사구분</caption>
  237. <output id="opt_jobposnm" ref="/root/main/prfvaluempl/prfvaluempllist/jobposnm" class="output_fix" style="left:628px; top:90px; width:130px; height:19px; "/>
  238. <caption id="caption319" class="cell_1" style="left:535px; top:88px; width:90px; height:23px; vertical-align:middle; ">직위</caption>
  239. <output id="opt_orgunitnm" ref="/root/main/prfvaluempl/prfvaluempllist/orgunitnm" class="output_fix" style="left:272px; top:125px; width:178px; height:19px; "/>
  240. <output id="opt_unitnm" ref="/root/main/prfvaluempl/prfvaluempllist/unitnm" class="output_fix" style="left:272px; top:164px; width:178px; height:19px; "/>
  241. <caption id="caption8" class="cell_1" style="left:535px; top:124px; width:90px; height:23px; vertical-align:middle; ">근무상태</caption>
  242. <select1 id="rdo_mdnmflag" ref="/root/main/prfvaluempl/prfvaluempllist/mdnmflag" disabled="true" appearance="full" cellspacing="30" cols="2" style="left:628px; top:56px; width:130px; height:20px; border-style:solid; ">
  243. <choices>
  244. <item>
  245. <label>MD</label>
  246. <value>Y</value>
  247. </item>
  248. <item>
  249. <label>NM</label>
  250. <value>N</value>
  251. </item>
  252. </choices>
  253. </select1>
  254. <shape id="roundrect2" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:800px; top:10px; width:220px; height:185px; "/>
  255. <caption id="caption7" class="cell_1" style="left:835px; top:20px; width:50px; height:23px; ">총점</caption>
  256. <caption id="caption9" class="cell_1" style="left:835px; top:54px; width:50px; height:23px; ">교육</caption>
  257. <caption id="caption10" class="cell_1" style="left:835px; top:88px; width:50px; height:23px; ">연구</caption>
  258. <caption id="caption11" class="cell_1" style="left:835px; top:124px; width:50px; height:23px; ">봉사</caption>
  259. <caption id="caption12" class="cell_1" style="left:835px; top:162px; width:50px; height:23px; ">진료</caption>
  260. <input id="ipt_totscor" ref="/root/main/prfvaluempl/allprfvalulist/totscor" style="left:888px; top:22px; width:100px; height:19px; text-align:right; vertical-align:middle; "/>
  261. <input id="ipt_eduscor" ref="/root/main/prfvaluempl/allprfvalulist/eduscor" style="left:888px; top:56px; width:100px; height:19px; text-align:right; vertical-align:middle; "/>
  262. <input id="ipt_stdyscor" ref="/root/main/prfvaluempl/allprfvalulist/stdyscor" style="left:888px; top:90px; width:100px; height:19px; text-align:right; vertical-align:middle; "/>
  263. <input id="ipt_srvscor" ref="/root/main/prfvaluempl/allprfvalulist/srvscor" style="left:888px; top:125px; width:100px; height:19px; text-align:right; vertical-align:middle; "/>
  264. <input id="ipt_ordscor" ref="/root/main/prfvaluempl/allprfvalulist/ordscor" style="left:888px; top:164px; width:100px; height:19px; text-align:right; vertical-align:middle; "/>
  265. <button id="btn_totdata" class="btn_sw" group="tab" selected="true" style="left:5px; top:200px; width:110px; height:22px; ">
  266. <caption>평가점수 총괄표</caption>
  267. <script type="javascript" ev:event="DOMActivate">
  268. <![CDATA[
  269. model.toggle("case1");
  270. ]]>
  271. </script>
  272. </button>
  273. <switch id="switch1" style="left:5px; top:220px; width:1185px; height:510px; ">
  274. <case id="case1" selected="true">
  275. <datagrid id="grd_totprfvalulist" nodeset="/root/main/prfvaluempl/totprfvalulist" caption="영역^평가항목^점수^비고^구분|영역^평가항목^점수^비고^구분" colsep="^" colwidth="192, 458, 135, 348, 37" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:5px; width:1175px; height:495px; ">
  276. <col ref="flagnm1"/>
  277. <col ref="flagnm2"/>
  278. <col ref="appr_scor" style="text-align:right; vertical-align:middle; "/>
  279. <col/>
  280. <col ref="flag1" visibility="hidden"/>
  281. </datagrid>
  282. </case>
  283. <case id="case2">
  284. <datagrid id="grd_eduprfvalulist" nodeset="/root/main/prfvaluempl/eduprfvalulist" caption="평가항목^세부내용^점수^기관^실습담당과^학생수^일수^전임교원수^기여도^기여도점수|평가항목^세부내용^점수^기관^실습담당과^학생수^일수^전임교원수^기여도^기여도점수" colsep="^" colwidth="295, 739, 100, 27, 28, 25, 22, 25, 25, 22" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:5px; width:1175px; height:285px; ">
  285. <col ref="appr_item_nm"/>
  286. <col ref="detlctnt"/>
  287. <col ref="appr_scor" style="text-align:right; vertical-align:middle; "/>
  288. <col ref="instnm"/>
  289. <col ref="unitnm"/>
  290. <col ref="std_map_std_cnt"/>
  291. <col ref="tm_cnt"/>
  292. <col ref="fltm_sprf_cnt"/>
  293. <col ref="cntrib_stt"/>
  294. <col/>
  295. <script type="javascript" ev:event="onrowchanged">
  296. <![CDATA[
  297. model.copyNode("/root/init/prfvaluempl/eduprfvalulist","/root/main/prfvaluempl/eduprfvalulist[" + (grd_eduprfvalulist.row - grd_eduprfvalulist.fixedRows + 1) + "]");
  298. model.refresh();
  299. ]]>
  300. </script>
  301. </datagrid>
  302. <group id="group3" style="left:5px; top:295px; width:1170px; height:200px; ">
  303. <caption id="caption13" class="cell_1" style="left:10px; top:40px; width:90px; height:23px; ">평가항목</caption>
  304. <input id="ipt_appr_item_nm" ref="/root/init/prfvaluempl/eduprfvalulist/appr_item_nm" class="input_essential" navindex="2" style="left:102px; top:42px; width:178px; height:19px; "/>
  305. <line id="line9" class="line_1" style="x1:0px; y1:23px; x2:1165px; y2:23px; "/>
  306. <caption id="caption34" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">학부임상실습</caption>
  307. <input id="ipt_instnm" ref="/root/init/prfvaluempl/eduprfvalulist/instnm" class="input_essential" navindex="2" style="left:102px; top:72px; width:178px; height:19px; "/>
  308. <caption id="caption14" class="cell_1" style="left:10px; top:70px; width:90px; height:23px; ">기 관</caption>
  309. <input id="ipt_unitnm" ref="/root/init/prfvaluempl/eduprfvalulist/unitnm" class="input_essential" navindex="2" style="left:102px; top:100px; width:178px; height:19px; "/>
  310. <caption id="caption15" class="cell_1" style="left:10px; top:98px; width:90px; height:23px; ">실습담당과</caption>
  311. <input id="ipt_std_map_std_cnt" ref="/root/init/prfvaluempl/eduprfvalulist/std_map_std_cnt" class="input_essential" navindex="2" style="left:102px; top:130px; width:178px; height:19px; "/>
  312. <caption id="caption16" class="cell_1" style="left:10px; top:128px; width:90px; height:23px; ">학생수</caption>
  313. <input id="ipt_tm_cnt" ref="/root/init/prfvaluempl/eduprfvalulist/tm_cnt" class="input_essential" navindex="2" style="left:422px; top:42px; width:178px; height:19px; "/>
  314. <caption id="caption17" class="cell_1" style="left:330px; top:40px; width:90px; height:23px; ">일 수</caption>
  315. <input id="ipt_fltm_sprf_cnt" ref="/root/init/prfvaluempl/eduprfvalulist/fltm_sprf_cnt" class="input_essential" navindex="2" style="left:422px; top:72px; width:178px; height:19px; "/>
  316. <caption id="caption18" class="cell_1" style="left:330px; top:70px; width:90px; height:23px; ">전임교원수</caption>
  317. <input id="ipt_cntrib_stt" ref="/root/init/prfvaluempl/eduprfvalulist/cntrib_stt" class="input_essential" navindex="2" style="left:422px; top:100px; width:178px; height:19px; "/>
  318. <caption id="caption19" class="cell_1" style="left:330px; top:98px; width:90px; height:23px; ">기 여 도</caption>
  319. <input id="input15" ref="/root/main/empldata/empllist/name" class="input_essential" navindex="2" style="left:422px; top:130px; width:178px; height:19px; "/>
  320. <caption id="caption20" class="cell_1" style="left:330px; top:128px; width:90px; height:23px; ">기여도점수</caption>
  321. <caption id="caption21" class="cell_1" style="left:650px; top:40px; width:90px; height:23px; ">점수</caption>
  322. <input id="ipt_appr_scor" ref="/root/init/prfvaluempl/eduprfvalulist/appr_scor" class="input_essential" navindex="2" style="left:742px; top:42px; width:178px; height:19px; "/>
  323. </group>
  324. </case>
  325. <case id="case3">
  326. <datagrid id="grd_stdyprfvalulist" nodeset="/root/main/prfvaluempl/stdyprfvalulist" caption="업적구분^업적명^업적년월^점수^학술지등급^논문종류^역할^게재학술지^IFScore^발행기관^발표인원^점수^수록권호1^수록권호2^수록면1^수록면2|업적구분^업적명^업적년월^점수^학술지등급^논문종류^역할^게재학술지^IFScore^발행기관^발표인원^점수^수록권호1^수록권호2^수록면1^수록면2" colsep="^" colwidth="294, 639, 100, 100, 51, 34, 27, 42, 25, 36, 43, 32, 39, 34, 30, 30" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:5px; width:1175px; height:285px; ">
  327. <col ref="act_flag"/>
  328. <col ref="rech_rslt_nm"/>
  329. <col ref="basi_dt" format="yyyy-mm"/>
  330. <col ref="appr_scor" style="text-align:right; vertical-align:middle; "/>
  331. <col ref="rech_rslt_cd_nm" visibility="hidden"/>
  332. <col ref="jrnl_kind" visibility="hidden"/>
  333. <col ref="role_nm" visibility="hidden"/>
  334. <col ref="jrnl_nm" visibility="hidden"/>
  335. <col ref="if_scor" visibility="hidden"/>
  336. <col ref="breu_nm" visibility="hidden"/>
  337. <col ref="tt_rcnt" visibility="hidden"/>
  338. <col ref="appr_scor" visibility="hidden"/>
  339. <col ref="vol" visibility="hidden"/>
  340. <col ref="ho" visibility="hidden"/>
  341. <col ref="fr_page" visibility="hidden"/>
  342. <col ref="to_page" visibility="hidden"/>
  343. <script type="javascript" ev:event="onrowchanged">
  344. <![CDATA[
  345. model.copyNode("/root/init/prfvaluempl/stdyprfvalulist","/root/main/prfvaluempl/stdyprfvalulist[" + (grd_stdyprfvalulist.row - grd_stdyprfvalulist.fixedRows + 1) + "]");
  346. model.refresh();
  347. ]]>
  348. </script>
  349. </datagrid>
  350. <group id="group4" style="left:5px; top:295px; width:1170px; height:200px; ">
  351. <caption id="caption22" class="cell_1" style="left:10px; top:40px; width:90px; height:23px; ">업적구분</caption>
  352. <input id="ipt_act_flag" ref="/root/init/prfvaluempl/stdyprfvalulist/act_flag" class="input_essential" navindex="2" style="left:102px; top:42px; width:178px; height:19px; "/>
  353. <line id="line1" class="line_1" style="x1:0px; y1:23px; x2:1165px; y2:23px; "/>
  354. <caption id="caption23" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">논문</caption>
  355. <input id="ipt_jrnl_nm" ref="/root/init/prfvaluempl/stdyprfvalulist/jrnl_nm" class="input_essential" navindex="2" style="left:102px; top:72px; width:458px; height:19px; "/>
  356. <caption id="caption24" class="cell_1" style="left:10px; top:70px; width:90px; height:23px; ">게재학술지</caption>
  357. <input id="ipt_rech_rslt_nm" ref="/root/init/prfvaluempl/stdyprfvalulist/rech_rslt_nm" class="input_essential" navindex="2" style="left:100px; top:100px; width:1060px; height:19px; "/>
  358. <caption id="caption25" class="cell_1" style="left:8px; top:98px; width:90px; height:23px; ">논문명</caption>
  359. <input id="ipt_breu_nm" ref="/root/init/prfvaluempl/stdyprfvalulist/breu_nm" class="input_essential" navindex="2" style="left:100px; top:130px; width:458px; height:19px; "/>
  360. <caption id="caption26" class="cell_1" style="left:8px; top:128px; width:90px; height:23px; ">발행기관</caption>
  361. <input id="ipt_rech_rslt_cd_nm" ref="/root/init/prfvaluempl/stdyprfvalulist/rech_rslt_cd_nm" class="input_essential" navindex="2" style="left:382px; top:42px; width:178px; height:19px; "/>
  362. <caption id="caption27" class="cell_1" style="left:290px; top:40px; width:90px; height:23px; ">학술지 등급</caption>
  363. <caption id="caption31" class="cell_1" style="left:575px; top:40px; width:90px; height:23px; ">논문종류</caption>
  364. <input id="ipt_jrnl_kind" ref="/root/init/prfvaluempl/stdyprfvalulist/jrnl_kind" class="input_essential" navindex="2" style="left:667px; top:42px; width:213px; height:19px; "/>
  365. <input id="ipt_vol" ref="/root/init/prfvaluempl/stdyprfvalulist/vol" class="input_essential" navindex="2" style="left:100px; top:162px; width:80px; height:19px; "/>
  366. <caption id="caption33" class="cell_1" style="left:8px; top:160px; width:90px; height:23px; ">수록권호</caption>
  367. <input id="ipt_ho" ref="/root/init/prfvaluempl/stdyprfvalulist/ho" class="input_essential" navindex="2" style="left:195px; top:162px; width:63px; height:19px; "/>
  368. <caption id="caption35" style="left:180px; top:162px; width:15px; height:20px; ">권</caption>
  369. <caption id="caption36" style="left:258px; top:162px; width:20px; height:20px; ">호</caption>
  370. <caption id="caption37" class="cell_1" style="left:290px; top:160px; width:90px; height:23px; ">수록면</caption>
  371. <caption id="caption38" style="left:465px; top:162px; width:13px; height:20px; ">~</caption>
  372. <input id="ipt_fr_page" ref="/root/init/prfvaluempl/stdyprfvalulist/fr_page" class="input_essential" navindex="2" style="left:382px; top:162px; width:80px; height:19px; "/>
  373. <input id="ipt_to_page" ref="/root/init/prfvaluempl/stdyprfvalulist/to_page" class="input_essential" navindex="2" style="left:480px; top:162px; width:78px; height:19px; "/>
  374. <caption id="caption28" class="cell_1" style="left:890px; top:40px; width:90px; height:23px; ">역할</caption>
  375. <input id="ipt_role_nm" ref="/root/init/prfvaluempl/stdyprfvalulist/role_nm" class="input_essential" navindex="2" style="left:982px; top:42px; width:178px; height:19px; "/>
  376. <caption id="caption29" class="cell_1" style="left:575px; top:70px; width:90px; height:23px; ">게재년월</caption>
  377. <input id="ipt_basi_dt" ref="/root/init/prfvaluempl/stdyprfvalulist/basi_dt" class="input_essential" navindex="2" style="left:667px; top:72px; width:213px; height:19px; "/>
  378. <input id="ipt_if_scor" ref="/root/init/prfvaluempl/stdyprfvalulist/if_scor" class="input_essential" navindex="2" style="left:982px; top:72px; width:178px; height:19px; "/>
  379. <caption id="caption30" class="cell_1" style="left:890px; top:70px; width:90px; height:23px; ">I.F. Score</caption>
  380. <caption id="caption39" class="cell_1" style="left:890px; top:130px; width:90px; height:23px; ">점수</caption>
  381. <input id="ipt_tt_rcnt" ref="/root/init/prfvaluempl/stdyprfvalulist/tt_rcnt" class="input_essential" navindex="2" style="left:667px; top:132px; width:213px; height:19px; "/>
  382. <input id="input2" ref="/root/init/prfvaluempl/stdyprfvalulist/appr_scor" class="input_essential" navindex="2" style="left:982px; top:132px; width:178px; height:19px; "/>
  383. <caption id="caption40" class="cell_1" style="left:575px; top:130px; width:90px; height:23px; ">발표인원</caption>
  384. </group>
  385. </case>
  386. <case id="case4">
  387. <datagrid id="grd_srvprfvalulist" nodeset="/root/main/prfvaluempl/srvprfvalulist" caption="업적구분^평가항목^세부내용^봉사기간^봉사기간^점수^횟수/시간^봉시기관|업적구분^평가항목^세부내용^시작^종료^점수^횟수/시간^봉시기관" colsep="^" colwidth="180, 311, 342, 100, 100, 100, 34, 41" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:5px; width:1175px; height:285px; ">
  388. <col ref="cd_kor_nm"/>
  389. <col ref="appr_item_nm"/>
  390. <col ref="act_ctnt"/>
  391. <col ref="act_fr_dt"/>
  392. <col ref="act_to_dt"/>
  393. <col ref="appr_scor" style="text-align:right; vertical-align:middle; "/>
  394. <col ref="srv_cnt" visibility="hidden"/>
  395. <col ref="act_breu_nm" visibility="hidden"/>
  396. <script type="javascript" ev:event="onrowchanged">
  397. <![CDATA[
  398. model.copyNode("/root/init/prfvaluempl/srvprfvalulist","/root/main/prfvaluempl/srvprfvalulist[" + (grd_srvprfvalulist.row - grd_srvprfvalulist.fixedRows + 1) + "]");
  399. model.refresh();
  400. ]]>
  401. </script>
  402. </datagrid>
  403. <group id="group5" style="left:5px; top:295px; width:1170px; height:200px; ">
  404. <caption id="caption41" class="cell_1" style="left:10px; top:40px; width:90px; height:23px; ">업적구분</caption>
  405. <input id="ipt_cd_kor_nm" ref="/root/init/prfvaluempl/srvprfvalulist/cd_kor_nm" class="input_essential" navindex="2" style="left:102px; top:42px; width:245px; height:19px; "/>
  406. <line id="line2" class="line_1" style="x1:0px; y1:23px; x2:1165px; y2:23px; "/>
  407. <caption id="caption42" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">세부내역</caption>
  408. <input id="ipt_act_fr_dt" ref="/root/init/prfvaluempl/srvprfvalulist/act_fr_dt" class="input_essential" navindex="2" format="yyyy-mm-dd" style="left:102px; top:72px; width:113px; height:19px; "/>
  409. <caption id="caption43" class="cell_1" style="left:10px; top:70px; width:90px; height:23px; ">봉시기간</caption>
  410. <input id="ipt_act_breu_nm" ref="/root/init/prfvaluempl/srvprfvalulist/act_breu_nm" class="input_essential" navindex="2" style="left:100px; top:100px; width:1060px; height:19px; "/>
  411. <caption id="caption44" class="cell_1" style="left:8px; top:98px; width:90px; height:23px; ">봉사기관</caption>
  412. <input id="ipt_act_ctnt" ref="/root/init/prfvaluempl/srvprfvalulist/act_ctnt" class="input_essential" navindex="2" style="left:100px; top:130px; width:1060px; height:19px; "/>
  413. <caption id="caption45" class="cell_1" style="left:8px; top:128px; width:90px; height:23px; ">세부활동내용</caption>
  414. <caption id="caption47" class="cell_1" style="left:360px; top:40px; width:90px; height:23px; ">평가항목</caption>
  415. <input id="input7" ref="/root/init/prfvaluempl/srvprfvalulist/appr_item_nm" class="input_essential" navindex="2" style="left:452px; top:42px; width:708px; height:19px; "/>
  416. <input id="ipt_srv_appr_scor" ref="/root/init/prfvaluempl/srvprfvalulist/appr_scor" class="input_essential" navindex="2" style="left:100px; top:162px; width:245px; height:19px; "/>
  417. <caption id="caption48" class="cell_1" style="left:8px; top:160px; width:90px; height:23px; ">점수</caption>
  418. <caption id="caption52" style="left:220px; top:72px; width:13px; height:20px; ">~</caption>
  419. <caption id="caption54" class="cell_1" style="left:360px; top:70px; width:90px; height:23px; ">횟수/시간</caption>
  420. <input id="ipt_srv_cnt" ref="/root/init/prfvaluempl/srvprfvalulist/srv_cnt" class="input_essential" navindex="2" style="left:452px; top:72px; width:213px; height:19px; "/>
  421. <input id="ipt_act_to_dt" ref="/root/init/prfvaluempl/srvprfvalulist/act_to_dt" class="input_essential" navindex="2" format="yyyy-mm-dd" style="left:235px; top:72px; width:113px; height:19px; "/>
  422. </group>
  423. </case>
  424. <case id="case5">
  425. <group id="group6" style="left:0px; top:5px; width:230px; height:295px; border-style:dotted; ">
  426. <caption id="caption46" class="cell_1" style="left:10px; top:40px; width:107px; height:23px; ">초진료부과환자수</caption>
  427. <input id="ipt_fsmedi_pati_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/fsmedi_pati_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:42px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
  428. <line id="line3" class="line_1" style="x1:0px; y1:23px; x2:228px; y2:23px; "/>
  429. <caption id="caption49" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">초진율</caption>
  430. <input id="ipt_fore_pati_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/fore_pati_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:72px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
  431. <caption id="caption50" class="cell_1" style="left:10px; top:70px; width:107px; height:23px; ">외래환자수</caption>
  432. <caption id="caption51" class="cell_1" style="left:10px; top:98px; width:107px; height:23px; ">비율</caption>
  433. <caption id="caption53" class="cell_1" style="left:10px; top:128px; width:107px; height:23px; ">등급</caption>
  434. <input id="ipt_fmedi_scor" ref="/root/main/prfvaluempl/ordprfvalulist/fmedi_scor" class="input_essential" navindex="2" format="#,###" style="left:118px; top:162px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
  435. <caption id="caption56" class="cell_1" style="left:10px; top:160px; width:107px; height:23px; ">점수</caption>
  436. <input id="input47" ref="/root/main/prfvaluempl/ordprfvalulist/fsmedi_rate" class="input_essential" navindex="2" format="(-)#,###" style="left:118px; top:100px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
  437. <input id="input41" ref="/root/main/empldata/empllist/name" class="input_essential" navindex="2" style="left:118px; top:130px; width:102px; height:19px; "/>
  438. </group>
  439. <group id="group7" style="left:240px; top:5px; width:225px; height:295px; border-style:dotted; ">
  440. <caption id="caption55" class="cell_1" style="left:10px; top:40px; width:107px; height:23px; ">외래의뢰건수</caption>
  441. <input id="ipt_fore_comedi_trst_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/fore_comedi_trst_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:42px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
  442. <line id="line4" class="line_1" style="x1:0px; y1:23px; x2:221px; y2:23px; "/>
  443. <caption id="caption57" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">협진건수</caption>
  444. <input id="ipt_fore_comedi_medi_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/fore_comedi_medi_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:72px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
  445. <caption id="caption58" class="cell_1" style="left:10px; top:70px; width:107px; height:23px; ">외래진료건수</caption>
  446. <caption id="caption59" class="cell_1" style="left:10px; top:98px; width:107px; height:23px; ">입원의뢰건수</caption>
  447. <caption id="caption60" class="cell_1" style="left:10px; top:128px; width:107px; height:23px; ">입원진료건수</caption>
  448. <input id="ipt_comedi_tot_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/comedi_tot_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:162px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
  449. <caption id="caption61" class="cell_1" style="left:10px; top:160px; width:107px; height:23px; ">총계</caption>
  450. <input id="ipt_hsplz_comedi_trst_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/hsplz_comedi_trst_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:100px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
  451. <input id="ipt_hsplz_comedi_medi_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/hsplz_comedi_medi_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:130px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
  452. <caption id="caption62" class="cell_1" style="left:10px; top:190px; width:107px; height:23px; ">등급</caption>
  453. <input id="input50" ref="/root/main/empldata/empllist/name" class="input_essential" navindex="2" style="left:118px; top:192px; width:102px; height:19px; "/>
  454. <input id="ipt_comedi_scor" ref="/root/main/prfvaluempl/ordprfvalulist/comedi_scor" class="input_essential" navindex="2" format="#,###" style="left:118px; top:222px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
  455. <caption id="caption63" class="cell_1" style="left:10px; top:220px; width:107px; height:23px; ">점수</caption>
  456. </group>
  457. <group id="group8" style="left:475px; top:5px; width:330px; height:295px; border-style:dotted; ">
  458. <caption id="caption64" class="cell_1" style="left:10px; top:40px; width:107px; height:23px; ">최고치년도</caption>
  459. <input id="ipt_max_appr_yyyy" ref="/root/main/prfvaluempl/ordprfvalulist/max_appr_yyyy" class="input_essential" navindex="2" format="#,###" style="left:118px; top:42px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
  460. <line id="line5" class="line_1" style="x1:0px; y1:23px; x2:325px; y2:23px; "/>
  461. <caption id="caption65" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">진료수익증가율</caption>
  462. <input id="ipt_act_medi_max_amt" ref="/root/main/prfvaluempl/ordprfvalulist/act_medi_max_amt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:72px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
  463. <caption id="caption66" class="cell_1" style="left:10px; top:70px; width:107px; height:23px; ">최고치실적</caption>
  464. <caption id="caption67" class="cell_1" style="left:10px; top:98px; width:107px; height:23px; ">평가년도실적</caption>
  465. <caption id="caption68" class="cell_1" style="left:10px; top:128px; width:107px; height:23px; ">증가율</caption>
  466. <input id="ipt_act_medi_profit_amt" ref="/root/main/prfvaluempl/ordprfvalulist/act_medi_profit_amt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:100px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
  467. <input id="ipt_act_medi_incr_rate" ref="/root/main/prfvaluempl/ordprfvalulist/act_medi_incr_rate" class="input_essential" navindex="2" format="(-)#,###" style="left:118px; top:130px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
  468. <caption id="caption70" class="cell_1" style="left:10px; top:160px; width:107px; height:23px; ">등급</caption>
  469. <input id="input57" ref="/root/main/empldata/empllist/name" class="input_essential" navindex="2" style="left:118px; top:162px; width:202px; height:19px; "/>
  470. <input id="ipt_profit_incr_scor" ref="/root/main/prfvaluempl/ordprfvalulist/profit_incr_scor" class="input_essential" navindex="2" format="#,###" style="left:118px; top:192px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
  471. <caption id="caption71" class="cell_1" style="left:10px; top:190px; width:107px; height:23px; ">점수</caption>
  472. </group>
  473. <group id="group9" style="left:815px; top:5px; width:355px; height:295px; border-style:dotted; ">
  474. <caption id="caption69" class="cell_1" style="left:10px; top:40px; width:120px; height:23px; ">진료수익</caption>
  475. <input id="ipt_act_medi_profit_amt2" ref="/root/main/prfvaluempl/ordprfvalulist/act_medi_profit_amt2" class="input_essential" navindex="2" format="#,###" style="left:133px; top:42px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
  476. <line id="line6" class="line_1" style="x1:0px; y1:23px; x2:350px; y2:23px; "/>
  477. <caption id="caption72" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">행위진료수익</caption>
  478. <input id="ipt_act_medi_profit_amt3" ref="/root/main/prfvaluempl/ordprfvalulist/act_medi_profit_amt3" class="input_essential" navindex="2" format="#,###" style="left:133px; top:72px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
  479. <caption id="caption73" class="cell_1" style="left:10px; top:70px; width:120px; height:23px; ">가산률적용진료수익</caption>
  480. <caption id="caption74" class="cell_1" style="left:10px; top:98px; width:120px; height:23px; ">점수</caption>
  481. <input id="ipt_profit_scor" ref="/root/main/prfvaluempl/ordprfvalulist/profit_scor" class="input_essential" navindex="2" format="#,###" style="left:133px; top:100px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
  482. </group>
  483. <group id="group10" style="left:5px; top:310px; width:600px; height:140px; border-style:dotted; ">
  484. <caption id="caption75" class="cell_1" style="left:10px; top:40px; width:107px; height:23px; ">합계</caption>
  485. <input id="ipt_paytotamt" ref="/root/main/prfvaluempl/ordprfvalulist/paytotamt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:42px; width:167px; height:19px; text-align:right; vertical-align:middle; "/>
  486. <line id="line7" class="line_1" style="x1:0px; y1:23px; x2:598px; y2:23px; "/>
  487. <caption id="caption76" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">인센티브 수령내역</caption>
  488. <input id="ipt_payamt1" ref="/root/main/prfvaluempl/ordprfvalulist/payamt1" class="input_essential" navindex="2" format="#,###" style="left:118px; top:72px; width:167px; height:19px; text-align:right; vertical-align:middle; "/>
  489. <caption id="caption77" class="cell_1" style="left:10px; top:70px; width:107px; height:23px; ">1/4분기</caption>
  490. <caption id="caption78" class="cell_1" style="left:10px; top:98px; width:107px; height:23px; ">2/4분기</caption>
  491. <input id="ipt_payamt2" ref="/root/main/prfvaluempl/ordprfvalulist/payamt2" class="input_essential" navindex="2" format="#,###" style="left:118px; top:100px; width:167px; height:19px; text-align:right; vertical-align:middle; "/>
  492. <caption id="caption81" class="cell_1" style="left:310px; top:70px; width:107px; height:23px; ">3/4분기</caption>
  493. <input id="ipt_payamt3" ref="/root/main/prfvaluempl/ordprfvalulist/payamt3" class="input_essential" navindex="2" format="#,###" style="left:418px; top:72px; width:167px; height:19px; text-align:right; vertical-align:middle; "/>
  494. <input id="ipt_payamt4" ref="/root/main/prfvaluempl/ordprfvalulist/payamt4" class="input_essential" navindex="2" format="#,###" style="left:418px; top:102px; width:167px; height:19px; text-align:right; vertical-align:middle; "/>
  495. <caption id="caption82" class="cell_1" style="left:310px; top:100px; width:107px; height:23px; ">4/4분기</caption>
  496. </group>
  497. <group id="group11" style="left:610px; top:310px; width:560px; height:140px; border-style:dotted; ">
  498. <line id="line8" class="line_1" style="x1:0px; y1:23px; x2:558px; y2:23px; "/>
  499. <caption id="caption80" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">기타</caption>
  500. <input id="ipt_hsplz_yyyy_rcnt" ref="/root/main/prfvaluempl/ordprfvalulist/hsplz_yyyy_rcnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:47px; width:127px; height:19px; text-align:right; vertical-align:middle; "/>
  501. <caption id="caption83" class="cell_1" style="left:10px; top:45px; width:107px; height:23px; ">입원연인원수</caption>
  502. <caption id="caption84" class="cell_1" style="left:10px; top:73px; width:107px; height:23px; ">입원실인원수</caption>
  503. <input id="ipt_hsplz_room_rcnt" ref="/root/main/prfvaluempl/ordprfvalulist/hsplz_room_rcnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:75px; width:127px; height:19px; text-align:right; vertical-align:middle; "/>
  504. <caption id="caption85" class="cell_1" style="left:270px; top:45px; width:107px; height:23px; ">외래환자수</caption>
  505. <input id="ipt_fore_pati_cnt2" ref="/root/main/prfvaluempl/ordprfvalulist/fore_pati_cnt2" class="input_essential" navindex="2" format="#,###" style="left:378px; top:47px; width:127px; height:19px; text-align:right; vertical-align:middle; "/>
  506. <input id="ipt_oper_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/oper_cnt" class="input_essential" navindex="2" format="#,###" style="left:378px; top:77px; width:127px; height:19px; text-align:right; vertical-align:middle; "/>
  507. <caption id="caption86" class="cell_1" style="left:270px; top:75px; width:107px; height:23px; ">수술건수</caption>
  508. </group>
  509. </case>
  510. </switch>
  511. <button id="btn_edu" class="btn_sw" group="tab" selected="false" style="left:120px; top:200px; width:100px; height:22px; ">
  512. <caption>교육</caption>
  513. <script type="javascript" ev:event="DOMActivate">
  514. <![CDATA[
  515. model.toggle("case2");
  516. ]]>
  517. </script>
  518. </button>
  519. <button id="btn_stdy" class="btn_sw" group="tab" selected="false" style="left:225px; top:200px; width:100px; height:22px; ">
  520. <caption>연구</caption>
  521. <script type="javascript" ev:event="DOMActivate">
  522. <![CDATA[
  523. model.toggle("case3");
  524. ]]>
  525. </script>
  526. </button>
  527. <button id="btn_" class="btn_sw" group="tab" selected="false" style="left:330px; top:200px; width:100px; height:22px; ">
  528. <caption>봉사</caption>
  529. <script type="javascript" ev:event="DOMActivate">
  530. <![CDATA[
  531. model.toggle("case4");
  532. ]]>
  533. </script>
  534. </button>
  535. <button id="button4" class="btn_sw" group="tab" selected="false" style="left:435px; top:200px; width:100px; height:22px; ">
  536. <caption>진료</caption>
  537. <script type="javascript" ev:event="DOMActivate">
  538. <![CDATA[
  539. model.toggle("case5");
  540. ]]>
  541. </script>
  542. </button>
  543. <output id="opt_instnm" ref="/root/main/prfvaluempl/prfvaluempllist/instnm" class="output_fix" style="left:272px; top:90px; width:178px; height:19px; "/>
  544. <output id="opt_emplnm" ref="/root/main/prfvaluempl/prfvaluempllist/emplnm" class="output_fix" style="left:272px; top:56px; width:178px; height:19px; "/>
  545. <output id="opt_preststatnm" ref="/root/main/prfvaluempl/prfvaluempllist/preststatnm" class="output_fix" style="left:628px; top:125px; width:130px; height:19px; "/>
  546. <datagrid id="grd_imgviewlist" nodeset="/root/main/imgviewlist" visibility="hidden" caption="사원번호^이미지" colsep="^" colwidth="100, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:960px; top:30px; width:230px; height:50px; ">
  547. <col ref="emplno"/>
  548. <col ref="photimg" style="background-stretch:stretch; "/>
  549. </datagrid>
  550. <button id="btn_emplnoqry" class="btn3_letter4" style="left:1071px; top:82px; width:80px; height:22px; ">
  551. <caption>인적사항</caption>
  552. <script type="javascript" ev:event="DOMActivate">
  553. <![CDATA[
  554. model.removenode("/root/temp/source");
  555. model.makeNode("/root/temp/source");
  556. model.makeValue("/root/temp/source/emplno", model.getValue("/root/send/prfvaluempl/emplno"));
  557. modal("SMRPB00100","","","","","/root/temp/source", "/root/target" );
  558. ]]>
  559. </script>
  560. </button>
  561. </group>
  562. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  563. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">교원 업적 조회</caption>
  564. </group>
  565. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  566. <button id="btn_search" class="btn4_letter2" style="left:1139px; top:3px; width:56px; height:22px; ">
  567. <caption>조회</caption>
  568. <script type="javascript" ev:event="DOMActivate">
  569. <![CDATA[
  570. ipt_emplno.dispatch("xforms-value-changed");
  571. ]]>
  572. </script>
  573. </button>
  574. <line id="line75" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  575. </group>
  576. </xhtml:body>
  577. </xhtml:html>