123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <bugtexecprescond/>
- </list>
- </main>
- <send>
- <retrparam>
- <acntyy/>
- <deptcd/>
- <deptnm/>
- <supacntcd2/>
- <supacntcd3/>
- <supacntcd4/>
- <acntcd/>
- <flag/>
- <fromym/>
- <toym/>
- <selgbn>A</selgbn>
- <bugtflag>2</bugtflag>
- </retrparam>
- <retrprarms2>
- <instcd/>
- <mngtcd>%</mngtcd>
- </retrprarms2>
- <date/>
- </send>
- <init>
- <temp>
- <supacntcd2/>
- <supacntnm2/>
- <supacntcd3/>
- <supacntnm3/>
- <supacntcd4/>
- <supacntnm4/>
- <acntcd/>
- <acntnm/>
- </temp>
- <code>
- <codelist/>
- </code>
- </init>
- <temp>
- <cadldd/>
- </temp>
- </root>
- </instance>
- <submission id="TRRBP00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparam" resultref="/root/main/list"/>
- <submission id="TRRAZ00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrprarms2" resultref="/root/init/code/codelist"/>
- </model>
- <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" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RBC001.js"/>
- <script type="javascript" src="../../../mis/acntcommonweb/js/RAD001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- fCheckAuth();
- fResetForm();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- var sPreSupAcntCd2 = "";
- var sPreSupAcntCd3 = "";
- var sPreSupAcntCd4 = "";
- var sPreAcntCd = "";
-
- var acntdept = ""; //재무팀 부서코드 default 값 "4030100000"
- var bugtdept = ""; //기획팀 부서코드 default 값 "4060100000"
- //========================================================================================
- //화면 권한 체크
- //========================================================================================
- function fCheckAuth()
- {
- btn_search.disabled = !checkAuth("R") ;
- }
- function fResetForm()
- {
- model.removenode("/root/main/list/bugtexecprescond");
-
- misfMsterDetailSet(grd_bugtexecprescond, null, "TRRBP00101", "N");
- model.setValue("/root/send/retrparam/flag", "2");
- rbcfGetSupAcntListCombo(cmb_supacntcd2, "Y", "supacntcd2,supacntnm2");
- model.setValue("/root/send/date", getCurrentDate());
- racfGetCadlYmd("/root/send/date", "/root/temp");
- ipt_acntyy.value = model.getValue("/root/temp/acntyy");
- ipt_fromym.value = model.getValue("/root/temp/fromdd").substr(0, 6);
- ipt_toym.value = model.getValue("/root/temp/todd").substr(0, 6);
-
- model.setValue("/root/send/retrprarms2/instcd", getUserInfo("dutplceinstcd"));
- submit("TRRAZ00001");
-
-
-
- for (i=1; i<=instance1.selectNodes("root/init/code/code/codelist").length; i++)
- {
- cdgbn = model.getValue("/root/init/code/code/codelist[" + i + "]/cdgbn");
- if (cdgbn == "acntdept")
- {
- acntdept = model.getValue("/root/init/code/code/codelist[" + i + "]/cdid");
- }
- else if (cdgbn == "bugtdept")
- {
- bugtdept = model.getValue("/root/init/code/code/codelist[" + i + "]/cdid");
- }
-
- }
-
- if(!(bugtdept == getUserInfo("dutplcecd") || acntdept == getUserInfo("dutplcecd")))
- {
- rdo_retrflag.value = "D";
- rdo_retrflag.disabled = true;
- model.setValue("/root/send/retrparam/deptcd", getUserInfo("dutplcecd"));
- model.setValue("/root/send/retrparam/deptnm", getUserInfo("dutplcenm"));
- //ipt_deptcd.disabled = true;
- //ipt_deptnm.disabled = true;
- //btn_depthelp.disabled = true;
- rdo_retrflag.dispatch("xforms-value-changed");
- }
- model.setFocus("ipt_deptnm");
-
- model.refresh();
- }
- //========================================================================================
- //부서코드 Help Open
- //========================================================================================
- function fOpenPopupDeptHelp(pControl, pInstance)
- {
- misfOpenPopUpList("11", pControl, "", pInstance);
- model.refresh();
- }
- //========================================================================================
- //예산사용부서 관,항,목,세목 계정코드 조회 Help
- //========================================================================================
- function fOpenPopupBugtUseAcntHelp(pControl, pInstance)
- {
- misfOpenPopUpList("17", pControl, "", pInstance);
- model.refresh();
- }
- function fsetAcntCdCombo()
- {
- cmb_supacntcd2.value = model.getValue("/root/init/temp/supacntcd2");
- model.setValue("/root/send/retrparam/flag", "3");
- rbcfGetSupAcntListCombo(cmb_supacntcd3, "Y", "supacntcd3,supacntnm3");
- cmb_supacntcd3.value = model.getValue("/root/init/temp/supacntcd3");
- model.setValue("/root/send/retrparam/flag", "4");
- rbcfGetSupAcntListCombo(cmb_supacntcd4, "Y", "supacntcd4,supacntnm4");
- cmb_supacntcd4.value = model.getValue("/root/init/temp/supacntcd4");
- model.setValue("/root/send/retrparam/flag", "5");
- rbcfGetSupAcntListCombo(cmb_acntcd, "Y", "acntcd,acntnm");
- cmb_acntcd.value = model.getValue("/root/init/temp/acntcd");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1194;" 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:230px; 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:40; width:1195px; height:744px; ">
- <datagrid id="grd_bugtexecprescond" nodeset="/root/main/list/bugtexecprescond" caption="구분^부서코드^관^항^목^계정명^프로젝트ID^계정(관)코드^계정(항)코드^계정(목)코드^계정코드^예산액^집행액^집행율(%)^예산잔액^계정대체^조정예산^이월조정예산" colsep="^" colwidth="170, 0, 130, 130, 130, 180, 100, 0, 0, 0, 0, 110, 110, 84, 110, 100, 100, 100" dataheight="25" mergecells="byrestriccol" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:135px; width:1194px; height:600px; ">
- <col ref="deptnm" style="text-align:center; "/>
- <col ref="deptcd" visibility="hidden"/>
- <col ref="supacntnm2"/>
- <col ref="supacntnm3"/>
- <col ref="supacntnm4"/>
- <col ref="acntnm"/>
- <col ref="projectid"/>
- <col ref="supacntcd2" visibility="hidden"/>
- <col ref="supacntcd3" visibility="hidden"/>
- <col ref="supacntcd4" visibility="hidden"/>
- <col ref="acntcd" visibility="hidden"/>
- <col ref="bugtamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="execamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="execrate" format="#,###.#" style="text-align:right; "/>
- <col ref="bugtbal" format="(-)#,###" style="text-align:right; "/>
- <col ref="acntchngamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="adjtbugtamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="nextadjtbugtamt" format="(-)#,###" style="text-align:right; "/>
- </datagrid>
- <line id="line1" class="line_1" style="x1:0px; y1:130px; x2:1194px; y2:130px; "/>
- <group id="group2" style="left:0px; top:10px; width:1194px; height:90px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:85px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption9" class="search_name" style="left:10px; top:9px; width:86px; height:17px; ">회계년도 :</caption>
- <caption id="caption10" class="search_name" style="left:10px; top:35px; width:86px; height:17px; ">계정과목</caption>
- <caption id="caption11" class="search_name" style="left:98px; top:35px; width:52px; height:17px; ">관 :</caption>
- <caption id="caption12" class="search_name" style="left:292px; top:35px; width:53px; height:17px; ">항 :</caption>
- <caption id="caption13" class="search_name" style="left:489px; top:35px; width:52px; height:17px; ">목 :</caption>
- <caption id="caption14" class="search_name" style="left:688px; top:35px; width:67px; height:17px; ">세목 :</caption>
- <line id="line30" class="line_4" style="x1:1107px; y1:4px; x2:1107px; y2:57px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1123; top:19px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(getUserInfo("dutplcecd") == model.getValue(ipt_deptcd.attribute("ref"))
- || radfCheckBugtAuth(getUserInfo("dutplceinstcd"), getUserInfo("userid"), model.getValue(ipt_deptcd.attribute("ref")), 'BUGTSEARCHYN') == "Y"
- || getUserInfo("dutplcecd") == bugtdept )
- {
-
- misfMsterDetailRetrieve();
-
- grd_bugtexecprescond.subtotalposition = "below";
- grd_bugtexecprescond.multitotals = true;
-
- grd_bugtexecprescond.subtotal("sum", -1, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 1, "전 체 합 계", false);
- grd_bugtexecprescond.subtotal("sum", -1, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 1, "전 체 합 계", false);
- grd_bugtexecprescond.subtotal("sum", -1, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 1, "전 체 합 계", false);
-
- grd_bugtexecprescond.subtotal("sum", 1, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 1, "부서 예산합계", true);
- grd_bugtexecprescond.subtotal("sum", 1, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 1, "부서 예산합계", true);
- grd_bugtexecprescond.subtotal("sum", 1, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 1, "부서 예산합계", true);
-
- grd_bugtexecprescond.subtotal("sum", 3, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 3, "소 계", true);
- grd_bugtexecprescond.subtotal("sum", 3, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 3, "소 계", true);
- grd_bugtexecprescond.subtotal("sum", 3, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 3, "소 계", true);
-
- grd_bugtexecprescond.subtotal("sum", 4, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; color:#000000; ", 4, "소 계", true);
- grd_bugtexecprescond.subtotal("sum", 4, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; color:#000000; ", 4, "소 계", true);
- grd_bugtexecprescond.subtotal("sum", 4, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; color:#000000; ", 4, "소 계", true);
-
- grd_bugtexecprescond.subtotal("sum", 5, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffcc; color:#000000; ", 5, "소 계", true);
- grd_bugtexecprescond.subtotal("sum", 5, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffcc; color:#000000; ", 5, "소 계", true);
- grd_bugtexecprescond.subtotal("sum", 5, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffcc; color:#000000; ", 5, "소 계", true);
-
- grd_bugtexecprescond.refresh();
- }
- else
- {
- messageBox("조회권한이 없습니다.", "I000");
- }
- ]]>
- </script>
- </button>
- <input id="ipt_cadldd" ref="/root/temp/cadldd" visibility="hidden" style="left:207px; top:1px; width:65px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- ]]>
- </script>
- </input>
- <input id="ipt_acntyy" ref="/root/send/retrparam/acntyy" class="input_s_essential" navindex="1" maxlength="4" style="left:100px; top:8px; width:70px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- if(model.getValue("/root/send/retrparam/acntyy").length != 4)
- {
- messageBox("회계년도가 잘못입력 되었습니다.", "I999");
- return;
- }
-
- model.setValue("/root/send/date", model.getValue("/root/send/retrparam/acntyy"));
- racfGetCadlYmd("/root/send/date", "/root/temp");
-
- ipt_fromym.value = model.getValue("/root/temp/fromdd").substr(0, 6);
- ipt_toym.value = model.getValue("/root/temp/todd").substr(0, 6);
- ]]>
- </script>
- </input>
- <button id="btn_supacnthelp" class="icon_search" style="left:872px; top:35px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOpenPopupBugtUseAcntHelp(opt_temp, "supacntcd2,supacntnm2,supacntcd3,supacntnm3,supacntcd4,supacntnm4,acntcd,acntnm");
-
- fsetAcntCdCombo();
- ]]>
- </script>
- </button>
- <output id="opt_temp" ref="/root/init/temp/supacntcd2" visibility="hidden" style="left:1095px; top:5px; width:20px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:413px; top:8px; width:86px; height:17px; ">조회기간 :</caption>
- <input id="ipt_fromym" ref="/root/send/retrparam/fromym" class="input_s_essential" navindex="1" inputtype="date" format="yyyy-mm" appearance="input" style="left:502px; top:8px; width:74px; height:19px; text-align:center; "/>
- <input id="ipt_toym" ref="/root/send/retrparam/toym" class="input_s_essential" navindex="1" inputtype="date" format="yyyy-mm" appearance="input" style="left:596px; top:8px; width:74px; height:19px; text-align:center; "/>
- <caption id="caption3" style="left:581px; top:8px; width:15px; height:20px; ">~</caption>
- <button id="btn_depthelp" class="icon_search" style="left:873px; top:8px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOpenPopupDeptHelp(ipt_deptcd, "deptcd,deptnm");
- ]]>
- </script>
- </button>
- <input id="ipt_deptnm" ref="/root/send/retrparam/deptnm" class="input_s_essential" navindex="3" imemode="hangul" style="left:894px; top:8px; width:178px; 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,deptnm");
- if(ipt_deptcd.value != "" &&ipt_deptnm.value != "")
- {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <input id="ipt_deptcd" ref="/root/send/retrparam/deptcd" class="input_s_essential" navindex="2" maxlength="10" style="left:779px; top:8px; width:89px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_deptnm");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfDeptValidCheck("deptcd,deptnm");
- if(ipt_deptcd.value != "" &&ipt_deptnm.value != "")
- {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <caption id="caption5" class="search_name" style="left:184px; top:9px; width:95px; height:17px; ">조회구분 :</caption>
- <caption id="cpt_deptcd" class="search_name" style="left:690px; top:8px; width:96px; height:17px; ">부 서 :</caption>
- <select1 id="rdo_bugtflag" ref="/root/send/retrparam/bugtflag" overflow="visible" appearance="full" cellspacing="20" cols="4" style="left:96px; top:60px; width:254px; height:20px; 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>
- <item>
- <label>자본</label>
- <value>4</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- /*var selgbn = model.getValue("/root/send/retrparam/selgbn");
-
- if (selgbn == "A") {
- cpt_deptcd.visible = false;
- ipt_deptcd.visible = false;
- btn_depthelp.visible = false;
- ipt_deptnm.visible = false;
- //grd_bugtexecprescond.colHidden(grd_bugtexecprescond.colRef("deptnm")) = true;
- grd_bugtexecprescond.caption = "구분^부서코드^관^항^목^계정명^계정(관)코드^계정(항)코드^계정(목)코드^계정코드^예산액^집행액^집행율(%)^예산잔액";
- model.setValue("/root/send/retrparam/deptcd","");
- model.setValue("/root/send/retrparam/deptnm","");
- model.refresh();
- } else {
- cpt_deptcd.visible = true;
- ipt_deptcd.visible = true;
- btn_depthelp.visible = true;
- ipt_deptnm.visible = true;
- //grd_bugtexecprescond.colHidden(grd_bugtexecprescond.colRef("deptnm")) = false;
- grd_bugtexecprescond.caption = "부서명^부서코드^관^항^목^계정명^계정(관)코드^계정(항)코드^계정(목)코드^계정코드^예산액^집행액^집행율(%)^예산잔액";
- }*/
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <caption id="caption2" class="search_name" style="left:10px; top:60px; width:95px; height:17px; ">예산구분 :</caption>
- <select1 id="rdo_retrflag" ref="/root/send/retrparam/selgbn" overflow="visible" appearance="full" cellspacing="20" cols="2" style="left:275px; top:9px; width:125px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>부서별</label>
- <value>D</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[/*
- var selgbn = model.getValue("/root/send/retrparam/selgbn");
-
- if (selgbn == "A") {
- cpt_deptcd.visible = false;
- ipt_deptcd.visible = false;
- btn_depthelp.visible = false;
- ipt_deptnm.visible = false;
- //grd_bugtexecprescond.colHidden(grd_bugtexecprescond.colRef("deptnm")) = true;
- grd_bugtexecprescond.caption = "구분^부서코드^관^항^목^계정명^계정(관)코드^계정(항)코드^계정(목)코드^계정코드^예산액^집행액^집행율(%)^예산잔액";
- model.setValue("/root/send/retrparam/deptcd","");
- model.setValue("/root/send/retrparam/deptnm","");
- model.refresh();
- } else {
- cpt_deptcd.visible = true;
- ipt_deptcd.visible = true;
- btn_depthelp.visible = true;
- ipt_deptnm.visible = true;
- //grd_bugtexecprescond.colHidden(grd_bugtexecprescond.colRef("deptnm")) = false;
- grd_bugtexecprescond.caption = "부서명^부서코드^관^항^목^계정명^계정(관)코드^계정(항)코드^계정(목)코드^계정코드^예산액^집행액^집행율(%)^예산잔액";
- }*/
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- </group>
- <caption id="caption35" class="tit_2" style="left:5px; top:114px; width:118px; height:13px; ">예산집행 목록</caption>
- <select1 id="cmb_supacntcd2" ref="/root/send/retrparam/supacntcd2" class="combo_s_essential" navindex="32" appearance="minimal" style="left:146px; top:44px; width:129px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- if(cmb_supacntcd2.value != sPreSupAcntCd2)
- {
- model.setValue("/root/send/retrparam/supacntcd3", "");
- model.setValue("/root/send/retrparam/supacntcd4", "");
- model.setValue("/root/send/retrparam/acntcd", "");
-
- model.removeNodeset("/root/init/cmb_supacntcd3");
- model.removeNodeset("/root/init/cmb_supacntcd4");
- model.removeNodeset("/root/init/cmb_acntcd");
- sPreSupAcntCd2 = cmb_supacntcd2.value;
- model.refresh();
- }
- model.setValue("/root/send/retrparam/flag", "3");
- rbcfGetSupAcntListCombo(cmb_supacntcd3, "Y", "supacntcd3,supacntnm3");
- ]]>
- </script>
- </select1>
- <select1 id="cmb_supacntcd3" ref="/root/send/retrparam/supacntcd3" class="combo_s_essential" navindex="32" appearance="minimal" style="left:342px; top:44px; width:123px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(cmb_supacntcd3.value == sPreSupAcntCd3)
- {
- model.setValue("/root/send/retrparam/supacntcd4", "");
- model.setValue("/root/send/retrparam/acntcd", "");
- model.removeNodeset("/root/init/cmb_supacntcd4");
- model.removeNodeset("/root/init/cmb_acntcd");
- sPreSupAcntCd3 = cmb_supacntcd3.value;
- model.refresh();
- }
-
- model.setValue("/root/send/retrparam/flag", "4");
- rbcfGetSupAcntListCombo(cmb_supacntcd4, "Y", "supacntcd4,supacntnm4");
- ]]>
- </script>
- </select1>
- <select1 id="cmb_supacntcd4" ref="/root/send/retrparam/supacntcd4" class="combo_s_essential" navindex="32" appearance="minimal" style="left:539px; top:44px; width:131px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/retrparam/flag", "5");
- rbcfGetSupAcntListCombo(cmb_acntcd, "Y", "acntcd,acntnm");
- if(cmb_supacntcd4.value == "")
- {
- model.setValue("/root/send/retrparam/acntcd", "");
- model.removeNodeset("/root/init/cmb_acntcd");
- model.refresh();
- }
- ]]>
- </script>
- </select1>
- <select1 id="cmb_acntcd" ref="/root/send/retrparam/acntcd" class="combo_s_essential" navindex="32" appearance="minimal" style="left:752px; top:44px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- </select1>
- <button id="btn_excel" class="btn2_letter2" style="left:1150px; top:110px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_bugtexecprescond);
- ]]>
- </script>
- </button>
- </group>
- <group id="group5" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <button id="button8" class="btn6_letter2" visibility="hidden" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- ]]>
- </script>
- </button>
- <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|