123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:my="http://www.comsquare.co.kr/example" xmlns:ms="urn:schemas-microsoft-com:xslt" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
- <xhtml:head>
- <xhtml:title>감면 내역 조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <init>
- <errlist>
- <errinfo>
- <cd>N</cd>
- <nm>인사 정보 없음</nm>
- </errinfo>
- <errinfo>
- <cd>R</cd>
- <nm>재직 기간 이외 감면</nm>
- </errinfo>
- <errinfo>
- <cd>A100</cd>
- <nm>A100 - 기타</nm>
- </errinfo>
- <errinfo>
- <cd>A200</cd>
- <nm>A200 - 본인, 배우자, 기타</nm>
- </errinfo>
- <errinfo>
- <cd>D</cd>
- <nm>가족 관계 중복</nm>
- </errinfo>
- <errinfo>
- <cd>B</cd>
- <nm>A200 - 아기, 애기</nm>
- </errinfo>
- <errinfo>
- <cd>E</cd>
- <nm>관계 항목 누락</nm>
- </errinfo>
- </errlist>
- </init>
- <main>
- <fmlylist>
- <fmlyinfo>
- <emplno/>
- <emplnm/>
- <empkindcd/>
- <empkindnm/>
- <entcodd/>
- <entcodd_mis/>
- <retiredd/>
- <retiredd_mis/>
- <disccd/>
- <discnm/>
- <pid/>
- <name/>
- <famyrelcd/>
- <famyrelnm/>
- <fromdd/>
- <todd/>
- <fstrgstrnm/>
- <fstrgstdt/>
- <lastupdtrnm/>
- <lastupdtdt/>
- </fmlyinfo>
- </fmlylist>
- </main>
- <send>
- <fromdd/>
- <todd/>
- <errflag/>
- </send>
- </root>
- </instance>
- <submission id="TRPMC02308" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/fmlylist/fmlyinfo"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- //grd_fmly.colHidden(grd_fmly.colRef("entcodd")) = true;
- grd_fmly.colHidden(grd_fmly.colRef("entcodd_mis")) = true;
- //grd_fmly.colHidden(grd_fmly.colRef("retiredd")) = true;
- grd_fmly.colHidden(grd_fmly.colRef("retiredd_mis")) = true;
-
- model.setValue("/root/send/fromdd", getCurrentDate());
- model.setValue("/root/send/todd", getCurrentDate());
- ipt_fromdd.refresh();
- ipt_todd.refresh();
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:165px; height:14px; font-family:돋움; vertical-align:middle; ">감면 내역 조회</caption>
- <caption id="caption7" class="tit_2" style="left:0px; top:70px; width:79px; height:13px; font-weight:bold; ">조회 결과</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:85px; x2:1195px; y2:85px; "/>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1195px; height:41px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption35" class="search_name" style="left:5px; top:32px; width:122px; height:17px; ">할인 적용 기간 :</caption>
- <button id="btn_search" class="btn1_letter2" navindex="6" style="left:1128px; top:30px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (model.getValue("/root/send/errflag") == "") {
- messageBox("검증항목이 선택되지 않았습니다.", "E999");
- return;
- }
-
- /*
- if (model.getValue("/root/send/errflag") == "R") {
- grd_fmly.colHidden(grd_fmly.colRef("entcodd")) = false;
- grd_fmly.colHidden(grd_fmly.colRef("entcodd_mis")) = false;
- grd_fmly.colHidden(grd_fmly.colRef("retiredd")) = false;
- grd_fmly.colHidden(grd_fmly.colRef("retiredd_mis")) = false;
- } else {
- grd_fmly.colHidden(grd_fmly.colRef("entcodd")) = true;
- grd_fmly.colHidden(grd_fmly.colRef("entcodd_mis")) = true;
- grd_fmly.colHidden(grd_fmly.colRef("retiredd")) = true;
- grd_fmly.colHidden(grd_fmly.colRef("retiredd_mis")) = true;
- }
- */
-
- submit("TRPMC02308");
- ]]>
- </script>
- </button>
- <line id="line13" style="x1:1115px; y1:30px; x2:1115px; y2:55px; border-color:#FFD799; border-left-style:solid; "/>
- <button id="btn_excel" class="btn2_letter4" style="left:1131px; top:65px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var filename = window.fileDialog("save", ",", false, "감면 오류 내역 - " + cmb_errflag.label, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_fmly.saveExcel(filename, "sheetname:" + cmb_errflag.label + ";colhiddenextend:true;rowhiddenextend:false;");
- messageBox("엑셀 저장이 완료되었습니다.", "I999");
- ]]>
- </script>
- </button>
- <datagrid id="grd_fmly" nodeset="/root/main/fmlylist/fmlyinfo" caption="사번/주민등록번호^할인주체명^할인주체구분^입사일^입사일_인사^퇴직일^퇴직일_인사^감면코드^감면명^등록번호^환자명^가족관계^할인시작일^할인종료일^최초등록자^최초등록일시^최종수정자^최종수정일시" colsep="^" colwidth="120, 70, 85, 80, 80, 80, 80, 60, 200, 60, 80, 60, 80, 80, 70, 120, 70, 120" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:90px; width:1195px; height:670px; text-align:center; ">
- <col ref="emplno"/>
- <col ref="emplnm"/>
- <col ref="empkindnm"/>
- <col ref="entcodd" format="yyyy-mm-dd"/>
- <col ref="entcodd_mis" format="yyyy-mm-dd"/>
- <col ref="retiredd" format="yyyy-mm-dd"/>
- <col ref="retiredd_mis" format="yyyy-mm-dd"/>
- <col ref="disccd"/>
- <col ref="discnm" style="text-align:center; "/>
- <col ref="pid"/>
- <col ref="name"/>
- <col ref="famyrelnm"/>
- <col ref="fromdd" format="yyyy-mm-dd"/>
- <col ref="todd" format="yyyy-mm-dd"/>
- <col ref="fstrgstrnm"/>
- <col ref="fstrgstdt" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="lastupdtrnm"/>
- <col ref="lastupdtdt" format="yyyy-mm-dd hh:nn:ss"/>
- </datagrid>
- <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_search" inputtype="date" style="left:132px; top:31px; width:90px; height:19px; "/>
- <input id="ipt_todd" ref="/root/send/todd" class="input_search" inputtype="date" style="left:236px; top:31px; width:90px; height:19px; "/>
- <caption id="caption1" style="left:221px; top:31px; width:15px; height:19px; text-align:center; ">~</caption>
- <caption id="caption2" class="search_name" style="left:360px; top:32px; width:90px; height:17px; ">검증항목 :</caption>
- <select1 id="cmb_errflag" ref="/root/send/errflag" class="combo_search" appearance="minimal" style="left:455px; top:31px; width:180px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/errlist/errinfo">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- </xhtml:body>
- </xhtml:html>
|