123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>법인카드 관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <cardnolist/>
- </list>
- <detail>
- <cardnoinfo>
- <instcd/>
- <cardcd/>
- <cardno/>
- <cardkind>1</cardkind>
- <issdd/>
- <todd/>
- <valiym/>
- <abndd/>
- <issstat>1</issstat>
- <cardcmpycd/>
- <possdeptcd/>
- <possdeptnm/>
- <posspsn/>
- <posspsnnm/>
- <uselmtamt/>
- <aactno/>
- <depor/>
- <bankcd/>
- <banknm/>
- <cmt/>
- <flag_state/>
- </cardnoinfo>
- </detail>
- <histlist>
- <cardhistlist>
- <cardcd/>
- <movedd/>
- <possdeptcd/>
- <possdeptnm/>
- <posspsn/>
- <posspsnnm/>
- <cmt/>
- </cardhistlist>
- </histlist>
- <maxno>
- <maxno/>
- </maxno>
- </main>
- <send>
- <params>
- <instcd/>
- <deptcd/>
- <depthngnm/>
- <emplno/>
- <emplnm/>
- <cardcd/>
- <issstat/>
- <cardno/>
- <cardkind/>
- <cardcmpycd/>
- </params>
- <detail>
- <cardnoinfo/>
- </detail>
- <temp>
- <emplno/>
- <emplnm/>
- </temp>
- <temp>
- <temp/>
- </temp>
- </send>
- <init/>
- <hidden>
- <stateinfo/>
- </hidden>
- <temp/>
- <target/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- fInit();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
-
- function fInit()
- {
- var instcd = getUserInfo("dutplceinstcd");
- misfComboComCdList("Z0007", cmb_instcd, "Y");
- misfComboComCdList("R0004", cmb_cardcmpycd, "N");
- misfComboComCdList("R0004", cmb_searchcardcmpycd, "Y");
- model.setValue("/root/send/params/instcd", instcd);
-
- if(instcd == '001') cmb_instcd.disabled = false;
-
- model.removenode("/root/main/list/cardnolist");
- fInitCardNo();
- fGetCardNolist();
- btn_search.dispatch("DOMActivate");
- }
-
-
- function fInitCardNo()
- {
- ipt_cardcd.disabled = false;
- ipt_cardno.disabled = false;
- model.setFocus("ipt_cardcd");
- model.makeNode("/root/main/detail/cardnoinfo/flag_state");
- model.setValue("/root/main/detail/cardnoinfo/flag_state", "i");
- }
-
- //저장버튼을 눌렀을 경우
- function fInsCardnoInfo()
- {
- var rtn = "";
-
- if(ipt_cardcd.value == "" || ipt_todd.value == "")
- {
- alert("[카드 코드]와 [종료 일자]는 필수입니다");
- return;
- }
-
- if(rdo_issstat.value == "N" && ipt_abndd.value == "")
- {
- messageBox("폐기되는 카드이므로 폐기일자는", "I003");
- return;
- }
-
- var gridestate = model.getValue("/root/main/detail/cardnoinfo/flag_state");
-
- if(gridestate != "u")
- {
- model.setValue("/root/main/detail/cardnoinfo/flag_state", "i");
- }
-
- model.makeValue("/root/main/detail/cardnoinfo/instcd", cmb_instcd.value);
- model.copyNode("/root/send/cardnoinfo", "/root/main/detail/cardnoinfo");
- rtn = messageBox("법인카드를 ", "Q002");
- if(rtn == "6" )
- {
- submit("TXRAC00701");
- }
- else
- {
- return;
- }
- if(ipt_cardcd.disabled == false)
- {
- ipt_cardcd.disabled = true;
- ipt_cardno.disabled = true;
- }
- if(gridestate == "i")
- {
- submit("TRRAC00701");
- }
- else
- {
- submit("TRRAC00702");
- }
-
-
-
- //window.reload();
- }
- //삭제할 경우
- function fDelCardnoInfo()
- {
- var rtn = "";
- if(!isRequiredControls("ipt_cardcd"))
- {
- return false;
- }
- model.setValue("/root/main/detail/cardnoinfo/flag_state","d");
- model.copyNode("/root/send/cardnoinfo","/root/main/detail/cardnoinfo");
- rtn = messageBox("법인카드를 ", "Q001");
- if(rtn != "6" )
- {
- return false;
- }
- submit("TXRAC00701");
- submit("TRRAC00701");
- model.resetInstanceNode("/root/main/detail/cardnoinfo");
- model.refresh();
- }
- function fGetCardnoInfo(cardcd, cardno)
- {
- if(cardcd == "" && cardno == "") return;
-
-
- model.makeNode("/root/send/params/cardcd");
- model.setValue("/root/send/params/cardcd", cardcd);
- model.makeNode("/root/send/params/cardno");
- model.setValue("/root/send/params/cardno", cardno);
-
- //gride의 row를 선택하면
- submit("TRRAC00702");
-
- if(model.getValue("/root/send/detail/cardnoinfo/cardcd") != "")
- {
- model.copyNode("/root/main/detail/cardnoinfo", "/root/send/detail/cardnoinfo");
- model.makeNode("/root/main/detail/cardnoinfo/flag_state");
- model.setValue("/root/main/detail/cardnoinfo/flag_state", "u");
- model.resetInstanceNode("/root/send/detail/cardnoinfo");
-
- ipt_cardcd.disabled = true ;
- ipt_cardno.disabled = true;
- ipt_todd.disabled = true;
- }
- model.refresh();
- }
- function fGetCardNolist()
- {
- submit("TRRAC00701");
- model.refresh();
- //그리드 선택
-
- if(grd_cardnolist.rows > 1)
- {
- grd_cardnolist.row = 1;
- fGetCardnoInfo(grd_cardnolist.valueMatrix(grd_cardnolist.row, grd_cardnolist.colRef("cardcd")));
- misfSetReadOnlyCol(grd_cardnolist, "issstat", true);
- }
- }
- function fInitCardInfo()
- {
- model.resetInstanceNode("/root/main/detail/cardnoinfo");
- model.makeValue("/root/main/detail/cardnoinfo/instcd", cmb_instcd.value);
-
- fInitCardNo();
- ipt_cardcd.disabled = false;
- ipt_todd.disabled = false;
- //model.setFocus("ipt_cardno");
- submit("TRRAC00703");
-
- if(model.getValue(ipt_maxno.attribute("ref")) == "")
- {
- model.setValue(ipt_maxno.attribute("ref"), "001");
- }
- var maxno = ipt_maxno.value;
- model.setValue("/root/main/detail/cardnoinfo/cardcd", maxno.getLeftPad(3,"0"));
- model.makeNode("/root/main/detail/cardnoinfo/flag_state");
- model.setValue("/root/main/detail/cardnoinfo/flag_state", "i");
- model.setValue("/root/main/detail/cardnoinfo/issstat", "Y");
- model.setValue("/root/main/detail/cardnoinfo/uselmtamt", 0);
- model.setValue("/root/main/detail/cardnoinfo/todd", "99991231");
-
- model.refresh();
- }
-
- //========================================================================================
- //코드 Validation Check
- //========================================================================================
- function fValidationCheck(vgbn, recvlist, pcdgrupid, pNextIndex, pValueControl, pNodeName)
- {
- if(event.keyCode == 13 || event.name == "xforms-value-changed")
- {
- document.controls(event.currentTarget).value = document.controls(event.currentTarget).currentText;
- misfValidationCheck(vgbn, pcdgrupid, recvlist, pValueControl, pNodeName);
- model.refresh();
-
- model.setFocus(pNextIndex);
- }
- }
- ]]>
- </script>
- <submission id="TRRAC00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/params" resultref="/root/main/list"/>
- <submission id="TRRAC00702" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/params" resultref="/root/send/detail"/>
- <submission id="TXRAC00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/detail/cardnoinfo" resultref="/root/temp"/>
- <submission id="TRRAC00703" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/params" resultref="/root/main/maxno"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1193;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">법인카드 관리</caption>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1195; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" bankground-color="#fffbf2" ellipseheight="10" style="left:0px; top:0px; width:1195; height:35px; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="30" style="left:1123px; top:8px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetCardNolist();
-
- ]]>
- </script>
- </button>
- </group>
- <line id="line3" class="line_1" style="x1:0px; y1:115px; x2:560px; y2:115px; "/>
- <datagrid id="grd_cardnolist" nodeset="/root/main/list/cardnolist" caption="카드코드^카드사^카드번호^소유자^발급상태^발급일자^종료일자^비고" colsep="^" colwidth="60, 95, 135, 80, 60, 85, 85, 300" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="16" rowsep="|" style="left:0px; top:120px; width:560px; height:620px; ">
- <col ref="cardcd" style="text-align:center; "/>
- <col disabled="true" ref="cardcmpycd" style="text-align:center; vertical-align:middle; "/>
- <col ref="cardno" format="9999-9999-9999-9999" style="left:138px; top:23px; width:171px; height:23px; text-align:center; "/>
- <col ref="posspsnnm"/>
- <col ref="issstat" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>사용</label>
- <value>1</value>
- </item>
- <item>
- <label>일시정지</label>
- <value>2</value>
- </item>
- <item>
- <label>폐기</label>
- <value>3</value>
- </item>
- </choices>
- </col>
- <col ref="issdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="todd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="cmt"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(grd_cardnolist.isCell(event.target) && grd_cardnolist.row >= grd_cardnolist.fixedRows) {
- fGetCardnoInfo(grd_cardnolist.textmatrix( grd_cardnolist.row, grd_cardnolist.colRef("cardcd")));
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_cardnolist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ]]>
- </script>
- </datagrid>
- <line id="line1" class="line_1" style="x1:565px; y1:115px; x2:1195px; y2:115px; "/>
- <line id="line8" class="line_2" style="x1:565px; y1:292px; x2:1195px; y2:292px; "/>
- <line id="line9" class="line_2" style="x1:565px; y1:342px; x2:1195px; y2:342px; "/>
- <line id="line10" class="line_2" style="x1:565px; y1:367px; x2:1195px; y2:367px; "/>
- <caption id="cap_depor" class="cell_1" style="left:565px; top:394px; width:150px; height:23px; text-align:center; vertical-align:middle; ">사용한도액</caption>
- <caption id="caption11" class="cell_1" style="left:565px; top:194px; width:150px; height:23px; text-align:center; vertical-align:middle; ">발 급 일 자</caption>
- <caption id="cap_cardno" class="cell_1" style="left:565px; top:144px; width:150px; height:23px; text-align:center; vertical-align:middle; ">카 드 번 호</caption>
- <caption id="cap_bankcd2" class="cell_1" style="left:565px; top:344px; width:150px; height:23px; text-align:center; vertical-align:middle; ">소 유 부 서</caption>
- <caption id="cap_areanm" class="cell_1" style="left:565px; top:369px; width:150px; height:23px; text-align:center; vertical-align:middle; ">소 유 자</caption>
- <input id="ipt_cardcd" ref="/root/main/detail/cardnoinfo/cardcd" class="input_s_essential" navindex="3" editable="false" maxlength="3" style="left:717px; top:121px; width:120px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
-
- fGetCardnoInfo(ipt_cardcd.value,"");
-
- ]]>
- </script>
- </input>
- <line id="line4" class="line_2" style="x1:565px; y1:167px; x2:1195px; y2:167px; "/>
- <caption id="cap_cardcd" class="cell_1" style="left:565px; top:119px; width:150px; height:23px; text-align:center; vertical-align:middle; ">카 드 코 드</caption>
- <line id="line7" class="line_2" style="x1:565px; y1:267px; x2:1195px; y2:267px; "/>
- <line id="line15" class="line_2" style="x1:566px; y1:392px; x2:1195px; y2:392px; "/>
- <caption id="caption14" class="cell_1" style="left:565px; top:244px; width:150px; height:23px; text-align:center; vertical-align:middle; ">유 효 년 월</caption>
- <caption id="caption15" class="cell_1" style="left:565px; top:219px; width:150px; height:23px; text-align:center; vertical-align:middle; ">종 료 일 자</caption>
- <input id="ipt_cmt" ref="/root/main/detail/cardnoinfo/cmt" class="input_default" navindex="21" style="left:717px; top:496px; width:450px; height:19px; "/>
- <line id="line14" class="line_2" style="x1:565px; y1:217px; x2:1195px; y2:217px; "/>
- <line id="line19" class="line_3" style="x1:563px; y1:519px; x2:1193px; y2:519px; "/>
- <caption id="caption12" class="cell_1" style="left:565px; top:294px; width:150px; height:23px; text-align:center; vertical-align:middle; ">폐 기 일 자</caption>
- <caption id="cap_acntcd" class="cell_1" style="left:565px; top:319px; width:150px; height:23px; text-align:center; vertical-align:middle; ">카 드 사 명</caption>
- <caption id="caption21" class="tit_2" style="left:5px; top:99px; width:131px; height:13px; ">법인카드 목록</caption>
- <caption id="caption1" class="tit_2" style="left:570px; top:99px; width:131px; height:13px; ">법인카드 정보</caption>
- <button id="btn_excsave" class="btn2_letter4" style="left:496px; top:95px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_cardnolist);
-
- ]]>
- </script>
- </button>
- <caption id="cap_bbookdeptcd" class="cell_1" style="left:565px; top:419px; width:150px; height:23px; text-align:center; vertical-align:middle; ">계 좌 번 호</caption>
- <line id="line12" class="line_2" style="x1:566px; y1:317px; x2:1195px; y2:317px; "/>
- <caption id="caption23" class="cell_1" style="left:565px; top:269px; width:150px; height:23px; text-align:center; vertical-align:middle; ">발 급 상 태</caption>
- <line id="line11" class="line_2" style="x1:563px; y1:192px; x2:1195px; y2:192px; "/>
- <input id="ipt_cardno" ref="/root/main/detail/cardnoinfo/cardno" class="input_default" navindex="4" maxlength="16" format="9999-9999-9999-9999" style="left:717px; top:146px; width:225px; height:19px; text-align:left; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetCardnoInfo("", ipt_cardno.value);
- ]]>
- </script>
- </input>
- <line id="line6" class="line_2" style="x1:565px; y1:242px; x2:1195px; y2:242px; "/>
- <button id="btn_init" class="btn2_letter2" style="left:1143px; top:95px; width:42px; height:19px; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- fInitCardInfo();
-
- ]]>
- </script>
- </button>
- <group id="group2" style="left:0px; top:10px; width:1195px; height:80px; vertical-align:top; ">
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" bankground-color="#fffbf2" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:80px; border-color:#ffd799; "/>
- <button id="btn_serch" class="btn1_letter2" navindex="30" style="left:1123px; top:18px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetCardNolist();
-
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:371px; top:9px; width:91px; height:17px; ">소유부서 :</caption>
- <button id="btn_possdepthelp" class="icon_search" style="left:559px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("02", ipt_deptcd, "", "deptcd,depthngnm");
- model.refresh()
-
- ]]>
- </script>
- </button>
- <input id="ipt_deptcd" ref="/root/send/params/deptcd" class="input_s_essential" navindex="1" maxlength="8" style="left:460px; top:8px; width:95px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
-
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_depthngnm");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfDeptValidCheck("deptcd,depthngnm");
- ]]>
- </script>
- </input>
- <input id="ipt_depthngnm" ref="/root/send/params/depthngnm" class="input_default" navindex="2" style="left:583px; top:8px; width:137px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
-
- if(event.keyCode == 13)
- {
- model.setFocus("btn_search");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfDeptValidCheck("deptcd,depthngnm");
- ]]>
- </script>
- </input>
- <input id="ipt_name" ref="/root/send/params/emplnm" class="input_default" navindex="2" style="left:583px; top:34px; width:137px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("btn_search");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rpbfValidationCheck("EMPLNM", "emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="caption10" class="search_name" style="left:370px; top:35px; width:91px; height:17px; ">소 유 자 :</caption>
- <input id="ipt_emplno" ref="/root/send/params/emplno" class="input_s_essential" navindex="1" maxlength="8" style="left:460px; top:34px; width:95px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("btn_search");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- rpbfValidationCheck("EMPLNO", "emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_emplno" class="icon_search" style="left:559px; top:36px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, "emplno,emplnm", "", "N");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <select1 id="cmb_instcd" ref="/root/send/params/instcd" class="combo_search" disabled="true" navindex="1" appearance="minimal" style="left:105px; top:8px; width:245px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetCardNolist();
-
- ]]>
- </script>
- </select1>
- <caption id="caption13" class="search_name" style="left:16px; top:9px; width:86px; height:17px; ">기관구분 :</caption>
- <line id="line56" class="line_4" style="x1:1107px; y1:8px; x2:1107px; y2:50px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption62" class="search_name" style="left:745px; top:10px; width:91px; height:17px; ">발급상태 :</caption>
- <caption id="caption63" class="search_name" style="left:745px; top:31px; width:91px; height:17px; ">카드번호 :</caption>
- <input id="input1" ref="/root/send/params/cardno" class="input_s_essential" navindex="1" maxlength="8" style="left:834px; top:30px; width:261px; height:19px; text-align:center; "/>
- <select1 id="rdo_issstat" ref="/root/send/params/issstat" navindex="9" overflow="hidden" appearance="full" cellspacing="20" cols="4" style="left:835px; top:10px; width:288px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>사용</label>
- <value>1</value>
- </item>
- <item>
- <label>일시정지</label>
- <value>2</value>
- </item>
- <item>
- <label>폐기</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <select1 id="rdo_cardkind" ref="/root/send/params/cardkind" navindex="5" overflow="hidden" appearance="full" cellspacing="30" cols="3" style="left:105px; top:35px; width:265px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>법인공용</label>
- <value>1</value>
- </item>
- <item>
- <label>법인개별</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption16" class="search_name" style="left:16px; top:35px; width:86px; height:17px; ">공용구분 :</caption>
- <select1 id="cmb_searchcardcmpycd" ref="/root/send/params/cardcmpycd" class="combo_search" disabled="false" navindex="1" appearance="minimal" style="left:105px; top:58px; width:245px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetCardNolist();
-
- ]]>
- </script>
- </select1>
- <caption id="caption17" class="search_name" style="left:16px; top:59px; width:86px; height:17px; ">카 드 사 :</caption>
- </group>
- <input id="ipt_possdeptnm" ref="/root/main/detail/cardnoinfo/possdeptnm" class="input_default" navindex="13" style="left:823px; top:346px; width:180px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
-
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_posspsn");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfDeptValidCheck("possdeptcd,possdeptnm");
- ]]>
- </script>
- </input>
- <button id="button3" class="icon_search" style="left:803px; top:348px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("02", ipt_possdeptcd, "", "possdeptcd,possdeptnm");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <button id="button4" class="icon_search" style="left:803px; top:372px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- // misfOpenPopUpList("12", ipt_posspsn, "", "posspsn,posspsnnm");
- rpbfOpenPopUpList("SPRPB00101", ipt_emplnotemp, "emplno,emplnm", "", "N");
- model.setValue("/root/main/detail/cardnoinfo/posspsn", model.getValue("/root/send/temp/emplno"));
- model.setValue("/root/main/detail/cardnoinfo/posspsnnm", model.getValue("/root/send/temp/emplnm"));
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_possdeptcd" ref="/root/main/detail/cardnoinfo/possdeptcd" class="input_default" navindex="12" maxlength="10" style="left:717px; top:346px; width:80px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
-
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_possdeptnm");
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfDeptValidCheck("possdeptcd,possdeptnm");
- ]]>
- </script>
- </input>
- <input id="ipt_issdd" ref="/root/main/detail/cardnoinfo/issdd" class="input_default" navindex="6" inputtype="date" style="left:717px; top:195px; width:120px; height:19px; text-align:left; "/>
- <select1 id="radio1" ref="/root/main/detail/cardnoinfo/issstat" navindex="9" overflow="hidden" appearance="full" cellspacing="55" cols="3" style="left:717px; top:272px; width:288px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>사용</label>
- <value>1</value>
- </item>
- <item>
- <label>일시정지</label>
- <value>2</value>
- </item>
- <item>
- <label>폐기</label>
- <value>3</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(rdo_issstat.value == "3")
- {
- ipt_abndd.disabled = false;
- }
- else
- {
- ipt_abndd.value = "";
- ipt_abndd.disabled = true;
- }
- ]]>
- </script>
- </select1>
- <input id="ipt_todd" ref="/root/main/detail/cardnoinfo/todd" class="input_s_essential" navindex="7" inputtype="date" style="left:717px; top:221px; width:120px; height:19px; text-align:left; "/>
- <input id="ipt_aactno" ref="/root/main/detail/cardnoinfo/aactno" class="input_default" navindex="17" style="left:717px; top:421px; width:180px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_depor");
- }
- ]]>
- </script>
- </input>
- <input id="ipt_uselmtamt" ref="/root/main/detail/cardnoinfo/uselmtamt" class="input_default" navindex="16" format="(-)#,###" style="left:717px; top:396px; width:120px; height:19px; text-align:right; "/>
- <input id="ipt_posspsn" ref="/root/main/detail/cardnoinfo/posspsn" class="input_default" navindex="14" maxlength="10" style="left:717px; top:370px; width:80px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_areanm");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/temp/emplno", model.getValue("/root/main/detail/cardnoinfo/posspsn"));
- model.setValue("/root/send/temp/emplnm", model.getValue("/root/main/detail/cardnoinfo/posspsnnm"));
-
- ipt_emplnotemp.dispatch("xforms-value-changed");
- // fValidationCheck("01-1", "posspsn,posspsnnm", "", "ipt_uselmtamt");
- ]]>
- </script>
- </input>
- <input id="ipt_posspsnnm" ref="/root/main/detail/cardnoinfo/posspsnnm" class="input_default" navindex="15" style="left:823px; top:370px; width:180px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_areanm");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/temp/emplno", model.getValue("/root/main/detail/cardnoinfo/posspsn"));
- model.setValue("/root/send/temp/emplnm", model.getValue("/root/main/detail/cardnoinfo/posspsnnm"));
-
- ipt_emplnmtemp.dispatch("xforms-value-changed");
- ]]>
- </script>
- </input>
- <line id="line16" class="line_2" style="x1:564px; y1:417px; x2:1193px; y2:417px; "/>
- <caption id="caption3" class="cell_1" style="left:565px; top:494px; width:150px; height:23px; text-align:center; vertical-align:middle; ">비 고</caption>
- <input id="ipt_abndd" ref="/root/main/detail/cardnoinfo/abndd" class="input_default" disabled="true" navindex="10" inputtype="date" style="left:717px; top:296px; width:120px; height:19px; text-align:left; "/>
- <input id="input2" ref="/root/main/detail/cardnoinfo/valiym" class="input_default" navindex="8" inputtype="date" format="yyyy-mm" style="left:717px; top:246px; width:120px; height:19px; text-align:left; "/>
- <select1 id="cmb_cardcmpycd" ref="/root/main/detail/cardnoinfo/cardcmpycd" class="combo_default" navindex="11" appearance="minimal" style="left:717px; top:320px; width:160px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption5" class="cell_1" style="left:565px; top:169px; width:150px; height:23px; text-align:center; vertical-align:middle; ">카 드 구 분</caption>
- <line id="line5" class="line_2" style="x1:565px; y1:142px; x2:1195px; y2:142px; "/>
- <caption id="caption7" class="cell_1" style="left:565px; top:444px; width:150px; height:23px; text-align:center; vertical-align:middle; ">예 금 주</caption>
- <line id="line17" class="line_2" style="x1:564px; y1:442px; x2:1193px; y2:442px; "/>
- <line id="line18" class="line_2" style="x1:564px; y1:467px; x2:1193px; y2:467px; "/>
- <caption id="caption8" class="cell_1" style="left:565px; top:469px; width:150px; height:23px; text-align:center; vertical-align:middle; ">은 행</caption>
- <datagrid id="grd_cardhistlist" nodeset="/root/main/histlist/cardhistlist/movedd" caption="카드코드^이동일자^소유부서^소유부서^소유자^소유자^비고" colsep="^" colwidth="0, 89, 89, 103, 100, 95, 130" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="16" rowsep="|" style="left:565px; top:550px; width:628px; height:191px; ">
- <col ref="cardcd" visibility="hidden" style="text-align:center; "/>
- <col ref="movedd" type="inputdate" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="possdeptcd" type="inputbutton" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="possdeptnm" type="input"/>
- <col ref="posspsn" type="inputbutton"/>
- <col ref="posspsnnm" type="input"/>
- <col ref="cmt" type="input"/>
- </datagrid>
- <caption id="caption9" class="tit_2" style="left:570px; top:528px; width:131px; height:13px; ">법인카드 이동 이력</caption>
- <line id="line20" class="line_1" style="x1:565px; y1:544px; x2:1195px; y2:544px; "/>
- <input id="ipt_banknm" ref="/root/main/detail/cardnoinfo/banknm" class="input_default" navindex="20" style="left:854px; top:471px; width:180px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- ipt_banknm.value = ipt_banknm.currentText;
- misfValidationCheck("03", "R0001", "bankcd,banknm");
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <input id="ipt_bankcd" ref="/root/main/detail/cardnoinfo/bankcd" class="input_default" navindex="19" style="left:717px; top:471px; width:115px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
-
- if(event.keyCode == 13)
- {
- ipt_bankcd.value = ipt_bankcd.currentText.substr(0, 2);
-
- misfValidationCheck("03", "R0001", "bankcd,banknm");
- model.refresh();
- }
-
- ]]>
- </script>
- </input>
- <button id="btn_bankhelp" class="icon_search" style="left:835px; top:472px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfOpenPopUpList("03", ipt_bankcd, "R0001", "bankcd,banknm");
- model.refresh()
-
- ]]>
- </script>
- </button>
- <input id="ipt_depor" ref="/root/main/detail/cardnoinfo/depor" class="input_default" navindex="18" style="left:717px; top:446px; width:180px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_bankcd");
- }
- ]]>
- </script>
- </input>
- <select1 id="radio2" ref="/root/main/detail/cardnoinfo/cardkind" navindex="5" overflow="hidden" appearance="full" cellspacing="30" cols="2" style="left:717px; top:171px; width:193px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>법인공용</label>
- <value>1</value>
- </item>
- <item>
- <label>법인개별</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <button id="but_grddel" class="btn2_letter3" navindex="52" style="left:1137px; top:523px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- </button>
- <button id="but_grdinst" class="btn2_letter3" navindex="51" style="left:1081px; top:523px; width:53px; height:19px; ">
- <caption>행삽입</caption>
- </button>
- <input id="ipt_emplnotemp" ref="/root/send/temp/emplno" class="input_default" navindex="14" visibility="hidden" maxlength="10" style="left:1025px; top:370px; width:30px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_areanm");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- rpbfValidationCheck("EMPLNO", "emplno,emplnm");
- model.setValue("/root/main/detail/cardnoinfo/posspsn", model.getValue("/root/send/temp/emplno"));
- model.setValue("/root/main/detail/cardnoinfo/posspsnnm", model.getValue("/root/send/temp/emplnm"));
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_emplnmtemp" ref="/root/send/temp/emplnm" class="input_default" navindex="14" visibility="hidden" maxlength="10" style="left:1060px; top:370px; width:30px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_areanm");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rpbfValidationCheck("EMPLNM", "emplno,emplnm");
- model.setValue("/root/main/detail/cardnoinfo/posspsn", model.getValue("/root/send/temp/emplno"));
- model.setValue("/root/main/detail/cardnoinfo/posspsnnm", model.getValue("/root/send/temp/emplnm"));
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_maxno" ref="/root/main/maxno/maxno" visibility="hidden" style="left:1070px; top:120px; width:45px; height:19px; "/>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <button id="btn_save" class="btn4_letter2" navindex="22" style="left:1137px; top:2px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- fInsCardnoInfo();
-
- ]]>
- </script>
- </button>
- <button id="btn_delete" class="btn4_letter2" visibility="hidden" style="left:1080px; top:2px; width:56px; height:22px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- fDelCardnoInfo();
-
- ]]>
- </script>
- </button>
- <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="btn_prt" class="btn6_letter2" visibility="visible" style="left:2px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <button id="button2" class="btn4_letter2" navindex="22" style="left:60px; top:3px; width:56px; height:22px; ">
- <caption>복사</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- modal("SMRAC00750");
- btn_serch.dispatch("DOMActivate");
-
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|