SMRWD10000_고정공제사항(회비)등록.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  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. <paydedu>
  11. <paydedulist/>
  12. </paydedu>
  13. <monthfixamt>
  14. <monthfixamtlist/>
  15. </monthfixamt>
  16. </main>
  17. <send>
  18. <paydedu>
  19. <paydedudd/>
  20. <instcd/>
  21. <paydeduflag/>
  22. <saldfrayflag/>
  23. <emplno/>
  24. <emplnm/>
  25. <payitemcd/>
  26. <dutunitcd/>
  27. <dutunitnm/>
  28. <endyn/>
  29. </paydedu>
  30. <save>
  31. <paydedulist/>
  32. </save>
  33. <payapp>
  34. <payym/>
  35. <payitemcd/>
  36. <instcd/>
  37. <cancelyn/>
  38. </payapp>
  39. <monthfixamt>
  40. <payinst/>
  41. <emplno/>
  42. <payitemcd/>
  43. </monthfixamt>
  44. </send>
  45. <item>
  46. <label>자선회비</label>
  47. <value>60120</value>
  48. <label>사도직후원회</label>
  49. <value>60500</value>
  50. <label>아빠울로회</label>
  51. <value>60510</value>
  52. <label>생명의집</label>
  53. <value>60520</value>
  54. <label>가톨릭남직원회비</label>
  55. <value>60530</value>
  56. <label>여의사회비</label>
  57. <value>60540</value>
  58. <label>병원발전기금</label>
  59. <value>60550</value>
  60. <label>가톨릭동창회비</label>
  61. <value>60560</value>
  62. </item>
  63. </root>
  64. </instance>
  65. <script type="javascript" ev:event="xforms-ready">
  66. <![CDATA[
  67. misfGridInit(grd_paydedulist);
  68. misfGridInit(grd_monthfixamtlist);
  69. misfMsterDetailSet(grd_paydedulist,null, "TRRWD10001" ,"Y");
  70. misfMsterDetailSet(grd_monthfixamtlist,grd_paydedulist, "TRRWD10002" ,"N");
  71. var curdate = getCurrentDate();
  72. model.setValue(ipt_paydeduym.attribute("ref") , curdate.substr(0,6));
  73. model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
  74. model.setValue(cmb_SalDfrayFlag.attribute("ref") , "1");
  75. model.setValue(cmb_paydeduflag.attribute("ref") , "2");
  76. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
  77. misfComboComCdListMulti("R0099,R0112","cmb_paydeduflag,cmb_SalDfrayFlag");
  78. //grd_paydedulist.fixedcellcheckbox(1, 1) = true;
  79. model.refresh();
  80. ]]>
  81. </script>
  82. <submission id="TRRWD10001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/paydedu" resultref="/root/main/paydedu"/>
  83. <submission id="TXRWD10001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hidden/temp"/>
  84. <submission id="TXRWZ00303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/payapp" resultref="/root/hidden/temp"/>
  85. <submission id="TRRWD10002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/monthfixamt" resultref="/root/main/monthfixamt"/>
  86. </model>
  87. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  88. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  89. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  90. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  91. <script type="javascript" src="../../../mis/paybaseinfomngtweb/js/RWC001.js"/>
  92. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  93. </xhtml:head>
  94. <xhtml:body>
  95. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  96. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">고정공제등록(회비)</caption>
  97. </group>
  98. <group id="group2" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
  99. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  100. <button id="btn_search" class="btn1_letter2" style="left:1128px; top:16px; width:56px; height:22px; ">
  101. <caption>조회</caption>
  102. <script type="javascript" ev:event="DOMActivate">
  103. <![CDATA[
  104. misfMsterDetailRetrieve();
  105. grd_paydedulist.subtotal("clear", 0, 0);
  106. //grd_paydedulist.subtotalposition = "below";
  107. grd_paydedulist.subtotal("count",-1 , grd_paydedulist.colRef("emplnm"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  108. grd_paydedulist.subtotal("sum",-1 , grd_paydedulist.colRef("deduamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  109. //grd_paydedulist.refresh();
  110. if (grd_paydedulist.rows - grd_paydedulist.fixedRows > 0) {
  111. if (grd_paydedulist.valueMatrix(grd_paydedulist.fixedRows, grd_paydedulist.colRef("payendyn")) == "Y") {
  112. btn_cnfm.disabled = true;
  113. btn_cancnfm.disabled = true;
  114. btn_save.disabled = true;
  115. btn_grdaddpaydedulist.disabled = true;
  116. btn_grddelpaydedulist.disabled = true;
  117. btn_allselect.disabled = true;
  118. btn_allunselect.disabled = true;
  119. }
  120. else if (grd_paydedulist.valueMatrix(grd_paydedulist.fixedRows, grd_paydedulist.colRef("payappyn")) == "Y") {
  121. btn_cnfm.disabled = true;
  122. btn_cancnfm.disabled = false;
  123. btn_save.disabled = true;
  124. btn_grdaddpaydedulist.disabled = true;
  125. btn_grddelpaydedulist.disabled = true;
  126. btn_allselect.disabled = true;
  127. btn_allunselect.disabled = true;
  128. }
  129. else {
  130. btn_cnfm.disabled = false;
  131. btn_cancnfm.disabled = true;
  132. btn_save.disabled = false;
  133. btn_grdaddpaydedulist.disabled = false;
  134. btn_grddelpaydedulist.disabled = false;
  135. btn_allselect.disabled = false;
  136. btn_allunselect.disabled = false;
  137. }
  138. }
  139. else {
  140. btn_cnfm.disabled = false;
  141. btn_cancnfm.disabled = true;
  142. btn_save.disabled = false;
  143. btn_grdaddpaydedulist.disabled = false;
  144. btn_grddelpaydedulist.disabled = false;
  145. btn_allselect.disabled = false;
  146. btn_allunselect.disabled = false;
  147. }
  148. ]]>
  149. </script>
  150. </button>
  151. <line id="line13" class="line_4" style="x1:1121px; y1:16px; x2:1121px; y2:38px; "/>
  152. <line id="line1" class="line_1" style="x1:0px; y1:71px; x2:965px; y2:71px; "/>
  153. <caption id="caption1" class="tit_2" style="left:2px; top:56px; width:198px; height:14px; ">개인별 공제사항등록</caption>
  154. <button id="btn_grdaddpaydedulist" class="btn2_letter3" style="left:790px; top:51px; width:53px; height:19px; ">
  155. <caption>행추가</caption>
  156. <script type="javascript" ev:event="DOMActivate">
  157. <![CDATA[
  158. grd_paydedulist.subtotal("clear", 0, 0);
  159. misfGridIUD(grd_paydedulist, "A");
  160. grd_paydedulist.valueMatrix(grd_paydedulist.row, grd_paydedulist.colRef("instnm")) = cmb_instcd.label;
  161. grd_paydedulist.valueMatrix(grd_paydedulist.row, grd_paydedulist.colRef("payinst")) = cmb_instcd.value;
  162. model.refresh();
  163. ]]>
  164. </script>
  165. </button>
  166. <button id="btn_inputexcel" class="btn2_letter4" style="left:902px; top:51px; width:64px; height:19px; ">
  167. <caption>엑셀저장</caption>
  168. <script type="javascript" ev:event="DOMActivate">
  169. <![CDATA[
  170. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  171. if (fileName != "")
  172. {
  173. grd_paydedulist.saveExcel(fileName);
  174. }
  175. ]]>
  176. </script>
  177. </button>
  178. <button id="btn_grddelpaydedulist" class="btn2_letter3" style="left:846px; top:51px; width:53px; height:19px; ">
  179. <caption>행삭제</caption>
  180. <script type="javascript" ev:event="DOMActivate">
  181. <![CDATA[
  182. misfGridIUD(grd_paydedulist, "D");
  183. ]]>
  184. </script>
  185. </button>
  186. <caption id="caption3" class="search_name" style="left:5px; top:19px; width:94px; height:17px; ">적용월:</caption>
  187. <input id="ipt_paydeduym" ref="/root/send/paydedu/paydedudd" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:73px; top:18px; width:74px; height:19px; "/>
  188. <select1 id="cmb_instcd" ref="/root/send/paydedu/instcd" class="combo_s_essential" visibility="hidden" appearance="minimal" style="left:255px; top:45px; width:125px; height:19px; ">
  189. <choices>
  190. <itemset>
  191. <label/>
  192. <value/>
  193. </itemset>
  194. </choices>
  195. </select1>
  196. <caption id="caption2" class="search_name" visibility="hidden" style="left:199px; top:46px; width:61px; height:17px; ">기관:</caption>
  197. <datagrid id="grd_paydedulist" nodeset="/root/main/paydedu/paydedulist" caption="공제^사번^이름^부서^회비종류^공제금액^공제시작월^공제종료월^비고^확정여부^기관코드^부서코드^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^확정일자^급여마감^사번OLD^급여항목OLD^공제시작월OLD|공제^사번^이름^부서^회비종류^공제금액^공제시작월^공제종료월^비고^확정여부^기관코드^부서코드^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^확정일자^급여마감^사번OLD^급여항목OLD^공제시작월OLD" colsep="^" colwidth="36, 86, 75, 111, 110, 91, 80, 80, 217, 37, 56, 53, 56, 50, 53, 57, 29, 32, 28, 32, 27" dataheight="25" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:76px; width:965px; height:660px; ">
  198. <col checkvalue="Y,N" ref="paytransyn" type="checkbox"/>
  199. <col class="input_s_essential" ref="emplno" type="inputbutton"/>
  200. <col class="input_search" ref="emplnm"/>
  201. <col class="input_search" ref="dutunitnm"/>
  202. <col class="input_s_essential" ref="payitemcd" type="combo">
  203. <choices>
  204. <itemset nodeset="/root/item">
  205. <label ref="label"/>
  206. <value ref="value"/>
  207. </itemset>
  208. </choices>
  209. </col>
  210. <col class="input_s_essential" ref="deduamt" type="input" format="#,###" style="text-align:right; vertical-align:middle; "/>
  211. <col class="input_s_essential" ref="dedufrommm" type="inputdate" format="yyyy-mm"/>
  212. <col class="input_s_essential" ref="dedutomm" type="inputdate" format="yyyy-mm"/>
  213. <col class="input_search" ref="cmt" type="input"/>
  214. <col ref="payappyn" style="text-align:center; vertical-align:middle; "/>
  215. <col ref="payinst" visibility="hidden"/>
  216. <col ref="dutunitcd" visibility="hidden"/>
  217. <col ref="fstrgstrid" visibility="hidden"/>
  218. <col ref="fstrgstdt" visibility="hidden"/>
  219. <col ref="lastupdtrid" visibility="hidden"/>
  220. <col ref="lastupdtdt" visibility="hidden"/>
  221. <col ref="payappdd" visibility="hidden"/>
  222. <col ref="payendyn" visibility="hidden"/>
  223. <col ref="oldemplno" visibility="hidden"/>
  224. <col ref="oldpayitemcd" visibility="hidden"/>
  225. <col ref="olddedufrommm" visibility="hidden"/>
  226. <script type="javascript" ev:event="onbuttonclick">
  227. <![CDATA[
  228. if(grd_paydedulist.col == grd_paydedulist.colRef("emplno") ) {
  229. rpbfOpenPopUpList("SPRPB00101", grd_paydedulist, "emplno,emplnm,dutunitcd,dutunitnm", "", "N");
  230. }
  231. model.refresh();
  232. ]]>
  233. </script>
  234. <script type="javascript" ev:event="onrowchanged">
  235. <![CDATA[
  236. misfMsterDetailRetrieve();
  237. ]]>
  238. </script>
  239. </datagrid>
  240. <select1 id="cmb_payitemcd" ref="/root/send/paydedu/payitemcd" class="combo_s_essential" appearance="minimal" style="left:463px; top:18px; width:112px; height:19px; ">
  241. <choices>
  242. <itemset nodeset="/root/item">
  243. <label ref="label"/>
  244. <value ref="value"/>
  245. </itemset>
  246. </choices>
  247. </select1>
  248. <caption id="caption4" class="search_name" style="left:382px; top:19px; width:82px; height:17px; ">회비종류:</caption>
  249. <caption id="caption5" class="search_name" style="left:154px; top:19px; width:86px; height:17px; ">급여종류:</caption>
  250. <select1 id="cmb_SalDfrayFlag" ref="/root/send/paydedu/saldfrayflag" class="combo_s_essential" disabled="true" appearance="minimal" style="left:235px; top:18px; width:84px; height:19px; ">
  251. <choices>
  252. <itemset>
  253. <label/>
  254. <value/>
  255. </itemset>
  256. </choices>
  257. </select1>
  258. <caption id="caption7" class="search_name" style="left:913px; top:19px; width:63px; height:17px; ">사 번:</caption>
  259. <button id="btn_emplno" class="icon_search" style="left:1038px; top:20px; width:16px; height:16px; ">
  260. <caption/>
  261. <script type="javascript" ev:event="DOMActivate">
  262. <![CDATA[
  263. var recv_list = "emplno,emplnm,dutunitcd,dutunitnm" ;
  264. rpbfOpenPopUpList("SPRPB00101", ipt_emplnos, recv_list,"1","N");
  265. model.refresh();
  266. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  267. btn_search.dispatch("DOMActivate");
  268. }
  269. ]]>
  270. </script>
  271. </button>
  272. <input id="ipt_emplnos" ref="/root/send/paydedu/emplno" class="input_essential" style="left:974px; top:18px; width:63px; height:19px; ">
  273. <script type="javascript" ev:event="onkeyup">
  274. <![CDATA[
  275. if (ipt_emplnos.currentText != null && ipt_emplnos.currentText != "" ) {
  276. inputEnterKey("ipt_emplnos", "xforms-value-changed");
  277. inputEnterKey("btn_search", "DOMActivate");
  278. }
  279. ]]>
  280. </script>
  281. <script type="javascript" ev:event="xforms-value-changed">
  282. <![CDATA[
  283. var recv_list = "emplno,emplnm,dutunitcd,dutunitnm" ;
  284. rpbfValidationCheck("EMPLNO", recv_list);
  285. model.refresh();
  286. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  287. btn_search.dispatch("DOMActivate");
  288. }
  289. ]]>
  290. </script>
  291. </input>
  292. <input id="ipt_emplnms" ref="/root/send/paydedu/emplnm" class="input_default" style="left:1055px; top:18px; width:63px; height:19px; ">
  293. <script type="javascript" ev:event="onkeyup">
  294. <![CDATA[
  295. if (ipt_emplnms.currentText != null && ipt_emplnms.currentText != "" ) {
  296. inputEnterKey("ipt_emplnms", "xforms-value-changed");
  297. inputEnterKey("btn_search", "DOMActivate");
  298. }
  299. ]]>
  300. </script>
  301. <script type="javascript" ev:event="xforms-value-changed">
  302. <![CDATA[
  303. var recv_list = "emplno,emplnm,dutunitcd,dutunitnm" ;
  304. rpbfValidationCheck("EMPLNM", recv_list);
  305. model.refresh();
  306. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  307. btn_search.dispatch("DOMActivate");
  308. }
  309. ]]>
  310. </script>
  311. </input>
  312. <button id="btn_deptcd" class="icon_search" style="left:801px; top:20px; width:16px; height:16px; ">
  313. <caption/>
  314. <script type="javascript" ev:event="DOMActivate">
  315. <![CDATA[
  316. var recv_list = "dutunitcd,dutunitnm" ;
  317. rpbfOpenDeptCdHelp(ipt_deptcd,recv_list);
  318. model.refresh();
  319. ]]>
  320. </script>
  321. </button>
  322. <caption id="caption8" class="search_name" style="left:662px; top:19px; width:63px; height:17px; ">부 서:</caption>
  323. <input id="ipt_deptcd" ref="/root/send/paydedu/dutunitcd" class="input_essential" style="left:723px; top:18px; width:76px; height:19px; ">
  324. <script type="javascript" ev:event="onkeyup">
  325. <![CDATA[
  326. if (ipt_deptcd.currentText != null && ipt_deptcd.currentText != "" ) {
  327. inputEnterKey("ipt_deptcd", "xforms-value-changed");
  328. inputEnterKey("btn_search", "DOMActivate");
  329. }
  330. ]]>
  331. </script>
  332. <script type="javascript" ev:event="xforms-value-changed">
  333. <![CDATA[
  334. if (model.getValue("/root/send/paydedu/dutunitcd") == ""){
  335. model.setValue("/root/send/paydedu/dutunitnm", "");
  336. }
  337. model.refresh();
  338. if (model.getValue(ipt_deptcd.attribute("ref")).length > 0) {
  339. btn_search.dispatch("DOMActivate");
  340. }
  341. ]]>
  342. </script>
  343. </input>
  344. <input id="ipt_deptnm" ref="/root/send/paydedu/dutunitnm" class="input_default" style="left:819px; top:18px; width:89px; height:19px; ">
  345. <script type="javascript" ev:event="onkeyup">
  346. <![CDATA[
  347. if (ipt_deptnm.currentText != null && ipt_deptnm.currentText != "" ) {
  348. inputEnterKey("ipt_deptnm", "xforms-value-changed");
  349. inputEnterKey("btn_search", "DOMActivate");
  350. }
  351. ]]>
  352. </script>
  353. <script type="javascript" ev:event="xforms-value-changed">
  354. <![CDATA[
  355. if (model.getValue("/root/send/paydedu/dutunitnm") == ""){
  356. model.setValue("/root/send/paydedu/dutunitcd", "");
  357. }
  358. model.refresh();
  359. if (model.getValue(ipt_deptnm.attribute("ref")).length > 0) {
  360. btn_search.dispatch("DOMActivate");
  361. }
  362. ]]>
  363. </script>
  364. </input>
  365. <select1 id="cmb_paydeduflag" ref="/root/send/paydedu/paydeduflag" class="combo_s_essential" disabled="true" appearance="minimal" style="left:320px; top:18px; width:55px; height:19px; ">
  366. <choices>
  367. <itemset>
  368. <label/>
  369. <value/>
  370. </itemset>
  371. </choices>
  372. <script type="javascript" ev:event="xforms-value-changed">
  373. <![CDATA[
  374. // btn_search.dispatch("DOMActivate");
  375. ]]>
  376. </script>
  377. </select1>
  378. <datagrid id="grd_monthfixamtlist" nodeset="/root/main/monthfixamt/monthfixamtlist" caption="공제월^공제금액|공제월^공제금액" colsep="^" colwidth="81, 103" dataheight="25" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:968px; top:75px; width:225px; height:660px; ">
  379. <col ref="payym" format="yyyy-mm" style="text-align:center; vertical-align:middle; "/>
  380. <col ref="payitemamt" type="output" format="#,###" style="text-align:right; vertical-align:middle; "/>
  381. </datagrid>
  382. <line id="line2" class="line_1" style="x1:968px; y1:71px; x2:1193px; y2:71px; "/>
  383. <caption id="caption9" class="tit_2" style="left:970px; top:55px; width:198px; height:14px; ">월별공제 내역</caption>
  384. <select id="chk_endyn" ref="/root/send/paydedu/endyn" overflow="visible" appearance="full" style="left:580px; top:20px; width:80px; height:20px; border-style:none; ">
  385. <choices>
  386. <item>
  387. <label>종료된자료</label>
  388. <value>Y</value>
  389. </item>
  390. </choices>
  391. </select>
  392. <button id="btn_allunselect" class="btn2_letter6" style="left:225px; top:49px; width:86px; height:19px; ">
  393. <caption>전체선택취소</caption>
  394. <script type="javascript" ev:event="DOMActivate">
  395. <![CDATA[
  396. for (var i = grd_paydedulist.fixedRows; i < grd_paydedulist.rows; i++) {
  397. grd_paydedulist.valueMatrix(i, grd_paydedulist.colRef("paytransyn")) = "N";
  398. grd_paydedulist.rowStatus(i) = "2";
  399. }
  400. ]]>
  401. </script>
  402. </button>
  403. <button id="btn_allselect" class="btn2_letter4" style="left:158px; top:49px; width:64px; height:19px; ">
  404. <caption>전체선택</caption>
  405. <script type="javascript" ev:event="DOMActivate">
  406. <![CDATA[
  407. for (var i = grd_paydedulist.fixedRows; i < grd_paydedulist.rows; i++) {
  408. grd_paydedulist.valueMatrix(i, grd_paydedulist.colRef("paytransyn")) = "Y";
  409. grd_paydedulist.rowStatus(i) = "2";
  410. }
  411. ]]>
  412. </script>
  413. </button>
  414. </group>
  415. <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
  416. <button id="btn_save" class="btn4_letter2" style="left:1139px; top:3; width:56px; height:22px; ">
  417. <caption>저장</caption>
  418. <script type="javascript" ev:event="DOMActivate">
  419. <![CDATA[
  420. misfSave("TXRWD10001");
  421. grd_paydedulist.subtotal("clear", 0, 0);
  422. //grd_paydedulist.subtotalposition = "below";
  423. grd_paydedulist.subtotal("count",-1 , grd_paydedulist.colRef("emplnm"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  424. grd_paydedulist.subtotal("sum",-1 , grd_paydedulist.colRef("deduamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  425. ]]>
  426. </script>
  427. </button>
  428. <button id="button35" class="btn4_letter3" visibility="hidden" style="left:1069px; top:3; width:68px; height:22px; ">
  429. <caption>초기화</caption>
  430. </button>
  431. <line id="line9" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  432. <button id="btn_cnfm" class="btn4_letter2" style="left:880px; top:2px; width:56px; height:22px; ">
  433. <caption>확정</caption>
  434. <script type="javascript" ev:event="DOMActivate">
  435. <![CDATA[
  436. model.setValue("/root/send/payapp/payym", ipt_paydeduym.value);
  437. model.setValue("/root/send/payapp/payitemcd", cmb_payitemcd.value);
  438. model.setValue("/root/send/payapp/instcd", cmb_instcd.value);
  439. model.setValue("/root/send/payapp/cancelyn", "N");
  440. submit("TXRWZ00303");
  441. btn_search.dispatch("DOMActivate");
  442. ]]>
  443. </script>
  444. </button>
  445. <button id="btn_cancnfm" class="btn4_letter4" disabled="true" visibility="hidden" style="left:940px; top:2px; width:56px; height:22px; ">
  446. <caption>확정취소</caption>
  447. <script type="javascript" ev:event="DOMActivate">
  448. <![CDATA[
  449. model.setValue("/root/send/payapp/payym", ipt_paydeduym.value);
  450. model.setValue("/root/send/payapp/payitemcd", cmb_payitemcd.value);
  451. model.setValue("/root/send/payapp/instcd", cmb_instcd.value);
  452. model.setValue("/root/send/payapp/cancelyn", "Y");
  453. submit("TXRWZ00303");
  454. btn_search.dispatch("DOMActivate");
  455. ]]>
  456. </script>
  457. </button>
  458. </group>
  459. </xhtml:body>
  460. </xhtml:html>