SPIIA00102_신속심사회의록작성New.xrw 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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. <judgconf>
  11. <sjudgconf>
  12. <subjid/>
  13. <judgkind/>
  14. <judgappdg/>
  15. <instcd/>
  16. <judgconfkind/>
  17. <judgrslt/>
  18. <allpsnno/>
  19. <attntrpsnno/>
  20. <appcnt/>
  21. <rejtcnt/>
  22. <rejtresn/>
  23. <judgnonentry/>
  24. <nonentryresn/>
  25. <judgitem1/>
  26. <judgitem2/>
  27. <judgitem3/>
  28. <judgitem4/>
  29. <judgitem5/>
  30. <judgitem6/>
  31. <judgitem7/>
  32. <judgitem8/>
  33. <m/>
  34. <conftm/>
  35. <allentry/>
  36. <confplc/>
  37. <judgdd/>
  38. <reptseqno/>
  39. <reptkind/>
  40. </sjudgconf>
  41. <subjinfo>
  42. <subjno/>
  43. <itemnm/>
  44. <comnm/>
  45. <respstdyempno/>
  46. <respstdynm/>
  47. <subjnm/>
  48. <cmpynm/>
  49. <roothospidxcasecnt/>
  50. </subjinfo>
  51. </judgconf>
  52. <temp>
  53. <conft/>
  54. <confd/>
  55. </temp>
  56. </main>
  57. <send>
  58. <srchjudgappdg/>
  59. <srchjudgkind/>
  60. <srchsubjid/>
  61. <srchinstcd/>
  62. <srchreptseqno/>
  63. <srchreptkind/>
  64. <srchjudgdd/>
  65. <srchflag/>
  66. <searchitem>
  67. <instcd/>
  68. <subjid/>
  69. <reptkind/>
  70. </searchitem>
  71. <searchitem2>
  72. <instcd/>
  73. <subjid/>
  74. <reptseqno/>
  75. <reptkind/>
  76. <judgappdg/>
  77. <roothospidxcasecnt/>
  78. <subjno/>
  79. <subjnm/>
  80. <totstdycost/>
  81. <direccost/>
  82. <autosrchyn/>
  83. <actionyn/>
  84. <judgdd/>
  85. </searchitem2>
  86. <data2>
  87. <subjid/>
  88. <instcd/>
  89. <confyn/>
  90. <reserrtnresn/>
  91. <reptkind/>
  92. <reptseqno/>
  93. </data2>
  94. </send>
  95. <init>
  96. </init>
  97. <hidden>
  98. </hidden>
  99. <temp1>
  100. <updtsubj/>
  101. </temp1>
  102. </root>
  103. </instance>
  104. <script type="javascript" ev:event="xforms-ready">
  105. <![CDATA[
  106. var judgappdg = opener.javascript.getParameter("judgappdg");
  107. var judgkind = opener.javascript.getParameter("judgkind");
  108. var instcd = opener.javascript.getParameter("instcd");
  109. var reptkind = opener.javascript.getParameter("reptkind");
  110. var reptseqno = opener.javascript.getParameter("reptseqno");
  111. var subjid = opener.javascript.getParameter("subjid");
  112. var confyn = opener.javascript.getParameter("confyn");
  113. var judgdd = opener.javascript.getParameter("judgdd");
  114. var nosave = opener.javascript.getParameter("nosave");
  115. model.setValue("/root/send/srchjudgappdg", judgappdg);
  116. model.setValue("/root/send/srchjudgkind", judgkind);
  117. model.setValue("/root/send/srchinstcd", instcd);
  118. model.setValue("/root/send/srchsubjid", subjid);
  119. model.setValue("/root/send/srchjudgdd", judgdd);
  120. model.setValue("/root/send/srchreptkind", reptkind);
  121. model.setValue("/root/send/srchreptseqno", reptseqno);
  122. model.setValue("/root/send/srchflag", "1");
  123. /* -- 2010-05-31(일반 IRB관리에서도 수정 가능하게 변경)
  124. if(nosave =='Y'){
  125. button18.disabled=true;
  126. } else {
  127. button18.disabled=false;
  128. }
  129. */
  130. if(confyn=='Y'){
  131. button18.disabled = true;
  132. }
  133. if ( judgkind == 'B' ) {
  134. submit("TRIIA00168");
  135. } else {
  136. submit("TRIIA00165");
  137. }
  138. model.setValue("/root/send/data2/subjid",model.getValue("/root/send/srchsubjid"));
  139. model.setValue("/root/send/data2/instcd",model.getValue("/root/send/srchinstcd"));
  140. model.setValue("/root/send/data2/reptkind",model.getValue("/root/send/srchreptkind"));
  141. model.setValue("/root/send/data2/reptseqno",model.getValue("/root/send/srchreptseqno"));
  142. iviewer1.visible = true;
  143. model.setValue("/root/send/searchitem2/subjid", model.getValue("/root/send/srchsubjid"));
  144. model.setValue("/root/send/searchitem2/instcd", model.getValue("/root/send/srchinstcd"));
  145. model.setValue("/root/send/searchitem2/reptseqno", model.getValue("/root/send/srchreptseqno"));
  146. model.setValue("/root/send/searchitem2/reptkind", model.getValue("/root/send/srchreptkind"));
  147. model.setValue("/root/send/searchitem2/judgappdg", model.getValue("/root/send/srchjudgappdg"));
  148. model.setValue("/root/send/searchitem2/judgdd", model.getValue("/root/send/srchjudgdd"));
  149. model.setValue("/root/send/searchitem2/roothospidxcasecnt", model.getValue("/root/main/judgconf/subjinfo/roothospidxcasecnt"));
  150. model.setValue("/root/send/searchitem2/subjno", model.getValue("/root/main/judgconf/subjinfo/subjno"));
  151. model.setValue("/root/send/searchitem2/subjnm", model.getValue("/root/main/judgconf/subjinfo/subjnm"));
  152. model.setValue("/root/send/searchitem2/autosrchyn", "Y");
  153. setParameter("actionyn", "N");
  154. model.refresh();
  155. //해당 보고서별 iviewer 호출
  156. if ( reptkind == 1 ) {
  157. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00200_보완답변서.xrw";
  158. }
  159. else if ( reptkind == 2 ) {
  160. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00300_중간보고서.xrw";
  161. }
  162. else if ( reptkind == 3 ) {
  163. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00500_SAE(원내).xrw";
  164. }
  165. else if ( reptkind == 4 ) {
  166. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00600_SAE(원외).xrw";
  167. }
  168. else if ( reptkind == 5 ) {
  169. //iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00700_변경계획서.xrw";
  170. setParameter("instcd", model.getValue("/root/send/searchitem2/instcd"));
  171. setParameter("subjid", model.getValue("/root/send/searchitem2/subjid"));
  172. setParameter("reptseqno", model.getValue("/root/send/searchitem2/reptseqno"));
  173. setParameter("reptkind", model.getValue("/root/send/searchitem2/reptkind"));
  174. setParameter("totstdycost", model.getValue("/root/send/searchitem2/totstdycost"));
  175. setParameter("direccost", model.getValue("/root/send/searchitem2/direccost"));
  176. setParameter("reqinstcd", model.getValue("/root/send/searchitem2/reqinstcd"));
  177. setParameter("actionyn", "N");
  178. iviewer1.src = "../../reqsubjcmpyweb/xrw/SPIRB00100_과제변경항목.xrw";
  179. }
  180. else if ( reptkind == 6 ) {
  181. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00800_종료보고서.xrw";
  182. }
  183. else if ( reptkind == 7 ) {
  184. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00900_결과보고서.xrw";
  185. }
  186. else if ( reptkind == 8 ) {
  187. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00400_지속심의.xrw";
  188. }
  189. else if ( reptkind == "A" ) {
  190. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB01100_변동위반보고서.xrw";
  191. }
  192. else if ( reptkind == "B" ) {
  193. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB01200_연구자보고서.xrw";
  194. }
  195. else if (reptkind == 9 || reptkind == 0 ) {
  196. iviewer1.visible = false;
  197. }
  198. model.refresh();
  199. ]]>
  200. </script>
  201. <submission id="TRIIA00165" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/judgconf"/>
  202. <submission id="TXIIA00131" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/sjudgconf" replace="instance" resultref="/root/main/judgconf"/>
  203. <submission id="TRIIA00168" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/judgconf"/>
  204. <submission id="TXIIA00133" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/sjudgconf" replace="instance" resultref="/root/main/judgconf"/>
  205. <submission id="TRIIA00171" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/temp1/updtsubj"/>
  206. <submission id="TXIIA00135" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance"/>
  207. </model>
  208. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  209. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  210. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  211. <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
  212. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  213. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  214. </xhtml:head>
  215. <xhtml:body pageheight="650" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  216. <group id="group2" scroll="auto" style="left:0px; top:0px; width:865px; height:620px; ">
  217. <caption id="caption35" class="tit_1" style="left:5px; top:10px; width:158px; height:14px; ">회의록작성</caption>
  218. <button id="button18" class="btn5_letter2" _auth="X" style="left:775px; top:5px; width:42px; height:19px; ">
  219. <caption>저장</caption>
  220. <script type="javascript" ev:event="onclick">
  221. <![CDATA[
  222. var judgrslt = model.getValue("/root/main/judgconf/sjudgconf/judgrslt")+"";
  223. if(judgrslt==""){
  224. messageBox("심사결과를 선택해주세요","E000");
  225. return;
  226. }
  227. if ( model.getValue("/root/send/srchjudgkind") == 'B' ) {
  228. model.setValue("/root/main/judgconf/sjudgconf/instcd", model.getValue("/root/send/srchinstcd"));
  229. submit("TXIIA00133");
  230. if (model.getValue("/root/send/srchreptkind") == '5' && judgrslt == 'Y') {
  231. submit("TXIIA00135");
  232. }
  233. opener.javascript.fSJudgSearch('B');
  234. } else {
  235. submit("TXIIA00131");
  236. if (model.getValue("/root/send/srchreptkind") == '5' && judgrslt == 'Y') {
  237. submit("TXIIA00135");
  238. }
  239. if (model.getValue("/root/send/srchjudgkind") == 'N' ) {
  240. opener.javascript.fSJudgSearch('N');
  241. } else {
  242. opener.javascript.fSJudgSearch('E');
  243. }
  244. }
  245. window.close();
  246. ]]>
  247. </script>
  248. </button>
  249. <button id="button19" class="btn2_letter2" style="left:820px; top:5px; width:42px; height:19px; ">
  250. <caption>닫기</caption>
  251. <script type="javascript" ev:event="onclick">
  252. <![CDATA[
  253. window.close();
  254. ]]>
  255. </script>
  256. </button>
  257. <line id="line15" class="line_1" style="x1:5px; y1:30px; x2:860px; y2:30px; "/>
  258. <caption id="caption36" class="cell_1" style="left:5px; top:35px; width:95px; height:23px; text-align:center; vertical-align:middle; ">일시</caption>
  259. <input id="input31" ref="/root/main/judgconf/sjudgconf/judgdd" class="input_default" inputtype="date" style="left:105px; top:37px; width:110px; height:19px; "/>
  260. <caption id="caption37" class="cell_1" style="left:5px; top:86px; width:95px; height:23px; text-align:center; vertical-align:middle; ">과제번호</caption>
  261. <input id="input32" ref="/root/main/judgconf/subjinfo/subjno" class="input_default" style="left:105px; top:88px; width:110px; height:19px; "/>
  262. <caption id="caption38" class="cell_1" style="left:5px; top:113px; width:95px; height:50px; text-align:center; vertical-align:middle; ">과제명</caption>
  263. <caption id="caption51" class="cell_1" style="left:5px; top:295px; width:95px; height:315px; text-align:center; vertical-align:middle; ">심의의견</caption>
  264. <caption id="caption52" class="cell_1" style="left:5px; top:180px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과</caption>
  265. <output id="input46" ref="/root/main/judgconf/sjudgconf/allentry" class="output_fix" appearance="output" style="left:105px; top:62px; width:755px; height:19px; "/>
  266. <caption id="caption54" class="cell_1" style="left:5px; top:60px; width:95px; height:23px; text-align:center; vertical-align:middle; ">참석위원</caption>
  267. <caption id="caption42" class="tit_2" style="left:5px; top:165px; width:158px; height:13px; ">심사내용</caption>
  268. <textarea id="textarea1" ref="/root/main/judgconf/sjudgconf/judgitem1" style="left:105px; top:295px; width:755px; height:315px; "/>
  269. <input id="input34" ref="/root/main/judgconf/subjinfo/itemnm" class="input_default" style="left:320px; top:90px; width:110px; height:19px; "/>
  270. <caption id="caption43" class="cell_1" style="left:220px; top:88px; width:95px; height:23px; text-align:center; vertical-align:middle; ">품목명</caption>
  271. <caption id="caption44" class="cell_1" style="left:435px; top:88px; width:95px; height:23px; text-align:center; vertical-align:middle; ">성분명</caption>
  272. <input id="input39" ref="/root/main/judgconf/subjinfo/comnm" class="input_default" style="left:535px; top:90px; width:110px; height:19px; "/>
  273. <caption id="caption47" class="cell_1" style="left:650px; top:88px; width:95px; height:23px; text-align:center; vertical-align:middle; ">시험책임자</caption>
  274. <input id="input40" ref="/root/main/judgconf/subjinfo/respstdynm" class="input_default" style="left:750px; top:90px; width:110px; height:19px; "/>
  275. <textarea id="textarea2" ref="/root/main/judgconf/subjinfo/subjnm" style="left:105px; top:112px; width:755px; height:53px; "/>
  276. <input id="input1" ref="/root/main/judgconf/sjudgconf/conftm" class="input_default" maxlength="14" style="left:105px; top:265px; width:110px; height:19px; "/>
  277. <caption id="caption1" class="cell_1" style="left:5px; top:263px; width:95px; height:23px; text-align:center; vertical-align:middle; ">시간</caption>
  278. <caption id="caption2" class="cell_1" style="left:220px; top:265px; width:95px; height:23px; text-align:center; vertical-align:middle; ">장소</caption>
  279. <input id="input2" ref="/root/main/judgconf/sjudgconf/confplc" class="input_default" style="left:320px; top:267px; width:535px; height:19px; "/>
  280. <caption id="caption7" class="cell_1" style="left:220px; top:35px; width:95px; height:23px; text-align:center; vertical-align:middle; ">의뢰자</caption>
  281. <input id="input5" ref="/root/main/judgconf/subjinfo/cmpynm" class="input_default" style="left:320px; top:37px; width:540px; height:19px; "/>
  282. <input id="input7" ref="/root/main/judgconf/sjudgconf/rejtresn" class="input_default" style="left:480px; top:210px; width:375px; height:19px; "/>
  283. <input id="input8" ref="/root/main/judgconf/sjudgconf/nonentryresn" class="input_default" style="left:105px; top:237px; width:750px; height:19px; "/>
  284. <caption id="caption10" class="cell_1" style="left:5px; top:235px; width:95px; height:23px; text-align:center; vertical-align:middle; ">제외사유</caption>
  285. <caption id="caption3" class="cell_1" style="left:220px; top:180px; width:95px; height:23px; text-align:center; vertical-align:middle; ">성원정족수</caption>
  286. <caption id="caption4" class="cell_1" style="left:540px; top:180px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과 찬성수</caption>
  287. <caption id="caption5" class="cell_1" style="left:700px; top:180px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과반대수</caption>
  288. <select1 id="combo1" ref="/root/main/judgconf/sjudgconf/judgrslt" class="combo_search" appearance="minimal" style="left:105px; top:184px; width:100px; height:19px; ">
  289. <choices>
  290. <item>
  291. <label>승인</label>
  292. <value>Y</value>
  293. </item>
  294. <item>
  295. <label>시정승인</label>
  296. <value>A</value>
  297. </item>
  298. <item>
  299. <label>정식심사 전환</label>
  300. <value>C</value>
  301. </item>
  302. <item>
  303. <label>승인된시험중지</label>
  304. <value>N</value>
  305. </item>
  306. <item>
  307. <label>반려</label>
  308. <value>R</value>
  309. </item>
  310. <item>
  311. <label>보완후재심</label>
  312. <value>V</value>
  313. </item>
  314. <item>
  315. <label>저장</label>
  316. <value>S</value>
  317. </item>
  318. <item>
  319. <label>부결</label>
  320. <value>B</value>
  321. </item>
  322. </choices>
  323. </select1>
  324. <caption id="caption6" class="cell_1" style="left:5px; top:207px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사제외자</caption>
  325. <input id="input3" ref="/root/main/judgconf/sjudgconf/allpsnno" class="input_default" style="left:320px; top:182px; width:55px; height:19px; "/>
  326. <input id="input4" ref="/root/main/judgconf/sjudgconf/appcnt" class="input_default" style="left:640px; top:182px; width:55px; height:19px; "/>
  327. <caption id="caption8" class="cell_1" style="left:380px; top:180px; width:95px; height:23px; text-align:center; vertical-align:middle; ">참석인원</caption>
  328. <input id="input6" ref="/root/main/judgconf/sjudgconf/rejtcnt" class="input_default" style="left:800px; top:182px; width:55px; height:19px; "/>
  329. <caption id="caption9" class="cell_1" style="left:380px; top:207px; width:95px; height:23px; text-align:center; vertical-align:middle; ">반대사유</caption>
  330. <input id="input9" ref="/root/main/judgconf/sjudgconf/judgnonentry" class="input_default" style="left:105px; top:210px; width:270px; height:19px; "/>
  331. <input id="input10" ref="/root/main/judgconf/sjudgconf/attntrpsnno" class="input_default" style="left:480px; top:182px; width:55px; height:19px; "/>
  332. </group>
  333. <iviewer id="iviewer1" style="left:885px; top:30px; width:1120px; height:585px; "/>
  334. </xhtml:body>
  335. </xhtml:html>