SMRPD05400_퇴직자법정근로시간외조정.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  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. <cutlawdutovttmadjt/>
  11. <userschemngtdeptlist>
  12. <emplno/>
  13. <emplnm/>
  14. <dutplcedeptcd/>
  15. <dutplcedeptn/>
  16. </userschemngtdeptlist>
  17. <doucheckcnt>
  18. <emplno/>
  19. <dutym/>
  20. </doucheckcnt>
  21. </main>
  22. <send>
  23. <retrparams>
  24. <instcd/>
  25. <dutymfr/>
  26. <dutymto/>
  27. <dutunitcd/>
  28. <dutunitnm/>
  29. <emplno/>
  30. <emplnm/>
  31. <retrkind>psn</retrkind>
  32. <popworkgbn/>
  33. <payyn/>
  34. </retrparams>
  35. <empllist>
  36. <emplno/>
  37. </empllist>
  38. <savelist>
  39. <cutlawdutovttmadjt/>
  40. <workgbn/>
  41. </savelist>
  42. </send>
  43. <init/>
  44. <temp>
  45. </temp>
  46. </root>
  47. </instance>
  48. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  49. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  50. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  51. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  52. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  53. <script type="javascript" src="../../../mis/dligclaznsmngtweb/js/RPD001.js"/>
  54. <script type="javascript" src="../../../mis/pubwelfmngtweb/js/RPS001.js"/>
  55. <submission id="TRRPD05401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/cutlawdutovttmadjt"/>
  56. <submission id="TXRPD05401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cutlawdutovttmadjt" resultref="/root/temp"/>
  57. <submission id="TXRPD05402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/temp"/>
  58. </model>
  59. <script type="javascript" ev:event="xforms-ready">
  60. <![CDATA[
  61. fInitialize();
  62. model.refresh();
  63. ]]>
  64. </script>
  65. <script type="javascript">
  66. <![CDATA[
  67. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  68. function fInitialize()
  69. {
  70. misfGridInit(grd_cutlawdutovttmadjt);
  71. misfGridInit(grd_userschemngtdeptlist);
  72. misfGridInit(grd_doucheckcnt);
  73. model.removeNodeset("/root/main/cutlawdutovttmadjt");
  74. model.removeNodeset("/root/main/userschemngtdeptlist");
  75. misfMsterDetailSet(grd_cutlawdutovttmadjt, null, "TRRPD05401","Y");
  76. model.setValue("/root/send/retrparams/dutymfr", getCurrentDate().substr(0, 6));
  77. model.setValue("/root/send/retrparams/dutymto", getCurrentDate().substr(0, 6));
  78. misfComboInstCdListMulti("cmb_instcd",ipt_appfromdd.value+getCurrentDate().substr(6, 2),"","N");
  79. // misfComboComCdListMulti("Z0007","cmb_instcd");
  80. misfGetAndSetUserInfo();
  81. misfGetUserAuth();
  82. // rpdfSetControlAuth();
  83. rpdfComboCdList(cmb_dutplce); // 권한별 근무부서 세팅
  84. rpdfSetDutUnitCombo();
  85. model.setValue("/root/send/retrparams/instcd", getUserInfo("dutplceinstcd"));
  86. btn_creatdone.disabled = true;
  87. btn_donecancel.disabled = true;
  88. btn_save.disabled = true;
  89. //화면 권한 설정
  90. btn_save.disabled = !(checkAuth("X"));
  91. btn_search.dispatch("DOMActivate");
  92. model.refresh();
  93. }
  94. function fgrdButtonControl()
  95. {
  96. if(grd_cutlawdutovttmadjt.rows > 2)
  97. {
  98. var sPayendYn = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset")+"[" + 1 + "]/paydeducretendyn");
  99. var sPayAppYn = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset")+"[" + 1 + "]/payappyn");
  100. if(sPayAppYn == "Y")
  101. {
  102. btn_donecancel.disabled = true;
  103. btn_creatdone.disabled = true;
  104. btn_save.disabled = true;
  105. }
  106. else if(sPayendYn == "Y")
  107. {
  108. btn_donecancel.disabled = false;
  109. btn_creatdone.disabled = true;
  110. btn_save.disabled = true;
  111. }
  112. else
  113. {
  114. btn_donecancel.disabled = true;
  115. btn_creatdone.disabled = false;
  116. if(model.getValue("/root/send/retrparams/dutymfr") == model.getValue("/root/send/retrparams/dutymto"))
  117. {
  118. btn_creatdone.disabled = false;
  119. btn_save.disabled = false;
  120. }
  121. else
  122. {
  123. btn_creatdone.disabled = true;
  124. btn_save.disabled = true;
  125. }
  126. }
  127. }
  128. else
  129. {
  130. btn_donecancel.disabled = true;
  131. btn_creatdone.disabled = true;
  132. btn_save.disabled = false;
  133. }
  134. }
  135. function fsaveCheckNull()
  136. {
  137. for(i=2; i< grd_cutlawdutovttmadjt.rows; i++)
  138. {
  139. var check_emplno = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") + "[" + (i - 1) + "]/emplno");
  140. var check_ovt150 = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") + "[" + (i - 1) + "]/ovtmworkextnbiztm150_v");
  141. var check_ovt100 = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") + "[" + (i - 1) + "]/ovtmworkextnbiztm100_v");
  142. var check_ovt50 = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") + "[" + (i - 1) + "]/ovtmworkextnbiztm50_v");
  143. if(check_emplno =="")
  144. {
  145. messageBox("사원번호는","I003");
  146. return false;
  147. }
  148. }
  149. return true;
  150. }
  151. function fsaveCheckValue()
  152. {
  153. for(i=2; i< grd_cutlawdutovttmadjt.rows; i++)
  154. {
  155. var check_emplno = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") + "[" + (i - 1) + "]/emplno");
  156. var paydeducretendyn = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") +" [" + (i - 1) + "]/paydeducretendyn");
  157. var status = grd_cutlawdutovttmadjt.rowStatus(i);
  158. if(status=="2"||status=="4")
  159. {
  160. if(paydeducretendyn =='Y')
  161. {
  162. messageBox("급여생성이 완료된 건은 수정","E001");
  163. return false;
  164. }
  165. }
  166. }
  167. return true;
  168. }
  169. ]]>
  170. </script>
  171. </xhtml:head>
  172. <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  173. <group id="group1" style="left:0px; top:0px; width:1195; height:13px; ">
  174. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">퇴직자법정근로시간외수정</caption>
  175. </group>
  176. <group id="listGroup" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
  177. <group id="group2" style="left:0px; top:10px; width:1195px; height:55px; vertical-align:top; ">
  178. <select1 id="cmb_dutplce" ref="/root/send/dutunitcd" class="combo_s_essential" visibility="hidden" appearance="minimal" style="left:100px; top:30px; width:79px; height:19px; ">
  179. <choices>
  180. <itemset>
  181. <label/>
  182. <value/>
  183. </itemset>
  184. </choices>
  185. </select1>
  186. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1195px; height:55px; "/>
  187. <caption id="caption2" class="search_name" style="left:370px; top:7px; width:86px; height:17px; ">정산년월 :</caption>
  188. <button id="btn_search" class="btn1_letter2" style="left:1129px; top:16px; width:56px; height:22px; ">
  189. <caption>조회</caption>
  190. <script type="javascript" ev:event="DOMActivate">
  191. <![CDATA[
  192. if(model.getValue("/root/send/retrparams/dutymfr") == "" || model.getValue("/root/send/retrparams/dutymto") == "" )
  193. {
  194. messageBox("정산년월은","I003");
  195. return;
  196. }
  197. submit("TRRPD05401");
  198. fgrdButtonControl();
  199. grd_cutlawdutovttmadjt.colDisabled (1) = true;
  200. grd_cutlawdutovttmadjt.colDisabled (3) = true;
  201. ]]>
  202. </script>
  203. </button>
  204. <line id="line13" class="line_4" style="top:7; x1:1115px; y1:7px; x2:1115px; y2:49px; border-left-style:solid; "/>
  205. <caption id="caption3" class="search_name" style="left:14px; top:32px; width:106px; height:17px; ">부 서 :</caption>
  206. <button id="btn_dutdept" class="icon_search" style="left:181px; top:32px; width:16px; height:16px; ">
  207. <caption/>
  208. <script type="javascript" ev:event="DOMActivate">
  209. <![CDATA[
  210. misfOpenPopUpList("02", ipt_dutdeptcd,"","dutunitcd,dutunitnm", cmb_instcd.value, "instcd");
  211. model.refresh();
  212. ]]>
  213. </script>
  214. </button>
  215. <input id="ipt_dutdeptnm" ref="/root/send/retrparams/dutunitnm" class="input_search" navindex="3" style="left:201px; top:30px; width:124px; height:19px; ">
  216. <script type="javascript" ev:event="xforms-value-changed">
  217. <![CDATA[
  218. misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
  219. model.refresh();
  220. ]]>
  221. </script>
  222. <script type="javascript" ev:event="onkeypress">
  223. <![CDATA[
  224. if(event.keyCode == 13)
  225. {
  226. ipt_dutdeptnm.value = ipt_dutdeptnm.currentText;
  227. misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
  228. model.refresh();
  229. }
  230. ]]>
  231. </script>
  232. </input>
  233. <input id="ipt_dutdeptcd" ref="/root/send/retrparams/dutunitcd" class="input_search" navindex="2" maxlength="10" style="left:102px; top:30px; width:76px; height:19px; text-align:center; ">
  234. <script type="javascript" ev:event="xforms-value-changed">
  235. <![CDATA[
  236. misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
  237. model.refresh();
  238. ]]>
  239. </script>
  240. <script type="javascript" ev:event="onkeypress">
  241. <![CDATA[
  242. if(event.keyCode == 13)
  243. {
  244. ipt_dutdeptcd.value = ipt_dutdeptcd.currentText;
  245. misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
  246. model.refresh();
  247. }
  248. ]]>
  249. </script>
  250. </input>
  251. <input id="ipt_appfromdd" ref="/root/send/retrparams/dutymfr" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:460px; top:6px; width:95px; height:19px; ">
  252. <script type="javascript" ev:event="xforms-value-changed">
  253. <![CDATA[
  254. var instcd = cmb_instcd.value;
  255. if( getStringLength(ipt_appfromdd.value) == "6" ) {
  256. model.removeNodeset(cmb_instcd.attribute("ref"));
  257. model.makeNode("/root/send/retrparams/instcd");
  258. misfComboInstCdListMulti("cmb_instcd",ipt_appfromdd.value+"31","","N");
  259. cmb_instcd.value = instcd;
  260. model.refresh();
  261. }
  262. ]]>
  263. </script>
  264. </input>
  265. <button id="button3" class="icon_search" style="left:535px; top:32px; width:16px; height:16px; ">
  266. <caption/>
  267. <script type="javascript" ev:event="DOMActivate">
  268. <![CDATA[
  269. misfOpenPopUpList("22", ipt_emplno, "", "emplno,emplnm");
  270. model.refresh();
  271. ]]>
  272. </script>
  273. </button>
  274. <input id="ipt_emplnm" ref="/root/send/retrparams/emplnm" class="input_search" disabled="true" navindex="3" style="left:556px; top:30px; width:120px; height:19px; "/>
  275. <caption id="caption5" class="search_name" style="left:370px; top:31px; width:86px; height:17px; ">사원번호 :</caption>
  276. <input id="ipt_emplno" ref="/root/send/retrparams/emplno" class="input_search" navindex="2" maxlength="8" style="left:460px; top:30px; width:70px; height:19px; text-align:center; ">
  277. <script type="javascript" ev:event="xforms-value-changed">
  278. <![CDATA[
  279. if(ipt_emplno.value!="")
  280. {
  281. misfValidationCheck("01-1", "", "emplno,emplnm" );
  282. model.refresh();
  283. }
  284. ]]>
  285. </script>
  286. </input>
  287. <input id="ipt_emplno_s" ref="/root/send/empllist/emplno" class="input_search" navindex="2" visibility="hidden" style="left:1050px; top:30px; width:20px; height:19px; "/>
  288. <input id="ipt_workgbn" ref="/root/send/savelist/workgbn" class="input_search" navindex="2" visibility="hidden" style="left:1070px; top:30px; width:20px; height:19px; "/>
  289. <input id="ipt_popworkgbn" ref="/root/send/retrparams/popworkgbn" class="input_search" navindex="2" visibility="hidden" style="left:1090px; top:30px; width:20px; height:19px; "/>
  290. <select1 id="cmb_instcd" ref="/root/send/retrparams/instcd" class="combo_search" navindex="1" appearance="minimal" style="left:102px; top:6px; width:223px; height:19px; ">
  291. <choices>
  292. <itemset>
  293. <label/>
  294. <value/>
  295. </itemset>
  296. </choices>
  297. </select1>
  298. <caption id="caption8" class="search_name" style="left:14px; top:7px; width:86px; height:17px; ">근무기관 :</caption>
  299. <input id="ipt_apptodd" ref="/root/send/retrparams/dutymto" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:575px; top:6px; width:95px; height:19px; ">
  300. <script type="javascript" ev:event="xforms-value-changed">
  301. <![CDATA[
  302. ]]>
  303. </script>
  304. </input>
  305. <caption id="cation1" style="left:558px; top:10px; width:15px; height:17px; ">~</caption>
  306. </group>
  307. <line id="line7" class="line_1" style="left:0; x1:0px; y1:90px; x2:1195px; y2:90px; "/>
  308. <caption id="caption25" class="tit_2" style="left:5px; top:75px; width:151px; height:13px; ">시간외 근로시간</caption>
  309. <button id="btn_excelsave" class="btn2_letter4" style="left:1131px; top:69px; width:64px; height:19px; ">
  310. <caption>엑셀저장</caption>
  311. <script type="javascript" ev:event="DOMActivate">
  312. <![CDATA[
  313. var sMsg = "";
  314. if(model.getValue("/root/send/retrparams/dutymfr") == model.getValue("/root/send/retrparams/dutymto"))
  315. {
  316. sMsg = model.getValue("/root/send/retrparams/dutymfr").substr(0, 4) + "년 " + model.getValue("/root/send/retrparams/dutymfr").substr(4, 2) + "월 ";
  317. }
  318. else
  319. {
  320. sMsg = model.getValue("/root/send/retrparams/dutymfr").substr(0, 4) + "년 " + model.getValue("/root/send/retrparams/dutymfr").substr(4, 2) + "월 ~ " +
  321. model.getValue("/root/send/retrparams/dutymto").substr(0, 4) + "년 " + model.getValue("/root/send/retrparams/dutymto").substr(4, 2) + "월 ";
  322. }
  323. misfSaveExcel(grd_cutlawdutovttmadjt, sMsg + "퇴직자법정근로시간외수정");
  324. ]]>
  325. </script>
  326. </button>
  327. <datagrid id="grd_cutlawdutovttmadjt" nodeset="/root/main/cutlawdutovttmadjt" caption="사원번호^성 명^근무지부서^수술실당직일수^수술실당직일수^수술실당직일수^수술실당직일수^수술실당직일수^특근연장근로시간^특근연장근로시간^특근연장근로시간^연장(전월착오분)^연장(전월착오분)^연장(전월착오분)^명절 근무^개원기념^연장&#xA;근무시간^야간&#xA;근무^인계&#xA;150^조출&#xA;150^간호부당직^행정당직일수^행정당직일수^시간제근무^시간제근무^시간제근무^급여&#xA;생성&#xA;여부^급여&#xA;반영&#xA;여부^비고|사원번호^성 명^근무지부서^근무^심야^연장^당직횟수^대기^150^100^50+^150^100^50+^ 50+^100^연장&#xA;근무시간^야간&#xA;근무^인계&#xA;150^조출&#xA;150^간호부당직^주간^야간^시간^평균시간^잔여휴가^급여&#xA;생성&#xA;여부^급여&#xA;반영&#xA;여부^비고" colsep="^" colwidth="96, 68, 100, 0, 60, 60, 60, 0, 60, 0, 60, 60, 0, 60, 60, 60, 60, 50, 50, 50, 48, 50, 49, 50, 55, 0, 40, 40, 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0" frozencols="3" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="100" rowsep="|" tooltip="true" style="left:0px; top:95px; width:1195px; height:649px; text-align:center; ">
  328. <col disabled="true" ref="emplno" style="text-align:center; "/>
  329. <col ref="emplnm"/>
  330. <col ref="dutplcedeptnm"/>
  331. <col ref="oproomngdttm_v" type="input" format="(-)99:99" maxlength="1" style="text-align:right; padding-right:2; "/>
  332. <col ref="oproomfringdttm_v" style="text-align:right; padding-right:2; "/>
  333. <col ref="oproomsatngdttm_v" style="text-align:right; padding-right:2; "/>
  334. <col ref="oproomholingdttm_v" format="#,###" style="text-align:right; padding-right:2; "/>
  335. <col ref="oproomwaitngdttm_v" type="input" visibility="hidden" format="#,###" maxlength="1" style="text-align:center; "/>
  336. <col ref="ovtmworkextnbiztm150_v" format="(-)#,###.#" style="text-align:right; padding-right:2; "/>
  337. <col ref="ovtmworkextnbiztm100_v" type="input" format="(-)99:99" style="text-align:center; "/>
  338. <col ref="ovtmworkextnbiztm50_v" format="(-)#,###.#" style="text-align:right; padding-right:2; "/>
  339. <col ref="extnnigtbfmmstktm150" type="input" style="text-align:right; padding-right:2; "/>
  340. <col ref="extnnigtbfmmstktm100_v" type="input" format="(-)99:99" style="text-align:center; "/>
  341. <col ref="extnnigtbfmmstktm50" type="input" style="text-align:right; padding-right:2; "/>
  342. <col ref="opnofhospmemotm150_v" format="#,###" style="text-align:right; padding-right:2; "/>
  343. <col ref="opnofhospmemotm100_v" format="#,###" style="text-align:right; padding-right:2; "/>
  344. <col ref="holiduttm_v" style="text-align:right; padding-right:2; "/>
  345. <col ref="nigtlabrtm_v" style="text-align:right; padding-right:2; "/>
  346. <col ref="tranalwntm_v" style="text-align:right; padding-right:2; "/>
  347. <col ref="earlyattdnctm150_v" style="text-align:right; padding-right:2; "/>
  348. <col ref="adminngdtdayno" format="#,###" style="text-align:center; "/>
  349. <col ref="overweektm_v" format="#,###" style="text-align:center; "/>
  350. <col ref="adminngdtnigtno" format="#,###" style="text-align:center; "/>
  351. <col ref="tmbizcondworktm" format="#,###" style="text-align:center; "/>
  352. <col ref="tmbizcondworkmnt" format="#,###" style="text-align:center; "/>
  353. <col ref="oproomngdttm" visibility="hidden" format="#,###" style="text-align:center; "/>
  354. <col ref="paydeducretendyn" style="text-align:center; "/>
  355. <col ref="payappyn" style="text-align:center; "/>
  356. <col ref="cmt"/>
  357. <col ref="dutplceinstcd" visibility="hidden"/>
  358. <col ref="oproomngdttm" visibility="hidden"/>
  359. <col ref="oproomfringdttm" visibility="hidden"/>
  360. <col ref="oproomsatngdttm" visibility="hidden"/>
  361. <col ref="oproomholingdttm" visibility="hidden"/>
  362. <col ref="oproomwaitngdttm" visibility="hidden"/>
  363. <col ref="overweektm" visibility="hidden"/>
  364. <col ref="overweekmnt" visibility="hidden"/>
  365. <col ref="ovtmworkextnbiztm150" visibility="hidden"/>
  366. <col ref="ovtmworkextnbizmnt150" visibility="hidden"/>
  367. <col ref="ovtmworkextnbiztm100" visibility="hidden"/>
  368. <col ref="ovtmworkextnbizmnt100" visibility="hidden"/>
  369. <col ref="ovtmworkextnbiztm50" visibility="hidden"/>
  370. <col ref="ovtmworkextnbizmnt50" visibility="hidden"/>
  371. <col ref="extnnigtbfmmstktm150_v" visibility="hidden"/>
  372. <col ref="extnnigtbfmmstkmnt150" visibility="hidden"/>
  373. <col ref="extnnigtbfmmstktm100" visibility="hidden"/>
  374. <col ref="extnnigtbfmmstkmnt100" visibility="hidden"/>
  375. <col ref="extnnigtbfmmstktm50_v" visibility="hidden"/>
  376. <col ref="extnnigtbfmmstkmnt50" visibility="hidden"/>
  377. <col ref="opnofhospmemotm150" visibility="hidden"/>
  378. <col ref="opnofhospmemomnt150" visibility="hidden"/>
  379. <col ref="opnofhospmemotm100" visibility="hidden"/>
  380. <col ref="opnofhospmemomnt100" visibility="hidden"/>
  381. <col ref="holiduttm" visibility="hidden"/>
  382. <col ref="holidutmnt" visibility="hidden"/>
  383. <col ref="tranalwntm" visibility="hidden"/>
  384. <col ref="tranalwnmnt" visibility="hidden"/>
  385. <col ref="earlyattdnctm150" visibility="hidden"/>
  386. <col ref="earlyattdncmnt150" visibility="hidden"/>
  387. <col ref="nigtlabrtm" visibility="hidden"/>
  388. <col ref="nigtlabrmnt" visibility="hidden"/>
  389. <col ref="dutym" visibility="hidden"/>
  390. <col ref="instnm" visibility="hidden"/>
  391. <col ref="instcd" visibility="hidden"/>
  392. <col ref="dutplceinstnm" visibility="hidden"/>
  393. <col ref="deptcd" visibility="hidden"/>
  394. <col ref="deptnm" visibility="hidden"/>
  395. <col ref="dutdeptcd" visibility="hidden"/>
  396. <col ref="dutdeptnm" visibility="hidden"/>
  397. <col ref="dutplcedeptcd" visibility="hidden"/>
  398. <script type="javascript" ev:event="xforms-value-changed">
  399. <![CDATA[
  400. ]]>
  401. </script>
  402. </datagrid>
  403. <datagrid id="grd_userschemngtdeptlist" nodeset="/root/main/userschemngtdeptlist" visibility="hidden" caption="사번^성명^근무부서^근무부서명" colsep="^" colwidth="100, 100, 100, 106" mergecellsfixedrows="bycolrec" rowsep="|" style="left:986px; top:625px; width:100px; height:100px; ">
  404. <col ref="emplno"/>
  405. <col ref="emplnm"/>
  406. <col ref="dutplcedeptcd"/>
  407. <col ref="dutplcedeptn"/>
  408. </datagrid>
  409. <datagrid id="grd_doucheckcnt" nodeset="/root/main/doucheckcnt" visibility="hidden" caption="사번^근무월" colsep="^" colwidth="100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:1085px; top:625px; width:100px; height:100px; ">
  410. <col ref="emplno"/>
  411. <col ref="dutym"/>
  412. </datagrid>
  413. <button id="btn_grddel" class="btn2_letter3" style="left:1076px; top:69px; width:53px; height:19px; ">
  414. <caption>행삭제</caption>
  415. <script type="javascript" ev:event="DOMActivate">
  416. <![CDATA[
  417. misfGridIUD(grd_cutlawdutovttmadjt,"D");
  418. model.refresh();
  419. ]]>
  420. </script>
  421. </button>
  422. <button id="btn_grdadd" class="btn2_letter3" style="left:1022px; top:69px; width:53px; height:19px; ">
  423. <caption>행추가</caption>
  424. <script type="javascript" ev:event="DOMActivate">
  425. <![CDATA[
  426. var dutym=ipt_appfromdd.value.substring(0,6);
  427. if(dutym=="")
  428. {
  429. messageBox("정산년월은","I003");
  430. return;
  431. }
  432. misfGridIUD(grd_cutlawdutovttmadjt, "A");
  433. var cur_row = grd_cutlawdutovttmadjt.row;
  434. grd_cutlawdutovttmadjt.valueMatrix(cur_row, grd_cutlawdutovttmadjt.colRef("paydeducretendyn")) = "N";
  435. grd_cutlawdutovttmadjt.valueMatrix(cur_row, grd_cutlawdutovttmadjt.colRef("payappyn")) = "N";
  436. grd_cutlawdutovttmadjt.valueMatrix(cur_row, grd_cutlawdutovttmadjt.colRef("dutym")) = dutym;
  437. grd_cutlawdutovttmadjt.colDisabled (1) = false;
  438. grd_cutlawdutovttmadjt.colDisabled (3) = false;
  439. ]]>
  440. </script>
  441. </button>
  442. </group>
  443. <group id="group4" scroll="auto" style="left:0px; top:12px; width:1195px; height:27; ">
  444. <line id="line75" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  445. <button id="btn_creatdone" class="btn4_letter6" style="left:925px; top:3px; width:104px; height:22px; ">
  446. <caption>급여생성완료</caption>
  447. <script type="javascript" ev:event="DOMActivate">
  448. <![CDATA[
  449. model.setValue("/root/send/retrparams/payyn", "Y");
  450. misfSave("TXRPD05402");
  451. btn_search.dispatch("DOMActivate");
  452. model.refresh();
  453. ]]>
  454. </script>
  455. </button>
  456. <button id="btn_donecancel" class="btn4_letter6" style="left:1032px; top:3px; width:104px; height:22px; ">
  457. <caption>급여생성취소</caption>
  458. <script type="javascript" ev:event="DOMActivate">
  459. <![CDATA[
  460. model.setValue("/root/send/retrparams/payyn", "N");
  461. misfSave("TXRPD05402");
  462. btn_search.dispatch("DOMActivate");
  463. model.refresh();
  464. ]]>
  465. </script>
  466. </button>
  467. <button id="btn_save" class="btn4_letter2" style="left:1139px; top:3px; width:56px; height:22px; ">
  468. <caption>저장</caption>
  469. <script type="javascript" ev:event="DOMActivate">
  470. <![CDATA[
  471. var updtdata = getGridUpdateData(grd_cutlawdutovttmadjt);
  472. if (updtdata == "" )
  473. {
  474. messageBox("변경된 데이터가","I004");
  475. return;
  476. }
  477. if(!fsaveCheckValue()) return;
  478. if(!fsaveCheckNull()) return;
  479. misfSave("TXRPD05401");
  480. grd_cutlawdutovttmadjt.colDisabled (1) = true;
  481. grd_cutlawdutovttmadjt.colDisabled (3) = true;
  482. ]]>
  483. </script>
  484. </button>
  485. </group>
  486. </xhtml:body>
  487. </xhtml:html>