123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329 |
- <?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>
- <reqcollcdeptlist>
- <instcd/>
- <reqcollcdeptcd/>
- <reqcollcdeptnm/>
- <reqdeptcd/>
- <reqdeptnm/>
- <goodflag/>
- <appdd/>
- <cmt/>
- <fstrgstrid/>
- <fstrgstdt/>
- <lastupdtrid/>
- <lastupdtdt/>
- </reqcollcdeptlist>
- </main>
- <send>
- <instcd/>
- <goodflag/>
- <reqcollcdeptcd/>
- <reqcollcdeptnm/>
- <reqdeptcd/>
- <reqdeptnm/>
- <reqcollcdeptlist/>
- </send>
- <init/>
- <hidden/>
- <temp/>
- </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" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- misfGridInit(grd_reqcollcdeptlist);
-
- misfComboComCdList("Z0007", cmb_instcd); //기관코드
- misfComboComCdList("R0025", cmb_goodflag); //물품구분
- misfComboCopyItemSet(cmb_goodflag,"",grd_reqcollcdeptlist,"goodflag"); //물품구분 콤보 노드카피
- misfMsterDetailSet(grd_reqcollcdeptlist,null,"TRRSC02701","Y"); //마스터 설정
-
- //화면 권한 설정
- btn_save.disabled = !(checkAuth("X"));
- btn_prt.disabled= !(checkAuth("P"));
- model.refresh();
- ]]>
- </script>
- <submission id="TRRSC02701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/reqcollcdeptlist"/>
- <submission id="TXRSC02701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- model.removeNodeset("/root/main/reqcollcdeptlist");
- model.resetInstanceNode("/root/send");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:186px; height:14px; ">청구취합부서 등록</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:60px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:9px; width:86px; height:17px; ">기관코드 :</caption>
- <line id="line13" class="line_4" style="x1:1110px; y1:7px; x2:1110px; y2:51px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption7" class="search_name" style="left:15px; top:35px; width:86px; height:17px; ">물품구분 :</caption>
- <caption id="caption1" class="search_name" style="left:272px; top:34px; width:90px; height:17px; ">청구부서 :</caption>
- <caption id="caption5" class="search_name" style="left:272px; top:10px; width:112px; height:17px; ">청구취합부서 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:17px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var updtdata = getGridUpdateData(grd_reqcollcdeptlist);
-
- if ( updtdata != "") {
- var ret = messageBox("그리드에 작업 중인 내용이 있습니다. 조회 작업을","Q003");
- if (ret != 6) { // not OK
- return;
- }
- }
- //물품구분코드 값 체크
- var null_check = cmb_instcd.value;
- if( null_check=="") {
- messageBox("기관코드를","C002");
- return;
- }
- //청구취합부서 리스트 출력
- misfMsterDetailRetrieve();
-
- if(grd_reqcollcdeptlist.rows >1) {
- grd_reqcollcdeptlist.row=1;
- }
-
- model.refresh();
- ]]>
- </script>
- </button>
- <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_s_essential" appearance="minimal" style="left:102px; top:8px; width:158px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <select1 id="cmb_goodflag" ref="/root/send/goodflag" class="combo_search" appearance="minimal" style="left:102px; top:34px; width:158px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_reqcollcdeptcd" ref="/root/send/reqcollcdeptcd" class="input_search" style="left:386px; top:9px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "reqcollcdeptcd,reqcollcdeptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_reqdeptcd" ref="/root/send/reqdeptcd" class="input_search" style="left:386px; top:33px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "reqdeptcd,reqdeptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_reqcollcdeptnm" ref="/root/send/reqcollcdeptnm" class="input_search" appearance="input" style="left:499px; top:9px; width:172px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "reqcollcdeptcd,reqcollcdeptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_reqdeptnm" ref="/root/send/reqdeptnm" class="input_search" appearance="input" style="left:499px; top:33px; width:172px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "reqdeptcd,reqdeptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_reqcollcdept" class="icon_search" style="left:477px; top:11px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "reqcollcdeptcd,reqcollcdeptnm";
- misfOpenPopUpList("02", ipt_reqcollcdeptcd,"",recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_reqdept" class="icon_search" style="left:477px; top:35px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "reqdeptcd,reqdeptnm";
- misfOpenPopUpList("02", ipt_reqdeptcd,"",recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- </group>
- <line id="line2" class="line_1" style="x1:0px; y1:94px; x2:1194; y2:94px; "/>
- <caption id="caption8" class="tit_2" style="left:5px; top:79px; width:95px; height:13px; ">청구취합부서</caption>
- <button id="btn_grdadd" class="btn2_letter3" style="left:1085px; top:74px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(cmb_instcd.value == "") {
- messageBox("기관코드를","C002");
- }
- else{
- grd_reqcollcdeptlist.addRow();
- var cur_row = grd_reqcollcdeptlist.row;
- //행추가를 누를시 기간코드 값을 자동으로 저장한다.
- model.setValue(grd_reqcollcdeptlist.attribute("nodeset")+"["+cur_row+"]/instcd",cmb_instcd.value);
- //행추가시에만 키값에 대한 input이 허용된다. 그외에는 key값을 수정할 수 없다.
- grd_reqcollcdeptlist.editCell()
- }
- ]]>
- </script>
- </button>
- <button id="btn_grddel" class="btn2_letter3" style="left:1141px; top:74px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- deleteSelectedRows(grd_reqcollcdeptlist,false);
- model.refresh();
- ]]>
- </script>
- </button>
- <datagrid id="grd_reqcollcdeptlist" nodeset="/root/main/reqcollcdeptlist" class="text_center" allowuserresize="false" caption="기관코드^청구취합부서^청구취합부서^청구부서^청구부서^물품구분^적용일자^비고^최초수정자ID^최초수정일시^최종수정자ID^최종수정일시" colsep="^" colwidth="140, 100, 130, 100, 130, 130, 120, 320, 100, 110, 100, 110" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:99px; width:1194; height:636px; ">
- <col id="instcd" class="combo_essential" disabled="true" ref="instcd" visibility="hidden">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </col>
- <col class="input_essential" disabled="true" ref="reqcollcdeptcd" type="inputbutton"/>
- <col disabled="true" ref="reqcollcdeptnm" type="input"/>
- <col class="input_essential" disabled="true" ref="reqdeptcd" type="inputbutton"/>
- <col disabled="true" ref="reqdeptnm" type="input"/>
- <col id="goodflag" class="combo_essential" disabled="true" ref="goodflag" type="combo">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </col>
- <col class="input_essential" disabled="true" ref="appdd" type="inputdate"/>
- <col ref="cmt" type="input"/>
- <col ref="fstrgstrid" visibility="hidden"/>
- <col ref="fstrgstdt" visibility="hidden"/>
- <col ref="lastupdtrid" visibility="hidden"/>
- <col ref="lastupdtdt" visibility="hidden"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if (grd_reqcollcdeptlist.col == 2) {//청구취합부서 버튼을 눌렀을 때
- var recv_list = "reqcollcdeptcd,reqcollcdeptnm";
- misfOpenPopUpList("02", grd_reqcollcdeptlist,"",recv_list);
- var cur_row = grd_reqcollcdeptlist.row;
- var status = grd_reqcollcdeptlist.valueMatrix(cur_row, grd_reqcollcdeptlist.colRef("m"));
- if(status !="insert" && status !="delete") grd_reqcollcdeptlist.addStatus(cur_row,"update");
-
-
- }else if(grd_reqcollcdeptlist.col == 4) { //청구부서 버튼을 눌렀을 때
- var recv_list1 = "reqdeptcd,reqdeptnm";
- misfOpenPopUpList("02", grd_reqcollcdeptlist,"",recv_list1) ;
- var cur_row = grd_reqcollcdeptlist.row;
- var status = grd_reqcollcdeptlist.valueMatrix(cur_row, grd_reqcollcdeptlist.colRef("m"));
- if(status !="insert" && status !="delete") grd_reqcollcdeptlist.addStatus(cur_row,"update");
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group2" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line16" class="line_2" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
- <button id="btn_clear" class="btn4_letter3" style="left:1127px; top:3; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:1069px; top:3; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var updtdata = getGridUpdateData(grd_reqcollcdeptlist);
-
- if (updtdata == "" ) {
- messageBox("변경된 데이터가","I004");
- return;
- }
- //필수입력사항 체크
- var null_check_reqcollcdeptcd= "";
- var null_check_reqdeptcd = "";
- var null_check_goodflag = "";
- var null_check_appdd = "";
-
- for(var i=1;i<=grd_reqcollcdeptlist.rows-1;i++)
- {
- null_check_reqcollcdeptcd = model.getValue(grd_reqcollcdeptlist.attribute("nodeset")+"["+i+"]/reqcollcdeptcd");
- null_check_reqdeptcd = model.getValue(grd_reqcollcdeptlist.attribute("nodeset")+"["+i+"]/reqdeptcd");
- null_check_goodflag = model.getValue(grd_reqcollcdeptlist.attribute("nodeset")+"["+i+"]/goodflag");
- null_check_appdd = model.getValue(grd_reqcollcdeptlist.attribute("nodeset")+"["+i+"]/appdd");
- if(null_check_reqcollcdeptcd=="") {
- messageBox("청구취합부서코드는","I003");
- return;
- } else if(null_check_reqdeptcd=="") {
- messageBox("청구부서코드는","I003");
- return;
- } else if(null_check_goodflag=="") {
- messageBox("물품구분은","I003");
- return;
- } else if(null_check_appdd=="") {
- messageBox("적용일자는","I003");
- return;
- }
- null_check_reqcollcdeptcd = "";
- null_check_reqdeptcd = "";
- null_check_goodflag = "";
- null_check_appdd = "";
- }
- misfSave("TXRSC02701");
- ]]>
- </script>
- </button>
- <button id="btn_prt" class="btn6_letter2" visibility="hidden" style="left:0px; top:3; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <button id="btn_scrnmove" class="btn3_letter4" visibility="hidden" style="left:58px; top:3px; width:80px; height:22px; ">
- <caption>화면이동</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|