SMRWP00300_월급여마스터조회.xrw 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968
  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. <monthpaymast>
  11. <monthpaymastlist/>
  12. </monthpaymast>
  13. <monthpaymastdata>
  14. <monthpaymastlist>
  15. </monthpaymastlist>
  16. </monthpaymastdata>
  17. </main>
  18. <send>
  19. <monthpaymast>
  20. <payinst/>
  21. <saldfrayflag/>
  22. <payym/>
  23. <emplno/>
  24. <emplnm/>
  25. <entcoflag/>
  26. <entcodd/>
  27. <retiredd/>
  28. </monthpaymast>
  29. </send>
  30. <init/>
  31. <temp>
  32. <curemp>
  33. <emplno/>
  34. <emplnm/>
  35. </curemp>
  36. </temp>
  37. </root>
  38. </instance>
  39. <submission id="TRRWP00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/monthpaymast" resultref="/root/main/monthpaymast"/>
  40. <submission id="TXRWP00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hidden/temp"/>
  41. <script type="javascript" ev:event="xforms-ready">
  42. <![CDATA[
  43. model.setFocus("cmb_instcd");
  44. misfGridInit(grd_monthpaymastlist);
  45. /* Grid의 Mater, Detail관계 설정
  46. misfMsterDetailSet(관계설정할 Grid, Mater가 될 Grid, submit ID, 저장여부) */
  47. misfMsterDetailSet(grd_monthpaymastlist, null, "TRRWP00301" ,"Y");
  48. misfComboInstCdListMulti("cmb_payinst",getCurrentDate(),"","N");
  49. /* Combo Data Setting
  50. misfComboComCdListMulti(공통코드군, Combo) */
  51. misfComboComCdListMulti("R0146,R0066,R0058,R0059,R0060,R0061,R0062,R0063,R0064,R0098,R0090,R0126,R0097,R0112,R0225,R0090","cmb_preststatcd,cmb_holyordflag,cmb_prfshipflag,cmb_grupjoblncd,cmb_joblncd,cmb_jobkindcd,cmb_jobposcd,cmb_jobrespcd,cmb_jobgradcd,cmb_payclscd,cmb_lastgvnoffcordcd,cmb_licnalwnflag,cmb_payclsprfshipflag,cmb_SalDfrayFlag,cmb_amtratedaynoflag,cmb_lastpregvnoffcordcd");
  52. misfComboCopyItemSet(cmb_payinst, "", cmb_prepayinst, "");
  53. misfComboCopyItemSet(cmb_preststatcd, "", cmb_prepreststatcd, "");
  54. misfComboCopyItemSet(cmb_holyordflag, "", cmb_preholyordflag, "");
  55. misfComboCopyItemSet(cmb_prfshipflag, "", cmb_preprfshipflag, "");
  56. misfComboCopyItemSet(cmb_grupjoblncd, "", cmb_pregrupjoblncd, "");
  57. misfComboCopyItemSet(cmb_joblncd, "", cmb_prejoblncd, "");
  58. misfComboCopyItemSet(cmb_jobkindcd, "", cmb_prejobkindcd, "");
  59. misfComboCopyItemSet(cmb_jobposcd, "", cmb_prejobposcd, "");
  60. misfComboCopyItemSet(cmb_jobrespcd, "", cmb_prejobrespcd, "");
  61. misfComboCopyItemSet(cmb_jobgradcd, "", cmb_prejobgradcd, "");
  62. misfComboCopyItemSet(cmb_payclscd, "", cmb_prepayclscd, "");
  63. misfComboCopyItemSet(cmb_lastgvnoffcordcd, "", cmb_prelastgvnoffcordcd, "");
  64. misfComboCopyItemSet(cmb_licnalwnflag, "", cmb_prelicnalwnflag, "");
  65. misfComboCopyItemSet(cmb_payclsprfshipflag, "", cmb_prepayclsprfshipflag, "");
  66. misfComboCopyItemSet(cmb_amtratedaynoflag, "", cmb_preamtratedaynoflag, "");
  67. misfComboCopyItemSet(cmb_amtratedaynoflag, "", cmb_bnuspayflag, "");
  68. misfComboCopyItemSet(cmb_amtratedaynoflag, "", cmb_prebnuspayflag, "");
  69. misfComboCopyItemSet(cmb_amtratedaynoflag, "", cmb_divcalcflag, "");
  70. misfComboCopyItemSet(cmb_amtratedaynoflag, "", cmb_predivcalcflag, "");
  71. misfComboCopyItemSet(cmb_lastpregvnoffcordcd, "", cmb_prelastpregvnoffcordcd, "");
  72. misfComboCopyItemSet(cmb_payinst, "", cmb_instcd, "");
  73. var curdate = getCurrentDate();
  74. model.setValue(ipt_payym.attribute("ref") , curdate.substr(0,6));
  75. model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
  76. model.setValue(cmb_SalDfrayFlag.attribute("ref"), "1");
  77. model.setValue(cmb_flag.attribute("ref"), "%");
  78. misfGetUserAuth();
  79. if (DUTY_PAY_YN == "Y" ) {
  80. cmb_instcd.disabled = false;
  81. }
  82. else {
  83. cmb_instcd.disabled = true;
  84. }
  85. model.refresh();
  86. ]]>
  87. </script>
  88. </model>
  89. <script type="javascript">
  90. <![CDATA[
  91. var PAY_TARGET_NODE = "/root/main/monthpaymastdata";
  92. var PAY_SOURCE_NODE = "/root/main/monthpaymast";
  93. ]]>
  94. </script>
  95. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  96. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  97. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  98. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  99. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  100. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  101. </xhtml:head>
  102. <xhtml:body style="margin-left:8; margin-right:8; ">
  103. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  104. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">월급여마스터조회</caption>
  105. </group>
  106. <group id="group2" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
  107. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  108. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
  109. <caption>조회</caption>
  110. <script type="javascript" ev:event="DOMActivate">
  111. <![CDATA[
  112. var flag = cmb_flag.value;
  113. if (flag == "1") {
  114. model.setValue("/root/send/monthpaymast/entcodd",ipt_payym.value);
  115. model.setValue("/root/send/monthpaymast/retiredd","");
  116. }
  117. else if (flag == "2") {
  118. model.setValue("/root/send/monthpaymast/entcodd","");
  119. model.setValue("/root/send/monthpaymast/retiredd",ipt_payym.value);
  120. }
  121. else {
  122. model.setValue("/root/send/monthpaymast/entcodd","");
  123. model.setValue("/root/send/monthpaymast/retiredd","");
  124. }
  125. misfMsterDetailRetrieve();
  126. for (var i = 2; i < grd_monthpaymastlist.rows; i++) {
  127. if (grd_monthpaymastlist.valueMatrix(i, grd_monthpaymastlist.colRef("changeyn")) == "Y" ) {
  128. grd_monthpaymastlist.cellstyle("background-color", i, 1, i, 6) = "#ffff99";
  129. //grd_monthpaymastlist.colstyle(i, "data", "background-color") = "#ffff99";
  130. //grd_monthpaymastlist.rowstyle(i, "data", "background-color") = "#ffff99";
  131. }
  132. else {
  133. //grd_monthpaymastlist.colstyle(i, "data", "background-color") = "#ffffff";
  134. grd_monthpaymastlist.cellstyle("background-color", i, 1, i, 6) = "#ffffff";
  135. //grd_monthpaymastlist.rowstyle(i, "data", "background-color") = "#ffffff";
  136. }
  137. }
  138. ]]>
  139. </script>
  140. </button>
  141. <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
  142. <datagrid id="grd_monthpaymastlist" nodeset="/root/main/monthpaymast/monthpaymastlist" backcoloralternate="transparent" caption="변경여부^사원번호^성명^주민번호^주민번호^부서^급여기관^급여기관^현상태코드^현상태코드^성직구분^성직구분^교직구분^교직구분^직군^직군^근무지부서코드^근무지부서코드명^근무지부서코드^근무지부서코드명^직종코드^직종코드^직렬코드^직렬코드^직위코드^직위코드^직급코드^직급코드^직책코드^직책코드^호봉코드^호봉코드^최종발령상태^최종발령상태^최종발령일자^최종발령일자^입사일자^입사일자^퇴사일자^퇴사일자^배우자여부^배우자여부^부양자수^부양자수^부녀자여부^부녀자여부^경로자수65~69세^경로자수65~69세^경로자수70세이상^경로자수70세이상^장애인수^장애인수^자녀양육수6세이하^자녀양육수6세이하^결혼여부^결혼여부^가장여부^가장여부^자격면허구분^자격면허구분^승급월^승급월^선임수당^선임수당^계산구분^계산구분^계산구분별기본급^계산구분별기본급^호봉교직구분^호봉교직구분^지급년월^급여지급구분^지급일자|변경여부^사원번호^성명^주민번호^주민번호^부서^급여기관^급여기관^현상태코드^현상태코드^성직구분^성직구분^교직구분^교직구분^직군^직군^근무지부서코드^근무지부서코드명^근무지부서코드^근무지부서코드명^직종코드^직종코드^직렬코드^직렬코드^직위코드^직위코드^직급코드^직급코드^직책코드^직책코드^호봉코드^호봉코드^최종발령상태^최종발령상태^최종발령일자^최종발령일자^입사일자^입사일자^퇴사일자^퇴사일자^배우자여부^배우자여부^부양자수^부양자수^부녀자여부^부녀자여부^경로자수65~69세^경로자수65~69세^경로자수70세이상^경로자수70세이상^장애인수^장애인수^자녀양육수6세이하^자녀양육수6세이하^결혼여부^결혼여부^가장여부^가장여부^자격면허구분^자격면허구분^승급월^승급월^선임수당^선임수당^계산구분^계산구분^계산구분별기본급^계산구분별기본급^호봉교직구분^호봉교직구분^지급년월^급여지급구분^지급일자" colsep="^" colwidth="32, 78, 70, 59, 59, 101, 25, 31, 25, 34, 33, 27, 28, 28, 20, 27, 28, 36, 26, 24, 22, 19, 21, 18, 17, 17, 20, 18, 17, 16, 16, 18, 20, 27, 19, 15, 20, 16, 22, 20, 19, 22, 19, 22, 20, 16, 17, 19, 13, 20, 19, 22, 21, 18, 25, 23, 13, 22, 21, 23, 23, 23, 18, 19, 26, 20, 17, 25, 26, 49, 37, 39, 31" dataheight="25" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:70px; width:440px; height:670px; ">
  143. <col ref="changeyn" style="text-align:center; vertical-align:middle; "/>
  144. <col ref="emplno"/>
  145. <col ref="emplnm"/>
  146. <col ref="rregno1"/>
  147. <col ref="rregno2"/>
  148. <col ref="dutunitnm"/>
  149. <col ref="payinst" visibility="hidden"/>
  150. <col ref="prepayinst" visibility="hidden"/>
  151. <col ref="preststatcd" visibility="hidden"/>
  152. <col ref="prepreststatcd" visibility="hidden"/>
  153. <col ref="holyordflag" visibility="hidden"/>
  154. <col ref="preholyordflag" visibility="hidden"/>
  155. <col ref="prfshipflag" visibility="hidden"/>
  156. <col ref="preprfshipflag" visibility="hidden"/>
  157. <col ref="grupjoblncd" visibility="hidden"/>
  158. <col ref="pregrupjoblncd" visibility="hidden"/>
  159. <col ref="dutplcedeptcd" visibility="hidden"/>
  160. <col ref="dutplcedeptnm" visibility="hidden"/>
  161. <col ref="predutplcedeptcd" visibility="hidden"/>
  162. <col ref="predutplcedeptnm" visibility="hidden"/>
  163. <col ref="jobkindcd" visibility="hidden"/>
  164. <col ref="prejobkindcd" visibility="hidden"/>
  165. <col ref="joblncd" visibility="hidden"/>
  166. <col ref="prejoblncd" visibility="hidden"/>
  167. <col ref="jobposcd" visibility="hidden"/>
  168. <col ref="prejobposcd" visibility="hidden"/>
  169. <col ref="jobgradcd" visibility="hidden"/>
  170. <col ref="prejobgradcd" visibility="hidden"/>
  171. <col ref="jobrespcd" visibility="hidden"/>
  172. <col ref="prejobrespcd" visibility="hidden"/>
  173. <col ref="payclscd" visibility="hidden"/>
  174. <col ref="prepayclscd" visibility="hidden"/>
  175. <col ref="lastgvnoffcordcd" visibility="hidden"/>
  176. <col ref="prelastgvnoffcordcd" visibility="hidden"/>
  177. <col ref="lastgvnoffcorddd" visibility="hidden"/>
  178. <col ref="prelastgvnoffcorddd" visibility="hidden"/>
  179. <col ref="entcodd" visibility="hidden"/>
  180. <col ref="preentcodd" visibility="hidden"/>
  181. <col ref="retiredd" visibility="hidden"/>
  182. <col ref="preretiredd" visibility="hidden"/>
  183. <col ref="ptneryn" visibility="hidden"/>
  184. <col ref="preptneryn" visibility="hidden"/>
  185. <col ref="supppsnno" visibility="hidden"/>
  186. <col ref="presupppsnno" visibility="hidden"/>
  187. <col ref="maryfmlyn" visibility="hidden"/>
  188. <col ref="premaryfmlyn" visibility="hidden"/>
  189. <col ref="rptagrfrom65to69agecnt" visibility="hidden"/>
  190. <col ref="prerptagrfrom65to69agecnt" visibility="hidden"/>
  191. <col ref="rptagr70agemorthncnt" visibility="hidden"/>
  192. <col ref="prerptagr70agemorthncnt" visibility="hidden"/>
  193. <col ref="handicaprcnt" visibility="hidden"/>
  194. <col ref="prehandicaprcnt" visibility="hidden"/>
  195. <col ref="brngupchldrncnt" visibility="hidden"/>
  196. <col ref="prebrngupchldrncnt" visibility="hidden"/>
  197. <col ref="maryyn" visibility="hidden"/>
  198. <col ref="premaryyn" visibility="hidden"/>
  199. <col ref="hdfamyyn" visibility="hidden"/>
  200. <col ref="prehdfamyyn" visibility="hidden"/>
  201. <col ref="licnalwnflag" visibility="hidden"/>
  202. <col ref="prelicnalwnflag" visibility="hidden"/>
  203. <col ref="gradupmm" visibility="hidden"/>
  204. <col ref="pregradupmm" visibility="hidden"/>
  205. <col ref="senirtyalwn" visibility="hidden"/>
  206. <col ref="presenirtyalwn" visibility="hidden"/>
  207. <col ref="calcflag" visibility="hidden"/>
  208. <col ref="precalcflag" visibility="hidden"/>
  209. <col ref="calcflagclsbasepay" visibility="hidden"/>
  210. <col ref="precalcflagclsbasepay" visibility="hidden"/>
  211. <col ref="payclsprfshipflag" visibility="hidden"/>
  212. <col ref="prepayclsprfshipflag" visibility="hidden"/>
  213. <col ref="payym" visibility="hidden"/>
  214. <col ref="saldfrayflag" visibility="hidden"/>
  215. <col ref="paydd" visibility="hidden"/>
  216. <col ref="chldrn20lessthncnt" visibility="hidden"/>
  217. <col ref="amtratedaynoflag" visibility="hidden"/>
  218. <col ref="amtratedayno" visibility="hidden"/>
  219. <col ref="bnuspayflag" visibility="hidden"/>
  220. <col ref="bnuspayrate" visibility="hidden"/>
  221. <col ref="predivcalcflag" visibility="hidden"/>
  222. <col ref="divamtdaynorate" visibility="hidden"/>
  223. <col ref="divdayno" visibility="hidden"/>
  224. <col ref="lastpregvnoffcordcd" visibility="hidden"/>
  225. <col ref="lastpregvnoffcorddd" visibility="hidden"/>
  226. <script type="javascript" ev:event="onrowchanged">
  227. <![CDATA[
  228. model.copyNode(PAY_TARGET_NODE + "/monthpaymastlist" , PAY_SOURCE_NODE + "/monthpaymastlist[" + (grd_monthpaymastlist.row - grd_monthpaymastlist.fixedRows + 1) + "]");
  229. model.refresh();
  230. ]]>
  231. </script>
  232. <script type="javascript" ev:event="onaftersort">
  233. <![CDATA[
  234. grd_monthpaymastlist.gridToInstance();
  235. ]]>
  236. </script>
  237. </datagrid>
  238. <input id="ipt_payym" ref="/root/send/monthpaymast/payym" class="input_default" inputtype="date" format="yyyy-mm" style="left:479px; top:17px; width:94px; height:19px; text-align:center; vertical-align:middle; "/>
  239. <caption id="caption22" class="search_name" style="left:410px; top:18px; width:70px; height:17px; ">지급월:</caption>
  240. <select1 id="cmb_instcd" ref="/root/send/monthpaymast/payinst" class="combo_s_essential" appearance="minimal" style="left:64px; top:17px; width:125px; height:19px; ">
  241. <choices>
  242. <itemset>
  243. <label/>
  244. <value/>
  245. </itemset>
  246. </choices>
  247. </select1>
  248. <caption id="caption1" class="search_name" style="left:195px; top:18px; width:86px; height:17px; ">급여종류:</caption>
  249. <caption id="caption2" class="search_name" style="left:5px; top:18px; width:61px; height:17px; ">기관:</caption>
  250. <select1 id="cmb_SalDfrayFlag" ref="/root/send/monthpaymast/saldfrayflag" class="combo_s_essential" appearance="minimal" style="left:276px; top:17px; width:125px; height:19px; ">
  251. <choices>
  252. <itemset>
  253. <label/>
  254. <value/>
  255. </itemset>
  256. </choices>
  257. <script type="javascript" ev:event="xforms-value-changed">
  258. <![CDATA[
  259. if (DUTY_PAY_YN == "Y" || cmb_SalDfrayFlag.value == "2") {
  260. cmb_instcd.disabled = false;
  261. }
  262. else {
  263. cmb_instcd.disabled = true;
  264. }
  265. ]]>
  266. </script>
  267. </select1>
  268. <caption id="caption3" class="search_name" style="left:588px; top:18px; width:63px; height:17px; ">사번 :</caption>
  269. <button id="btn_emplno" class="icon_search" style="left:741px; top:17px; width:16px; height:16px; ">
  270. <caption/>
  271. <script type="javascript" ev:event="DOMActivate">
  272. <![CDATA[
  273. var recv_list = "emplno,emplnm" ;
  274. rpbfOpenPopUpList("SPRPB00101", ipt_emplnos, recv_list,"","N");
  275. model.refresh();
  276. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  277. btn_search.dispatch("DOMActivate");
  278. }
  279. ]]>
  280. </script>
  281. </button>
  282. <input id="ipt_emplnos" ref="/root/send/monthpaymast/emplno" class="input_default" style="left:649px; top:16px; width:87px; height:19px; ">
  283. <script type="javascript" ev:event="onkeyup">
  284. <![CDATA[
  285. if (ipt_emplnos.currentText != null && ipt_emplnos.currentText != "" ) {
  286. inputEnterKey("ipt_emplnos", "xforms-value-changed");
  287. }
  288. ]]>
  289. </script>
  290. <script type="javascript" ev:event="xforms-value-changed">
  291. <![CDATA[
  292. var recv_list = "emplno,emplnm" ;
  293. rpbfValidationCheck("EMPLNO", recv_list);
  294. model.refresh();
  295. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  296. btn_search.dispatch("DOMActivate");
  297. }
  298. ]]>
  299. </script>
  300. </input>
  301. <input id="ipt_emplnms" ref="/root/send/monthpaymast/emplnm" class="input_default" style="left:760px; top:16px; width:141px; height:19px; ">
  302. <script type="javascript" ev:event="onkeyup">
  303. <![CDATA[
  304. if (ipt_emplnms.currentText != null && ipt_emplnms.currentText != "" ) {
  305. inputEnterKey("ipt_emplnms", "xforms-value-changed");
  306. }
  307. ]]>
  308. </script>
  309. <script type="javascript" ev:event="xforms-value-changed">
  310. <![CDATA[
  311. var recv_list = "emplno,emplnm" ;
  312. rpbfValidationCheck("EMPLNM", recv_list);
  313. model.refresh();
  314. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  315. btn_search.dispatch("DOMActivate");
  316. }
  317. ]]>
  318. </script>
  319. </input>
  320. <caption id="caption4" class="search_name" style="left:914px; top:18px; width:56px; height:17px; ">구분:</caption>
  321. <select1 id="cmb_flag" ref="/root/send/monthpaymast/entcoflag" class="combo_s_essential" appearance="minimal" style="left:970px; top:16px; width:125px; height:19px; ">
  322. <choices>
  323. <item>
  324. <label>신규입사</label>
  325. <value>1</value>
  326. </item>
  327. <item>
  328. <label>퇴사</label>
  329. <value>2</value>
  330. </item>
  331. <item>
  332. <label>전체</label>
  333. <value>%</value>
  334. </item>
  335. </choices>
  336. </select1>
  337. <select1 id="cmb_prepayinst" ref="/root/main/monthpaymastdata/monthpaymastlist/prepayinst" class="combo_essential" disabled="true" appearance="minimal" style="left:567px; top:72px; width:238px; height:19px; ">
  338. <choices>
  339. <itemset>
  340. <label/>
  341. <value/>
  342. </itemset>
  343. </choices>
  344. </select1>
  345. <caption id="caption19" class="cell_1" style="left:445px; top:70px; width:120px; height:23px; ">급여기관</caption>
  346. <line id="line193" class="line_1" style="x1:2px; y1:64px; x2:442px; y2:64px; "/>
  347. <caption id="caption28" class="tit_2" style="left:5px; top:49px; width:144px; height:13px; ">급여 대상자</caption>
  348. <line id="line1" class="line_1" style="x1:446px; y1:64px; x2:810px; y2:65px; "/>
  349. <caption id="caption5" class="tit_2" style="left:449px; top:49px; width:144px; height:14px; ">이전자료</caption>
  350. <line id="line3" class="line_1" style="x1:826px; y1:64px; x2:1190px; y2:65px; "/>
  351. <caption id="caption7" class="tit_2" style="left:829px; top:49px; width:144px; height:13px; ">현재자료</caption>
  352. <caption id="caption45" class="cell_1" style="left:445px; top:95px; width:120px; height:23px; vertical-align:middle; ">근무상태</caption>
  353. <select1 id="cmb_prepreststatcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prepreststatcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:96px; width:238px; height:19px; ">
  354. <choices>
  355. <itemset>
  356. <label/>
  357. <value/>
  358. </itemset>
  359. </choices>
  360. </select1>
  361. <caption id="caption66" class="cell_1" style="left:445px; top:120px; width:120px; height:23px; vertical-align:middle; ">직원구분</caption>
  362. <select1 id="cmb_preholyordflag" ref="/root/main/monthpaymastdata/monthpaymastlist/preholyordflag" class="combo_essential" disabled="true" navindex="19" appearance="minimal" style="left:567px; top:122px; width:238px; height:19px; ">
  363. <choices>
  364. <itemset>
  365. <label/>
  366. <value/>
  367. </itemset>
  368. </choices>
  369. </select1>
  370. <select1 id="cmb_preprfshipflag" ref="/root/main/monthpaymastdata/monthpaymastlist/preprfshipflag" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:146px; width:238px; height:19px; ">
  371. <choices>
  372. <itemset>
  373. <label/>
  374. <value/>
  375. </itemset>
  376. </choices>
  377. </select1>
  378. <caption id="caption15" class="cell_1" style="left:445px; top:145px; width:120px; height:23px; ">급여분류</caption>
  379. <select1 id="cmb_pregrupjoblncd" ref="/root/main/monthpaymastdata/monthpaymastlist/pregrupjoblncd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:171px; width:238px; height:19px; ">
  380. <choices>
  381. <itemset>
  382. <label/>
  383. <value/>
  384. </itemset>
  385. </choices>
  386. </select1>
  387. <caption id="caption9" class="cell_1" style="left:445px; top:170px; width:120px; height:23px; ">직군</caption>
  388. <select1 id="cmb_prejoblncd" ref="/root/main/monthpaymastdata/monthpaymastlist/prejoblncd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:198px; width:238px; height:19px; ">
  389. <choices>
  390. <itemset>
  391. <label/>
  392. <value/>
  393. </itemset>
  394. </choices>
  395. </select1>
  396. <caption id="caption10" class="cell_1" style="left:445px; top:195px; width:120px; height:23px; ">위험코드</caption>
  397. <caption id="caption11" class="cell_1" style="left:445px; top:220px; width:120px; height:23px; ">직종</caption>
  398. <select1 id="cmb_prejobkindcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prejobkindcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:223px; width:238px; height:19px; ">
  399. <choices>
  400. <itemset>
  401. <label/>
  402. <value/>
  403. </itemset>
  404. </choices>
  405. </select1>
  406. <caption id="caption12" class="cell_1" style="left:445px; top:245px; width:120px; height:23px; ">직위</caption>
  407. <select1 id="cmb_prejobposcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prejobposcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:247px; width:238px; height:19px; ">
  408. <choices>
  409. <itemset>
  410. <label/>
  411. <value/>
  412. </itemset>
  413. </choices>
  414. </select1>
  415. <caption id="caption13" class="cell_1" style="left:445px; top:270px; width:120px; height:23px; ">직책</caption>
  416. <select1 id="cmb_prejobrespcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prejobrespcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:273px; width:238px; height:19px; ">
  417. <choices>
  418. <itemset>
  419. <label/>
  420. <value/>
  421. </itemset>
  422. </choices>
  423. </select1>
  424. <caption id="caption14" class="cell_1" style="left:445px; top:295px; width:120px; height:23px; ">직급/호봉</caption>
  425. <select1 id="cmb_prejobgradcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prejobgradcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:298px; width:113px; height:19px; ">
  426. <choices>
  427. <itemset>
  428. <label/>
  429. <value/>
  430. </itemset>
  431. </choices>
  432. </select1>
  433. <select1 id="cmb_prepayclscd" ref="/root/main/monthpaymastdata/monthpaymastlist/prepayclscd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:685px; top:298px; width:120px; height:19px; ">
  434. <choices>
  435. <itemset>
  436. <label/>
  437. <value/>
  438. </itemset>
  439. </choices>
  440. </select1>
  441. <caption id="caption17" class="cell_1" style="left:445px; top:320px; width:120px; height:23px; ">근무지</caption>
  442. <output id="opt_predutplcedeptnm" ref="/root/main/monthpaymastdata/monthpaymastlist/predutplcedeptnm" class="output_fix" style="left:567px; top:322px; width:238px; height:19px; "/>
  443. <caption id="caption18" class="cell_1" style="left:445px; top:345px; width:120px; height:23px; ">최종발령구분</caption>
  444. <select1 id="cmb_prelastgvnoffcordcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prelastgvnoffcordcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:346px; width:238px; height:19px; ">
  445. <choices>
  446. <itemset>
  447. <label/>
  448. <value/>
  449. </itemset>
  450. </choices>
  451. </select1>
  452. <caption id="caption20" class="cell_1" style="left:445px; top:370px; width:120px; height:23px; ">최종발령일</caption>
  453. <input id="ipt_prelastgvnoffcorddd" ref="/root/main/monthpaymastdata/monthpaymastlist/prelastgvnoffcorddd" class="input_default" disabled="true" inputtype="date" style="left:567px; top:372px; width:238px; height:19px; "/>
  454. <input id="ipt_preentcodd" ref="/root/main/monthpaymastdata/monthpaymastlist/preentcodd" class="input_default" disabled="true" inputtype="date" style="left:567px; top:396px; width:113px; height:19px; "/>
  455. <caption id="caption21" class="cell_1" style="left:445px; top:395px; width:120px; height:23px; ">입사일/퇴사일</caption>
  456. <input id="ipt_preretiredd" ref="/root/main/monthpaymastdata/monthpaymastlist/preretiredd" class="input_default" disabled="true" inputtype="date" style="left:685px; top:396px; width:120px; height:19px; "/>
  457. <caption id="caption24" class="cell_1" style="left:445px; top:420px; width:120px; height:23px; vertical-align:middle; ">배우자/부녀자여부</caption>
  458. <select id="chk_preptneryn" ref="/root/main/monthpaymastdata/monthpaymastlist/preptneryn" overflow="visible" appearance="full" style="left:567px; top:422px; width:113px; height:19px; border-style:solid; ">
  459. <choices>
  460. <item>
  461. <label>배우자여부</label>
  462. <value>Y</value>
  463. </item>
  464. </choices>
  465. </select>
  466. <caption id="caption26" class="cell_1" style="left:445px; top:445px; width:120px; height:23px; vertical-align:middle; ">부양자/장애자수</caption>
  467. <input id="ipt_presupppsnno" ref="/root/main/monthpaymastdata/monthpaymastlist/presupppsnno" class="input_default" disabled="true" format="#,###" style="left:567px; top:447px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
  468. <select id="chk_premaryfmlyn" ref="/root/main/monthpaymastdata/monthpaymastlist/premaryfmlyn" overflow="visible" appearance="full" style="left:685px; top:422px; width:120px; height:19px; border-style:solid; ">
  469. <choices>
  470. <item>
  471. <label>부녀자세대주여부</label>
  472. <value>Y</value>
  473. </item>
  474. </choices>
  475. </select>
  476. <input id="ipt_prerptagr70agemorthncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/prerptagr70agemorthncnt" class="input_default" disabled="true" format="#,###" style="left:685px; top:471px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  477. <input id="ipt_prerptagrfrom65to69agecnt" ref="/root/main/monthpaymastdata/monthpaymastlist/prerptagrfrom65to69agecnt" class="input_default" disabled="true" format="#,###" style="left:567px; top:471px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
  478. <caption id="caption27" class="cell_1" style="left:445px; top:470px; width:120px; height:23px; vertical-align:middle; ">경로(65~69)/(70~)</caption>
  479. <input id="ipt_prebrngupchldrncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/prebrngupchldrncnt" class="input_default" disabled="true" format="#,###" style="left:567px; top:496px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
  480. <input id="ipt_prehandicaprcnt" ref="/root/main/monthpaymastdata/monthpaymastlist/prehandicaprcnt" class="input_default" disabled="true" format="#,###" style="left:685px; top:447px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  481. <caption id="caption29" class="cell_1" style="left:445px; top:495px; width:120px; height:23px; vertical-align:middle; ">자녀양육수/승급월</caption>
  482. <caption id="caption311" class="cell_1" style="left:445px; top:520px; width:120px; height:23px; vertical-align:middle; ">가장/결혼여부</caption>
  483. <select1 id="rdo_prehdfamyyn" ref="/root/main/monthpaymastdata/monthpaymastlist/prehdfamyyn" class="radio_search" disabled="true" navindex="14" overflow="visible" appearance="full" cols="4" itemheight="18" itemwidth="50" style="left:567px; top:521px; width:113px; height:19px; text-align:center; border-style:solid; ">
  484. <choices>
  485. <item>
  486. <label>Yes</label>
  487. <value>Y</value>
  488. </item>
  489. <item>
  490. <label>No</label>
  491. <value>N</value>
  492. </item>
  493. </choices>
  494. </select1>
  495. <select1 id="rdo_premaryyn" ref="/root/main/monthpaymastdata/monthpaymastlist/premaryyn" class="radio_search" disabled="true" navindex="13" overflow="visible" appearance="full" cols="2" itemheight="18" itemwidth="50" style="left:685px; top:521px; width:120px; height:19px; text-align:center; border-style:solid; ">
  496. <choices>
  497. <item>
  498. <label>기혼</label>
  499. <value>Y</value>
  500. </item>
  501. <item>
  502. <label>미혼</label>
  503. <value>N</value>
  504. </item>
  505. </choices>
  506. </select1>
  507. <caption id="caption30" class="cell_1" style="left:445px; top:545px; width:120px; height:23px; ">면허/선임구분</caption>
  508. <select1 id="cmb_prelicnalwnflag" ref="/root/main/monthpaymastdata/monthpaymastlist/prelicnalwnflag" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:547px; width:113px; height:19px; ">
  509. <choices>
  510. <itemset>
  511. <label/>
  512. <value/>
  513. </itemset>
  514. </choices>
  515. </select1>
  516. <select1 id="rdo_pregradupmm" ref="/root/main/monthpaymastdata/monthpaymastlist/pregradupmm" class="radio_search" disabled="true" navindex="29" appearance="full" cols="2" itemheight="18" itemwidth="53" style="left:685px; top:496px; width:120px; height:19px; text-align:center; border-style:solid; ">
  517. <choices>
  518. <item>
  519. <label>3월</label>
  520. <value>03</value>
  521. </item>
  522. <item>
  523. <label>9월</label>
  524. <value>09</value>
  525. </item>
  526. </choices>
  527. </select1>
  528. <select id="chk_presenirtyalwn" ref="/root/main/monthpaymastdata/monthpaymastlist/presenirtyalwn" disabled="true" overflow="visible" appearance="full" style="left:685px; top:547px; width:120px; height:19px; border-style:solid; ">
  529. <choices>
  530. <item>
  531. <label>선임여부</label>
  532. <value>Y</value>
  533. </item>
  534. </choices>
  535. </select>
  536. <input id="ipt_precalcflagclsbasepay" ref="/root/main/monthpaymastdata/monthpaymastlist/precalcflagclsbasepay" class="input_default" disabled="true" format="#,###" style="left:685px; top:572px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  537. <select1 id="cmb_precalcflag" ref="/root/main/monthpaymastdata/monthpaymastlist/precalcflag" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:572px; width:113px; height:19px; ">
  538. <choices>
  539. <item>
  540. <label>월정액</label>
  541. <value>1</value>
  542. </item>
  543. <item>
  544. <label>시급</label>
  545. <value>2</value>
  546. </item>
  547. <item>
  548. <label>일급</label>
  549. <value>3</value>
  550. </item>
  551. <item>
  552. <label>정상</label>
  553. <value>4</value>
  554. </item>
  555. </choices>
  556. </select1>
  557. <caption id="caption32" class="cell_1" style="left:445px; top:570px; width:120px; height:23px; vertical-align:middle; ">계산구분/기본급</caption>
  558. <select1 id="cmb_prepayclsprfshipflag" ref="/root/main/monthpaymastdata/monthpaymastlist/prepayclsprfshipflag" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:597px; width:238px; height:19px; ">
  559. <choices>
  560. <itemset>
  561. <label/>
  562. <value/>
  563. </itemset>
  564. </choices>
  565. </select1>
  566. <caption id="caption34" class="cell_1" style="left:445px; top:595px; width:120px; height:23px; vertical-align:middle; ">호봉구분</caption>
  567. <caption id="caption8" class="cell_1" style="left:826px; top:520px; width:120px; height:23px; vertical-align:middle; ">가장/결혼여부</caption>
  568. <select id="chk_maryfmlyn" ref="/root/main/monthpaymastdata/monthpaymastlist/maryfmlyn" disabled="false" overflow="visible" appearance="full" style="left:1065px; top:422px; width:120px; height:19px; border-style:solid; ">
  569. <choices>
  570. <item>
  571. <label>부녀자세대주여부</label>
  572. <value>Y</value>
  573. </item>
  574. </choices>
  575. </select>
  576. <select1 id="rdo_hdfamyyn" ref="/root/main/monthpaymastdata/monthpaymastlist/hdfamyyn" class="radio_search" disabled="false" navindex="14" overflow="visible" appearance="full" cols="4" itemheight="18" itemwidth="50" style="left:947px; top:521px; width:113px; height:19px; text-align:center; border-style:solid; ">
  577. <choices>
  578. <item>
  579. <label>Yes</label>
  580. <value>Y</value>
  581. </item>
  582. <item>
  583. <label>No</label>
  584. <value>N</value>
  585. </item>
  586. </choices>
  587. </select1>
  588. <input id="ipt_rptagr70agemorthncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/rptagr70agemorthncnt" class="input_default" disabled="false" format="#,###" style="left:1065px; top:471px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  589. <select1 id="cmb_prfshipflag" ref="/root/main/monthpaymastdata/monthpaymastlist/prfshipflag" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:146px; width:238px; height:19px; ">
  590. <choices>
  591. <itemset>
  592. <label/>
  593. <value/>
  594. </itemset>
  595. </choices>
  596. </select1>
  597. <select1 id="cmb_payclsprfshipflag" ref="/root/main/monthpaymastdata/monthpaymastlist/payclsprfshipflag" class="combo_default" disabled="false" appearance="minimal" style="left:947px; top:597px; width:238px; height:19px; ">
  598. <choices>
  599. <itemset>
  600. <label/>
  601. <value/>
  602. </itemset>
  603. </choices>
  604. </select1>
  605. <input id="ipt_brngupchldrncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/brngupchldrncnt" class="input_default" disabled="false" format="#,###" style="left:947px; top:496px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
  606. <input id="ipt_lastgvnoffcorddd" ref="/root/main/monthpaymastdata/monthpaymastlist/lastgvnoffcorddd" class="input_default" disabled="false" inputtype="date" style="left:947px; top:372px; width:238px; height:19px; "/>
  607. <input id="ipt_calcflagclsbasepay" ref="/root/main/monthpaymastdata/monthpaymastlist/calcflagclsbasepay" class="input_default" disabled="false" format="#,###" style="left:1065px; top:572px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  608. <select id="chk_senirtyalwn" ref="/root/main/monthpaymastdata/monthpaymastlist/senirtyalwn" disabled="false" overflow="visible" appearance="full" style="left:1065px; top:547px; width:120px; height:19px; border-style:solid; ">
  609. <choices>
  610. <item>
  611. <label>선임여부</label>
  612. <value>Y</value>
  613. </item>
  614. </choices>
  615. </select>
  616. <caption id="caption16" class="cell_1" style="left:826px; top:545px; width:120px; height:23px; ">면허/선임구분</caption>
  617. <input id="ipt_rptagrfrom65to69agecnt" ref="/root/main/monthpaymastdata/monthpaymastlist/rptagrfrom65to69agecnt" class="input_default" disabled="false" format="#,###" style="left:947px; top:471px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
  618. <caption id="caption23" class="cell_1" style="left:826px; top:370px; width:120px; height:23px; ">최종발령일</caption>
  619. <caption id="caption25" class="cell_1" style="left:826px; top:570px; width:120px; height:23px; vertical-align:middle; ">계산구분/기본급</caption>
  620. <select1 id="rdo_gradupmm" ref="/root/main/monthpaymastdata/monthpaymastlist/gradupmm" class="radio_search" disabled="false" navindex="29" appearance="full" cols="2" itemheight="18" itemwidth="53" style="left:1065px; top:496px; width:120px; height:19px; text-align:center; border-style:solid; ">
  621. <choices>
  622. <item>
  623. <label>3월</label>
  624. <value>03</value>
  625. </item>
  626. <item>
  627. <label>9월</label>
  628. <value>09</value>
  629. </item>
  630. </choices>
  631. </select1>
  632. <input id="ipt_handicaprcnt" ref="/root/main/monthpaymastdata/monthpaymastlist/handicaprcnt" class="input_default" disabled="false" format="#,###" style="left:1065px; top:447px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  633. <caption id="caption31" class="cell_1" style="left:826px; top:395px; width:120px; height:23px; ">입사일/퇴사일</caption>
  634. <caption id="caption33" class="cell_1" style="left:826px; top:195px; width:120px; height:23px; ">위험코드</caption>
  635. <caption id="caption35" class="cell_1" style="left:826px; top:220px; width:120px; height:23px; ">직종</caption>
  636. <caption id="caption36" class="cell_1" style="left:826px; top:120px; width:120px; height:23px; vertical-align:middle; ">직원구분</caption>
  637. <caption id="caption37" class="cell_1" style="left:826px; top:595px; width:120px; height:23px; vertical-align:middle; ">호봉구분</caption>
  638. <caption id="caption38" class="cell_1" style="left:826px; top:245px; width:120px; height:23px; ">직위</caption>
  639. <caption id="caption39" class="cell_1" style="left:826px; top:95px; width:120px; height:23px; vertical-align:middle; ">근무상태</caption>
  640. <select1 id="cmb_payinst" ref="/root/main/monthpaymastdata/monthpaymastlist/payinst" class="combo_essential" disabled="false" appearance="minimal" style="left:947px; top:72px; width:238px; height:19px; ">
  641. <choices>
  642. <itemset>
  643. <label/>
  644. <value/>
  645. </itemset>
  646. </choices>
  647. </select1>
  648. <select1 id="cmb_calcflag" ref="/root/main/monthpaymastdata/monthpaymastlist/calcflag" class="combo_default" disabled="false" appearance="minimal" style="left:947px; top:572px; width:113px; height:19px; ">
  649. <choices>
  650. <item>
  651. <label>월정액</label>
  652. <value>1</value>
  653. </item>
  654. <item>
  655. <label>시급</label>
  656. <value>2</value>
  657. </item>
  658. <item>
  659. <label>일급</label>
  660. <value>3</value>
  661. </item>
  662. <item>
  663. <label>정상</label>
  664. <value>4</value>
  665. </item>
  666. </choices>
  667. </select1>
  668. <caption id="caption40" class="cell_1" style="left:826px; top:420px; width:120px; height:23px; vertical-align:middle; ">배우자/부녀자여부</caption>
  669. <output id="opt_dutplcedeptnm" ref="/root/main/monthpaymastdata/monthpaymastlist/dutplcedeptnm" class="output_fix" style="left:1027px; top:322px; width:158px; height:19px; "/>
  670. <caption id="caption41" class="cell_1" style="left:826px; top:270px; width:120px; height:23px; ">직책</caption>
  671. <select1 id="cmb_grupjoblncd" ref="/root/main/monthpaymastdata/monthpaymastlist/grupjoblncd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:171px; width:238px; height:19px; ">
  672. <choices>
  673. <itemset>
  674. <label/>
  675. <value/>
  676. </itemset>
  677. </choices>
  678. </select1>
  679. <caption id="caption42" class="cell_1" style="left:826px; top:295px; width:120px; height:23px; ">직급/호봉</caption>
  680. <select1 id="cmb_joblncd" ref="/root/main/monthpaymastdata/monthpaymastlist/joblncd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:198px; width:238px; height:19px; ">
  681. <choices>
  682. <itemset>
  683. <label/>
  684. <value/>
  685. </itemset>
  686. </choices>
  687. </select1>
  688. <caption id="caption43" class="cell_1" style="left:826px; top:445px; width:120px; height:23px; vertical-align:middle; ">부양자/장애자수</caption>
  689. <input id="ipt_entcodd" ref="/root/main/monthpaymastdata/monthpaymastlist/entcodd" class="input_default" disabled="false" inputtype="date" style="left:947px; top:396px; width:113px; height:19px; "/>
  690. <select1 id="cmb_lastgvnoffcordcd" ref="/root/main/monthpaymastdata/monthpaymastlist/lastgvnoffcordcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:346px; width:238px; height:19px; ">
  691. <choices>
  692. <itemset>
  693. <label/>
  694. <value/>
  695. </itemset>
  696. </choices>
  697. </select1>
  698. <select1 id="cmb_jobkindcd" ref="/root/main/monthpaymastdata/monthpaymastlist/jobkindcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:223px; width:238px; height:19px; ">
  699. <choices>
  700. <itemset>
  701. <label/>
  702. <value/>
  703. </itemset>
  704. </choices>
  705. </select1>
  706. <caption id="caption44" class="cell_1" style="left:826px; top:145px; width:120px; height:23px; ">급여분류</caption>
  707. <select1 id="cmb_licnalwnflag" ref="/root/main/monthpaymastdata/monthpaymastlist/licnalwnflag" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:547px; width:113px; height:19px; ">
  708. <choices>
  709. <itemset>
  710. <label/>
  711. <value/>
  712. </itemset>
  713. </choices>
  714. </select1>
  715. <select1 id="rdo_maryyn" ref="/root/main/monthpaymastdata/monthpaymastlist/maryyn" class="radio_search" disabled="false" navindex="13" overflow="visible" appearance="full" cols="2" itemheight="18" itemwidth="50" style="left:1065px; top:521px; width:120px; height:19px; text-align:center; border-style:solid; ">
  716. <choices>
  717. <item>
  718. <label>기혼</label>
  719. <value>Y</value>
  720. </item>
  721. <item>
  722. <label>미혼</label>
  723. <value>N</value>
  724. </item>
  725. </choices>
  726. </select1>
  727. <caption id="caption46" class="cell_1" style="left:826px; top:470px; width:120px; height:23px; vertical-align:middle; ">경로(65~69)/(70~)</caption>
  728. <input id="ipt_retiredd" ref="/root/main/monthpaymastdata/monthpaymastlist/retiredd" class="input_default" disabled="false" inputtype="date" style="left:1065px; top:396px; width:120px; height:19px; "/>
  729. <select1 id="cmb_jobposcd" ref="/root/main/monthpaymastdata/monthpaymastlist/jobposcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:247px; width:238px; height:19px; ">
  730. <choices>
  731. <itemset>
  732. <label/>
  733. <value/>
  734. </itemset>
  735. </choices>
  736. </select1>
  737. <caption id="caption47" class="cell_1" style="left:826px; top:320px; width:120px; height:23px; ">근무지</caption>
  738. <select1 id="cmb_jobrespcd" ref="/root/main/monthpaymastdata/monthpaymastlist/jobrespcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:273px; width:238px; height:19px; ">
  739. <choices>
  740. <itemset>
  741. <label/>
  742. <value/>
  743. </itemset>
  744. </choices>
  745. </select1>
  746. <select1 id="cmb_holyordflag" ref="/root/main/monthpaymastdata/monthpaymastlist/holyordflag" class="combo_essential" disabled="false" navindex="19" appearance="minimal" style="left:947px; top:122px; width:238px; height:19px; ">
  747. <choices>
  748. <itemset>
  749. <label/>
  750. <value/>
  751. </itemset>
  752. </choices>
  753. </select1>
  754. <caption id="caption48" class="cell_1" style="left:826px; top:495px; width:120px; height:23px; vertical-align:middle; ">자녀양육수/승급월</caption>
  755. <input id="ipt_supppsnno" ref="/root/main/monthpaymastdata/monthpaymastlist/supppsnno" class="input_default" disabled="false" format="#,###" style="left:947px; top:447px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
  756. <caption id="caption49" class="cell_1" style="left:826px; top:345px; width:120px; height:23px; ">최종발령구분</caption>
  757. <select1 id="cmb_jobgradcd" ref="/root/main/monthpaymastdata/monthpaymastlist/jobgradcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:298px; width:113px; height:19px; ">
  758. <choices>
  759. <itemset>
  760. <label/>
  761. <value/>
  762. </itemset>
  763. </choices>
  764. </select1>
  765. <caption id="caption50" class="cell_1" style="left:826px; top:170px; width:120px; height:23px; ">직군</caption>
  766. <select id="chk_ptneryn" ref="/root/main/monthpaymastdata/monthpaymastlist/ptneryn" disabled="false" overflow="visible" appearance="full" style="left:947px; top:422px; width:113px; height:19px; border-style:solid; ">
  767. <choices>
  768. <item>
  769. <label>배우자여부</label>
  770. <value>Y</value>
  771. </item>
  772. </choices>
  773. </select>
  774. <select1 id="cmb_payclscd" ref="/root/main/monthpaymastdata/monthpaymastlist/payclscd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:1065px; top:298px; width:120px; height:19px; ">
  775. <choices>
  776. <itemset>
  777. <label/>
  778. <value/>
  779. </itemset>
  780. </choices>
  781. </select1>
  782. <select1 id="cmb_preststatcd" ref="/root/main/monthpaymastdata/monthpaymastlist/preststatcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:96px; width:238px; height:19px; ">
  783. <choices>
  784. <itemset>
  785. <label/>
  786. <value/>
  787. </itemset>
  788. </choices>
  789. </select1>
  790. <caption id="caption51" class="cell_1" style="left:826px; top:70px; width:120px; height:23px; ">급여기관</caption>
  791. <button id="btn_monthcompare" class="btn2_letter4" style="left:1122px; top:45px; width:64px; height:19px; ">
  792. <caption>전월비교</caption>
  793. <script type="javascript" ev:event="DOMActivate">
  794. <![CDATA[
  795. model.setValue(ipt_curemplno.attribute("ref") , grd_monthpaymastlist.valueMatrix(grd_monthpaymastlist.row , grd_monthpaymastlist.colRef("emplno")));
  796. model.setValue(ipt_curemplnm.attribute("ref") , grd_monthpaymastlist.valueMatrix(grd_monthpaymastlist.row , grd_monthpaymastlist.colRef("emplnm")));
  797. model.refresh();
  798. misfOpenPopUpList("30",ipt_curemplno,"","ipt_curemplno,ipt_curemplnm,cmb_SalDfrayFlag","ipt_curemplno,ipt_curemplnm,cmb_SalDfrayFlag","");
  799. model.refresh();
  800. ]]>
  801. </script>
  802. </button>
  803. <input id="ipt_curemplno" ref="/root/temp/curemp/emplno" class="input_default" visibility="hidden" style="left:540px; top:46px; width:141px; height:19px; "/>
  804. <input id="ipt_curemplnm" ref="/root/temp/curemp/emplnm" class="input_default" visibility="hidden" style="left:685px; top:45px; width:141px; height:19px; "/>
  805. <caption id="caption52" class="cell_1" style="left:445px; top:620px; width:120px; height:23px; vertical-align:middle; ">자녀수</caption>
  806. <input id="ipt_prechldrn20lessthncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/prechldrn20lessthncnt" class="input_default" disabled="true" format="#,###" style="left:567px; top:622px; width:238px; height:19px; text-align:right; vertical-align:middle; "/>
  807. <caption id="caption53" class="cell_1" style="left:826px; top:620px; width:120px; height:23px; vertical-align:middle; ">자녀수</caption>
  808. <input id="ipt_chldrn20lessthncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/chldrn20lessthncnt" class="input_default" disabled="false" format="#,###" style="left:947px; top:622px; width:238px; height:19px; text-align:right; vertical-align:middle; "/>
  809. <caption id="caption54" class="cell_1" style="left:445px; top:645px; width:120px; height:23px; vertical-align:middle; ">금액일할</caption>
  810. <select1 id="cmb_preamtratedaynoflag" ref="/root/main/monthpaymastdata/monthpaymastlist/preamtratedaynoflag" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:647px; width:113px; height:19px; ">
  811. <choices>
  812. <itemset>
  813. <label/>
  814. <value/>
  815. </itemset>
  816. </choices>
  817. </select1>
  818. <caption id="caption55" class="cell_1" style="left:826px; top:645px; width:120px; height:23px; vertical-align:middle; ">금액일할인</caption>
  819. <select1 id="cmb_amtratedaynoflag" ref="/root/main/monthpaymastdata/monthpaymastlist/amtratedaynoflag" class="combo_default" disabled="false" appearance="minimal" style="left:947px; top:647px; width:113px; height:19px; ">
  820. <choices>
  821. <itemset>
  822. <label/>
  823. <value/>
  824. </itemset>
  825. </choices>
  826. </select1>
  827. <input id="ipt_preamtratedayno" ref="/root/main/monthpaymastdata/monthpaymastlist/preamtratedayno" class="input_default" disabled="true" format="#,###" style="left:685px; top:647px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  828. <input id="ipt_amtratedayno" ref="/root/main/monthpaymastdata/monthpaymastlist/amtratedayno" class="input_default" disabled="false" format="#,###" style="left:1065px; top:647px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  829. <caption id="caption56" class="cell_1" style="left:445px; top:670px; width:120px; height:23px; vertical-align:middle; ">상여지급</caption>
  830. <caption id="caption57" class="cell_1" style="left:826px; top:670px; width:120px; height:23px; vertical-align:middle; ">상여지급</caption>
  831. <select1 id="cmb_prebnuspayflag" ref="/root/main/monthpaymastdata/monthpaymastlist/prebnuspayflag" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:672px; width:113px; height:19px; ">
  832. <choices>
  833. <itemset>
  834. <label/>
  835. <value/>
  836. </itemset>
  837. </choices>
  838. </select1>
  839. <select1 id="cmb_bnuspayflag" ref="/root/main/monthpaymastdata/monthpaymastlist/bnuspayflag" class="combo_default" disabled="false" appearance="minimal" style="left:947px; top:672px; width:113px; height:19px; ">
  840. <choices>
  841. <itemset>
  842. <label/>
  843. <value/>
  844. </itemset>
  845. </choices>
  846. </select1>
  847. <input id="ipt_prebnuspayrate" ref="/root/main/monthpaymastdata/monthpaymastlist/prebnuspayrate" class="input_default" disabled="true" format="#,###" style="left:685px; top:672px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  848. <input id="ipt_bnuspayrate" ref="/root/main/monthpaymastdata/monthpaymastlist/bnuspayrate" class="input_default" disabled="false" format="#,###" style="left:1065px; top:672px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  849. <button id="btn_dutdeptcd" class="icon_search" style="left:1011px; top:324px; width:16px; height:16px; ">
  850. <caption/>
  851. <script type="javascript" ev:event="DOMActivate">
  852. <![CDATA[
  853. var recv_list = "dutplcedeptcd,dutplcedeptnm";
  854. rpbfOpenDeptCdHelp(ipt_dutplcedeptcd,recv_list);
  855. model.refresh();
  856. ]]>
  857. </script>
  858. </button>
  859. <input id="ipt_dutplcedeptcd" ref="/root/main/monthpaymastdata/monthpaymastlist/dutplcedeptcd" class="input_default" style="left:947px; top:322px; width:63px; height:19px; ">
  860. <script type="javascript" ev:event="xforms-value-changed">
  861. <![CDATA[
  862. misfValidationCheck("02", "", "dutplcedeptcd,dutplcedeptnm" );
  863. model.refresh();
  864. ]]>
  865. </script>
  866. </input>
  867. <input id="ipt_divamtdaynorate" ref="/root/main/monthpaymastdata/monthpaymastlist/divamtdaynorate" class="input_default" disabled="false" format="#,###" style="left:1079px; top:696px; width:56px; height:19px; text-align:right; vertical-align:middle; "/>
  868. <caption id="caption58" class="cell_1" style="left:444px; top:695px; width:120px; height:23px; vertical-align:middle; ">분할계산</caption>
  869. <caption id="caption59" class="cell_1" style="left:825px; top:695px; width:120px; height:23px; vertical-align:middle; ">분할계산</caption>
  870. <input id="ipt_predivamtdaynorate" ref="/root/main/monthpaymastdata/monthpaymastlist/predivamtdaynorate" class="input_default" disabled="true" format="#,###" style="left:699px; top:696px; width:56px; height:19px; text-align:right; vertical-align:middle; "/>
  871. <select1 id="cmb_divcalcflag" ref="/root/main/monthpaymastdata/monthpaymastlist/divcalcflag" class="combo_default" disabled="false" appearance="minimal" style="left:946px; top:697px; width:113px; height:19px; ">
  872. <choices>
  873. <itemset>
  874. <label/>
  875. <value/>
  876. </itemset>
  877. </choices>
  878. </select1>
  879. <select1 id="cmb_predivcalcflag" ref="/root/main/monthpaymastdata/monthpaymastlist/predivcalcflag" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:697px; width:113px; height:19px; ">
  880. <choices>
  881. <itemset>
  882. <label/>
  883. <value/>
  884. </itemset>
  885. </choices>
  886. </select1>
  887. <caption id="caption60" style="left:685px; top:697px; width:20px; height:20px; ">율</caption>
  888. <caption id="caption61" style="left:755px; top:697px; width:20px; height:20px; ">일</caption>
  889. <input id="ipt_predivdayno" ref="/root/main/monthpaymastdata/monthpaymastlist/predivdayno" class="input_default" disabled="true" format="#,###" style="left:770px; top:696px; width:35px; height:19px; text-align:right; vertical-align:middle; "/>
  890. <caption id="caption62" style="left:1065px; top:697px; width:20px; height:20px; ">율</caption>
  891. <caption id="caption63" style="left:1135px; top:697px; width:20px; height:20px; ">일</caption>
  892. <input id="ipt_divdayno" ref="/root/main/monthpaymastdata/monthpaymastlist/divdayno" class="input_default" format="#,###" style="left:1150px; top:696px; width:35px; height:19px; text-align:right; vertical-align:middle; "/>
  893. <input id="ipt_lastpregvnoffcorddd" ref="/root/main/monthpaymastdata/monthpaymastlist/lastpregvnoffcorddd" class="input_default" disabled="false" format="yyyy-mm-dd" style="left:1065px; top:722px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  894. <caption id="caption64" class="cell_1" style="left:444px; top:720px; width:120px; height:23px; vertical-align:middle; ">최종이전발령</caption>
  895. <caption id="caption65" class="cell_1" style="left:825px; top:720px; width:120px; height:23px; vertical-align:middle; ">최종이전발령</caption>
  896. <input id="ipt_prelastpregvnoffcorddd" ref="/root/main/monthpaymastdata/monthpaymastlist/prelastpregvnoffcorddd" class="input_default" disabled="true" format="yyyy-mm-dd" style="left:685px; top:722px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
  897. <select1 id="cmb_lastpregvnoffcordcd" ref="/root/main/monthpaymastdata/monthpaymastlist/lastpregvnoffcordcd" class="combo_default" disabled="false" appearance="minimal" style="left:947px; top:722px; width:113px; height:19px; ">
  898. <choices>
  899. <itemset>
  900. <label/>
  901. <value/>
  902. </itemset>
  903. </choices>
  904. </select1>
  905. <select1 id="cmb_prelastpregvnoffcordcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prelastpregvnoffcordcd" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:722px; width:113px; height:19px; ">
  906. <choices>
  907. <itemset>
  908. <label/>
  909. <value/>
  910. </itemset>
  911. </choices>
  912. </select1>
  913. </group>
  914. <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
  915. <line id="line2" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  916. <button id="btn_save" class="btn4_letter2" style="left:1070px; top:3px; width:56px; height:22px; ">
  917. <caption>저장</caption>
  918. <script type="javascript" ev:event="DOMActivate">
  919. <![CDATA[
  920. misfGridRowStatusChange(grd_monthpaymastlist,"/root/main/monthpaymast" , "/root/main/monthpaymastdata");
  921. model.refresh();
  922. misfSave("TXRWP00301");
  923. ]]>
  924. </script>
  925. </button>
  926. <button id="btn_clear" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
  927. <caption>초기화</caption>
  928. <script type="javascript" ev:event="DOMActivate">
  929. <![CDATA[
  930. fInitialize();
  931. ]]>
  932. </script>
  933. </button>
  934. </group>
  935. </xhtml:body>
  936. </xhtml:html>