123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784 |
- <?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>
- <servlist>
- <instcd/>
- <seqno/>
- <paydd/>
- <payamt/>
- <deptcd/>
- <deptnm/>
- <emplno/>
- <name/>
- <entrregno/>
- <custnm/>
- <recvcustnm/>
- <recventrregno/>
- <recvdeptnm/>
- <recvname/>
- <cmt/>
- <unsldd/>
- <unslno/>
- <unslseqno/>
- <status/>
- <extramembers/>
- </servlist>
- </list>
- </main>
- <send>
- <instcd/>
- <seqno/>
- </send>
- <hidden>
- </hidden>
- <init>
- <insertflag/>
- </init>
- <temp>
- <seqno/>
- </temp>
- <target/>
- </root>
- </instance>
- <submission id="TRRAD00112" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
- <submission id="TXRAD00112" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/list/servlist" resultref="/root/temp"/>
- </model>
- <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" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //========================================================================================
- //초기화
- //========================================================================================
- function fInitialize() {
-
- cmb_insertflag.value = "01";
- cmb_insertflag.refresh();
- cmb_insertflag.dispatch("xforms-value-changed");
-
- var instcd = model.getValue("/root/target/slipinfo/instcd");
- var seqno = model.getValue("/root/target/slipinfo/seqno");
- var entrregno = model.getValue("/root/target/slipinfo/entrregno");
- var deptcd = model.getValue("/root/target/slipinfo/deptcd");
- var emplno = model.getValue("/root/target/slipinfo/emplno");
- var unsldd = model.getValue("/root/target/slipinfo/unsldd");
- var unslno = model.getValue("/root/target/slipinfo/unslno");
- var unslseqno = model.getValue("/root/target/slipinfo/unslseqno");
- var readonly = model.getValue("/root/target/slipinfo/readonly");
- var payamt = model.getValue("/root/target/slipinfo/amt");
- var cmt = model.getValue("/root/target/slipinfo/cmt");
-
-
- if(readonly == 'Y')
- {
- btn_save.disabled = true;
- btn_del.disabled = true;
- }
-
- model.setValue("/root/main/list/servlist/instcd", instcd);
- model.setValue("/root/main/list/servlist/seqno", seqno);
- model.setValue("/root/main/list/servlist/unsldd", unsldd);
- model.setValue("/root/main/list/servlist/unslno", unslno);
- model.setValue("/root/main/list/servlist/unslseqno", unslseqno);
- model.setValue("/root/main/list/servlist/paydd", "");
- model.setValue("/root/main/list/servlist/payamt", "");
- model.setValue("/root/main/list/servlist/deptcd", "");
- model.setValue("/root/main/list/servlist/deptnm", "");
- model.setValue("/root/main/list/servlist/emplno", "");
- model.setValue("/root/main/list/servlist/name", "");
- model.setValue("/root/main/list/servlist/entrregno", "");
- model.setValue("/root/main/list/servlist/custnm", "");
- model.setValue("/root/main/list/servlist/recvcustnm", "");
- model.setValue("/root/main/list/servlist/recventrregno", "");
- model.setValue("/root/main/list/servlist/recvdeptnm", "");
- model.setValue("/root/main/list/servlist/recvname", "");
- model.setValue("/root/main/list/servlist/cmt", "");
- model.setValue("/root/main/list/servlist/extramembers", "");
- model.refresh();
-
- if(instance1.selectNodes("/root/target/slipinfo").length != 0)
- {
- if (seqno != "")
- {
- model.setValue("/root/send/instcd", instcd);
- model.setValue("/root/send/seqno", seqno);
- submit("TRRAD00112");
-
- if (model.getValue("/root/main/list/servlist/instcd") == "")
- {
- fMakeInstance();
- fSetInsertState();
- }
- else
- {
- if(ipt_servregno.value.length == 10)
- {
- cmb_insertflag.value = "01";
- }
- else
- {
- cmb_insertflag.value = "02";
- }
- fPrntflagSet();
-
- model.makeValue("/root/main/list/servlist/status","");
- model.setValue("/root/main/list/servlist/status","u");
- model.refresh();
- }
- }
- else
- {
- fSetInsertState();
- }
- model.refresh();
- }
- model.setFocus("ipt_paydd");
- }
-
-
- //========================================================================================
- //Instance 생성
- //========================================================================================
- function fMakeInstance()
- {
- model.removenode("/root/main/list/servlist");
-
- model.makeValue("/root/main/list/servlist/instcd", model.getValue("/root/target/slipinfo/instcd"));
- model.makeValue("/root/main/list/servlist/seqno", model.getValue("/root/target/slipinfo/seqno"));
- model.makeValue("/root/main/list/servlist/unsldd", model.getValue("/root/target/slipinfo/unsldd"));
- model.makeValue("/root/main/list/servlist/unslno", model.getValue("/root/target/slipinfo/unslno"));
- model.makeValue("/root/main/list/servlist/unslseqno", model.getValue("/root/target/slipinfo/unslseqno"));
- model.makeValue("/root/main/list/servlist/paydd", "");
- model.makeValue("/root/main/list/servlist/payamt", "");
- model.makeValue("/root/main/list/servlist/deptcd", "");
- model.makeValue("/root/main/list/servlist/deptnm", "");
- model.makeValue("/root/main/list/servlist/emplno", "");
- model.makeValue("/root/main/list/servlist/name", "");
- model.makeValue("/root/main/list/servlist/entrregno", "");
- model.makeValue("/root/main/list/servlist/custnm", "");
- model.makeValue("/root/main/list/servlist/recvcustnm", "");
- model.makeValue("/root/main/list/servlist/recventrregno", "");
- model.makeValue("/root/main/list/servlist/recvdeptnm", "");
- model.makeValue("/root/main/list/servlist/recvname", "");
- model.makeValue("/root/main/list/servlist/cmt", "");
- model.makeValue("/root/main/list/servlist/extramembers", "");
- model.makeValue("/root/main/list/servlist/status", "i");
- model.refresh();
-
- }
-
- //========================================================================================
- //저장 상태 Setting
- //========================================================================================
- function fSetInsertState()
- {
- var payamt = model.getValue("/root/target/slipinfo/amt");
- var cmt = model.getValue("/root/target/slipinfo/cmt");
- var deptcd = model.getValue("/root/target/slipinfo/deptcd");
- var emplno = model.getValue("/root/target/slipinfo/emplno");
- var entrregno = model.getValue("/root/target/slipinfo/entrregno");
-
- model.setValue("/root/main/list/servlist/paydd", model.getValue("/root/main/list/servlist/unsldd"));
- ipt_paydd.refresh();
-
- model.setValue("/root/main/list/servlist/payamt", payamt);
- ipt_payamt.refresh();
-
- if(deptcd != "")
- {
- model.setValue("/root/main/list/servlist/deptcd", deptcd);
- ipt_deptcd.refresh();
- ipt_deptcd.dispatch("xforms-value-changed");
- }
-
- if(emplno != "")
- {
- model.setValue("/root/main/list/servlist/emplno", emplno);
- ipt_emplno.refresh();
- ipt_emplno.dispatch("xforms-value-changed")
- }
-
- if(entrregno != "")
- {
- model.setValue("/root/main/list/servlist/entrregno", entrregno);
- ipt_regno.refresh();
- ipt_regno.dispatch("xforms-value-changed")
- }
-
- model.setValue("/root/main/list/servlist/cmt", cmt);
- ipt_cmt.refresh();
-
- model.makeValue("/root/main/list/servlist/status","");
- model.setValue("/root/main/list/servlist/status","i");
- model.refresh();
- }
- //========================================================================================
- //저장 click
- //========================================================================================
- function fSaveClick()
- {
- if(model.getValue("/root/main/list/servlist/status") == "i")
- {
- ret = messageBox("저장하시겠습니까?","Q999");
- if (ret == "6")
- {
- if (submit("TXRAD00112"))
- {
- model.makeValue("/root/main/list/servlist/status","");
- model.setValue("/root/main/list/servlist/status","u");
- model.refresh();
- }
-
- }
- messageBox("저장이 완료되었습니다.","I000");
- }
- else if(model.getValue("/root/main/list/servlist/status") == "u")
- {
- ret = messageBox("수정하시겠습니까?","Q999");
- if (ret == "6")
- {
- if (submit("TXRAD00112"))
- {
- model.makeValue("/root/main/list/servlist/status","");
- model.setValue("/root/main/list/servlist/status","u");
- model.refresh();
- }
-
- }
- messageBox("수정이 완료되었습니다.","I000");
- }
- else
- {
- ret = messageBox("삭제하시겠습니까?","Q999");
- if (ret == "6")
- {
- if (submit("TXRAD00112"))
- {
- model.makeValue("/root/main/list/servlist/status","");
- model.setValue("/root/main/list/servlist/status","i");
- model.refresh();
- }
-
- }
- messageBox("삭제었습니다.","I000");
- }
- var receiveref = model.getValue("/root/target/receiveref");
- if(checkOpener())
- {
- opener.model.setValue(receiveref + "/servseqno", model.getValue("/root/temp/seqno/seqno"));
-
- opener.model.setValue(receiveref + "/amt", model.getValue("/root/main/list/servlist/payamt"));
-
- if(opener.model.getValue(receiveref + "/etcnotefact") == "")
- {
- opener.model.setValue(receiveref + "/etcnotefact", model.getValue("/root/main/list/servlist/cmt"));
- }
- }
- else
- {
- messagebox("상위화면이 변경되어 데이터를 전달할 수 ", "I004");
- }
- model.setValue("/root/main/list/servlist/seqno", model.getValue("/root/temp/seqno/seqno"));
- }
-
- //========================================================================================
- //부서코드
- //========================================================================================
-
- function fOpenPopupDeptHelp(pControl, pInstance)
- {
- misfOpenPopUpList("02", pControl, "", pInstance);
- model.refresh();
- }
-
- //========================================================================================
- //NOT NULL Check
- //========================================================================================
-
- function fNotNullCheck()
- {
- if(model.getValue("/root/main/list/servlist/paydd") == "")
- {
- messageBox("지출일자는" ,"I003");
- model.setFocus("ipt_paydd");
- return false;
- }
-
- if(model.getValue("/root/main/list/servlist/payamt") == "")
- {
- messageBox("지출금액은" ,"I003");
- model.setFocus("ipt_payamt");
- return false;
- }
-
- if(model.getValue("/root/main/list/servlist/deptcd") == "")
- {
- messageBox("부서는" ,"I003");
- model.setFocus("ipt_deptnm");
- return false;
- }
-
- if(model.getValue("/root/main/list/servlist/emplno") == "")
- {
- messageBox("사번은" ,"I003");
- model.setFocus("ipt_emplno");
- return false;
- }
-
- if(model.getValue("/root/main/list/servlist/entrregno") == "")
- {
- messageBox("거래처는" ,"I003");
- model.setFocus("ipt_paydd");
- return false;
- }
-
- if(model.getValue("/root/main/list/servlist/recventrregno") == "")
- {
- messageBox("상대방 거래처는" ,"I003");
- model.setFocus("ipt_paydd");
- return false;
- }
-
- if(model.getValue("/root/main/list/servlist/recvdeptnm") == "")
- {
- messageBox("상대방 부서명은" ,"I003");
- model.setFocus("ipt_paydd");
- return false;
- }
-
- if(model.getValue("/root/main/list/servlist/recvname") == "")
- {
- messageBox("상대방 이름은" ,"I003");
- model.setFocus("ipt_paydd");
- return false;
- }
-
- if(model.getValue("/root/main/list/servlist/cmt") == "")
- {
- messageBox("적요는" ,"I003");
- model.setFocus("ipt_paydd");
- return false;
- }
- return true;
- }
-
- function fPrntflagSet(refreshflag)
- {
- if(cmb_insertflag.value == "01")
- {
- ipt_servregno.visible = true;
- btn_serventregnohelp.visible = true;
- ipt_servregnm.visible = true;
- ipt_rrgstno.visible = false;
- ipt_servname.visible = false;
- caption14.value = "거래처";
- caption4.visible = false;
- caption8.visible = false;
- }
- else if(cmb_insertflag.value == "02")
- {
- ipt_servregno.visible = false;
- btn_serventregnohelp.visible = false;
- ipt_servregnm.visible = false;
- ipt_rrgstno.visible = true;
- ipt_servname.visible = true;
- caption14.value = "개인";
- caption4.visible = true;
- caption8.visible = true;
- }
-
- if(refreshflag == "Y")
- {
- ipt_servregno.value = "";
- ipt_servregnm.value = "";
- ipt_rrgstno.value = "";
- ipt_servname.value = "";
-
- ipt_servregno.refresh();
- ipt_servregnm.refresh();
- ipt_rrgstno.refresh();
- ipt_servname.refresh();
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="565" pageheight="600" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:544; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:190px; height:14px; ">접대비명세서 등록</caption>
- </group>
- <group id="group2" style="left:0px; top:12px; width:548px; height:250px; ">
- <input id="ipt_rrgstno" ref="/root/main/list/servlist/recventrregno" class="input_essential" format="999999-9999999" style="left:200px; top:156px; width:180px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_rrgstno.value.length != 13)
- {
- messageBox("13자리를 입력하여 주십시요.", "I000");
- model.setValue("/root/main/list/servlist/recventrregno", "");
- model.setFocus("ipt_rrgstno")
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_servdept")
- }
- ]]>
- </script>
- </input>
- <input id="ipt_servname" ref="/root/main/list/servlist/recvcustnm" class="input_essential" style="left:392px; top:156px; width:145px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/main/list/servlist/recvname", ipt_servname.value);
- ipt_recvname.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_serventregnohelp" class="icon_search" style="left:302px; top:158px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("14", ipt_regno, "", "recventrregno,recvcustnm");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_servregno" ref="/root/main/list/servlist/recventrregno" navindex="5" format="999-99-99999" style="left:200px; top:156px; width:97px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_servdept")
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfCustValidCheck("recventrregno,recvcustnm", "code");
- ]]>
- </script>
- </input>
- <input id="ipt_servregnm" ref="/root/main/list/servlist/recvcustnm" navindex="6" imemode="hangul" style="left:322px; top:156px; width:215px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_servdept")
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfCustValidCheck("recventrregno,recvcustnm", "name");
- ]]>
- </script>
- </input>
- <input id="ipt_cmt" ref="/root/main/list/servlist/cmt" class="input_essential" style="left:200px; top:228px; width:340px; height:19px; "/>
- <line id="line7" class="line_2" style="x1:0px; y1:132px; x2:543px; y2:132px; "/>
- <line id="line6" class="line_2" style="x1:0px; y1:108px; x2:543px; y2:108px; "/>
- <line id="line5" class="line_2" style="x1:0px; y1:84px; x2:543px; y2:84px; "/>
- <line id="line4" class="line_2" style="x1:0px; y1:60px; x2:543px; y2:60px; "/>
- <line id="line3" class="line_2" style="x1:0px; y1:36px; x2:543px; y2:36px; "/>
- <line id="line12" class="line_2" style="x1:0px; y1:249px; x2:543px; y2:249px; "/>
- <line id="line20" class="line_3" style="x1:0px; y1:249px; x2:543px; y2:249px; "/>
- <line id="line9" class="line_2" style="x1:0px; y1:201px; x2:543px; y2:201px; "/>
- <line id="line8" class="line_2" style="x1:0px; y1:177px; x2:543px; y2:177px; "/>
- <line id="line2" class="line_1" style="x1:0px; y1:9px; x2:543px; y2:9px; "/>
- <caption id="caption7" class="cell_1" style="left:65px; top:62px; width:105px; height:23px; vertical-align:middle; ">부서</caption>
- <caption id="caption10" class="cell_1" style="left:0px; top:14px; width:170px; height:23px; vertical-align:middle; ">지출일자</caption>
- <caption id="caption12" class="cell_1" style="left:65px; top:86px; width:105px; height:23px; vertical-align:middle; ">성명</caption>
- <caption id="caption15" class="cell_1" style="left:0px; top:227px; width:170px; height:23px; vertical-align:middle; ">접대목적 또는 지출사유</caption>
- <input id="ipt_payamt" ref="/root/main/list/servlist/payamt" class="input_essential" format="(-)#,###" style="left:200px; top:39px; width:120px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(parseInt(ipt_payamt.value) > 500000)
- {
- btn_save.disabled = false;
- }
- else
- {
- btn_save.disabled = true;
- }
- ]]>
- </script>
- </input>
- <caption id="caption1" class="cell_1" style="left:0px; top:38px; width:170px; height:23px; vertical-align:middle; ">지출금액(원)</caption>
- <select1 id="cmb_insertflag" ref="/root/init/insertflag" class="combo_default" visibility="visible" appearance="minimal" style="left:65px; top:134px; width:105px; height:19px; ">
- <choices>
- <item>
- <label>사업자번호</label>
- <value>01</value>
- </item>
- <item>
- <label>주민번호</label>
- <value>02</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fPrntflagSet("Y");
-
- ]]>
- </script>
- </select1>
- <input id="ipt_paydd" ref="/root/main/list/servlist/paydd" class="input_s_essential" inputtype="date" style="left:200px; top:15px; width:120px; height:19px; "/>
- <caption id="caption5" class="cell_1" style="left:0px; top:62px; width:64px; height:47px; text-align:left; vertical-align:middle; ">접대자</caption>
- <caption id="caption3" class="cell_1" style="left:0px; top:134px; width:64px; height:91px; text-align:left; vertical-align:middle; ">접대 상대방 내역</caption>
- <caption id="caption14" class="cell_1" style="left:65px; top:155px; width:105px; height:23px; vertical-align:middle; ">거래처</caption>
- <caption id="caption17" class="cell_1" style="left:65px; top:179px; width:105px; height:23px; vertical-align:middle; ">부서명</caption>
- <caption id="caption19" class="cell_1" style="left:65px; top:203px; width:105px; height:23px; vertical-align:middle; ">성명</caption>
- <line id="line10" class="line_2" style="x1:0px; y1:225px; x2:543px; y2:225px; "/>
- <caption id="caption2" class="cell_1" style="left:0px; top:110px; width:170px; height:23px; vertical-align:middle; ">접대장소 / 접대물품 구입처</caption>
- <input id="ipt_deptnm" ref="/root/main/list/servlist/deptnm" class="input_essential" style="left:322px; top:63px; width:215px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- racfDeptValidCheck("deptcd,deptnm"); // 전체부서
-
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_emplno");
- }
- ]]>
- </script>
- </input>
- <button id="btn_costcntrdeptcd" class="icon_search" navindex="-1" style="left:302px; top:65px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOpenPopupDeptHelp(ipt_emplno, "deptcd,deptnm"); //전체부서
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_deptcd" ref="/root/main/list/servlist/deptcd" class="input_essential" navindex="-1" maxlength="10" style="left:200px; top:63px; width:97px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfDeptValidCheck("deptcd,deptnm"); // 전체부서
- model.setFocus("ipt_emplno");
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_emplno");
- }
- ]]>
- </script>
- </input>
- <button id="btn_userhelp" class="icon_search" navindex="-1" style="left:302px; top:88px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfOpenPopUpList("49", ipt_emplno, "", "emplno,name");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_name" ref="/root/main/list/servlist/name" class="input_essential" navindex="1" style="left:322px; top:87px; width:215px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_regno");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("49", "", "emplno,name","","","name","");
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_emplno" ref="/root/main/list/servlist/emplno" class="input_essential" style="left:200px; top:87px; width:97px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_regno");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("49", "", "emplno,name", "", "", "code","");
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_servdeptnm" ref="/root/main/list/servlist/recvdeptnm" class="input_essential" style="left:200px; top:180px; width:180px; height:19px; "/>
- <input id="ipt_recvname" ref="/root/main/list/servlist/recvname" class="input_essential" style="left:200px; top:205px; width:180px; height:19px; "/>
- <input id="ipt_regnm" ref="/root/main/list/servlist/custnm" navindex="6" imemode="hangul" style="left:322px; top:111px; width:215px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_servregno");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfCustValidCheck("entrregno,custnm", "name");
- ]]>
- </script>
- </input>
- <button id="btn_entregnohelp" class="icon_search" style="left:302px; top:111px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("14", ipt_regno, "", "entrregno,custnm");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_regno" ref="/root/main/list/servlist/entrregno" navindex="5" format="999-99-99999" style="left:200px; top:111px; width:97px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_servregno");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfCustValidCheck("entrregno,custnm", "code");
- ]]>
- </script>
- </input>
- <caption id="caption40" class="cell_1" style="left:172px; top:155px; width:25px; height:23px; text-align:center; vertical-align:middle; ">(6)</caption>
- <caption id="caption41" class="cell_1" style="left:172px; top:179px; width:25px; height:23px; text-align:center; vertical-align:middle; ">(7)</caption>
- <caption id="caption42" class="cell_1" style="left:172px; top:203px; width:25px; height:23px; text-align:center; vertical-align:middle; ">(8)</caption>
- <caption id="caption43" class="cell_1" style="left:172px; top:227px; width:25px; height:23px; text-align:center; vertical-align:middle; ">(9)</caption>
- <caption id="caption35" class="cell_1" style="left:172px; top:14px; width:25px; height:23px; text-align:center; vertical-align:middle; ">(1)</caption>
- <caption id="caption36" class="cell_1" style="left:172px; top:38px; width:25px; height:23px; text-align:center; vertical-align:middle; ">(2)</caption>
- <caption id="caption37" class="cell_1" style="left:172px; top:62px; width:25px; height:23px; text-align:center; vertical-align:middle; ">(3)</caption>
- <caption id="caption38" class="cell_1" style="left:172px; top:86px; width:25px; height:23px; text-align:center; vertical-align:middle; ">(4)</caption>
- <caption id="caption39" class="cell_1" style="left:172px; top:110px; width:25px; height:23px; text-align:center; vertical-align:middle; ">(5)</caption>
- <caption id="caption4" class="cell_1" style="left:200px; top:134px; width:85px; height:20px; text-align:center; vertical-align:middle; ">주민등록번호</caption>
- <caption id="caption8" class="cell_1" style="left:392px; top:134px; width:60px; height:20px; text-align:center; vertical-align:middle; ">이 름</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:266px; width:544px; height:27px; ">
- <button id="btn_17" class="btn4_letter2" style="left:488px; top:2; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <line id="line1" class="line_6" visibility="hidden" style="x1:0px; y1:0px; x2:543px; y2:0px; "/>
- <button id="btn_del" class="btn4_letter2" style="left:430px; top:2; width:56px; height:22px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if(model.getValue("/root/main/list/servlist/status") == "i")
- {
- return false;
- }
-
- model.makeValue("/root/main/list/servlist/status","");
- model.setValue("/root/main/list/servlist/status","d");
- fSaveClick();
- fMakeInstance();
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:372px; top:2; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if(fNotNullCheck())
- {
- fSaveClick();
- model.setValue("/root/main/list/servlist/seqno", model.getValue("/root/temp/seqno/seqno"));
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:300px; width:544px; height:300px; ">
- <line id="line11" class="line_6" visibility="hidden" style="x1:0px; y1:0px; x2:543px; y2:0px; "/>
- <caption id="caption64" class="cell_1" style="left:5px; top:5px; width:530px; height:30px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; ">작 성 요 령</caption>
- <caption id="caption65" class="cell_1" style="left:5px; top:40px; width:530px; height:48px; font-size:10pt; font-weight:normal; text-align:left; vertical-align:middle; ">
- <![CDATA[1. 본 명세서는 지출일자 순으로 작성하되, 2건이상의 지출내역이 [ 접대비 업무관련성 입
- 증에 관한 고시 ] 제 1 조 제 2 항에 해당되는 경우 이를 1건으로 보아 작성합니다.]]>
- </caption>
- <caption id="caption66" class="cell_1" style="left:5px; top:92px; width:530px; height:58px; font-size:10pt; font-weight:normal; text-align:left; vertical-align:middle; ">
- <![CDATA[2. 접대자와 부서명(3) 및 성명(4)란은 접대업무를 수행한 당해 법인의 임직원 소속 부서 및
- 성명을 기재하며, 접대자가 2인 이상인 경우 성명(4)란은 주된 접대자 "OOO외 O인" 으로
- 기재됩니다.]]>
- </caption>
- <caption id="caption67" class="cell_1" style="left:5px; top:154px; width:530px; height:48px; font-size:10pt; font-weight:normal; text-align:left; vertical-align:middle; ">
- <![CDATA[3. 접대상대방의 상호 및 사업자등록번호(6)란은 거래처가 사업자인 경우 상호와 사업자등
- 록번호를 기재하며, 비사업자인 경우 성명과 주민 등록번호를 기재합니다.]]>
- </caption>
- <caption id="caption68" class="cell_1" style="left:5px; top:206px; width:530px; height:38px; font-size:10pt; font-weight:normal; text-align:left; vertical-align:middle; ">
- <![CDATA[4. 접대 상대방이 2인 이상인경우 성명(8)란은 주된 접대상대방 "OOO외 O인"으로 기재합니
- 다.]]>
- </caption>
- <caption id="caption69" class="cell_1" style="left:5px; top:248px; width:530px; height:38px; font-size:10pt; font-weight:normal; text-align:left; vertical-align:middle; ">
- <![CDATA[5. 접대목적 또는 지출 사유(9)란은 업무와 관련성 등을 입증할 수 있는 지출사유를 기재합
- 니다.]]>
- </caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|