123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:my="http://www.comsquare.co.kr/example" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:cs="http://www.comsquare.co.kr/xforms">
- <xhtml:head>
- <xhtml:title>입출고현황조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <delivemst>
- <delivemstlist>
- </delivemstlist>
- </delivemst>
- </main>
- <send>
- <search>
- <instcd/>
- <delivedd/>
- <delivedeptcd/>
- <delivedeptnm/>
- <opener/>
- <delivetodd/>
- </search>
- </send>
- <init/>
- <hidden/>
- <temp/>
- <popdata>
- <instcd/>
- <wareflag/>
- <wareflagnm/>
- <delivedd/>
- <opener/>
- </popdata>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_delivemst);
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
- misfMsterDetailSet(grd_delivemst, null, "TRRSO21051" ,"N");
-
- //Master 조회를 위한 parameter setting
- model.setValue("/root/send/search/instcd", model.getValue("/root/popdata/instcd"));
- model.setValue("/root/send/search/delivedd", model.getValue("/root/popdata/delivedd").substr(0,6)+"01");
- model.setValue("/root/send/search/delivetodd", model.getValue("/root/popdata/delivedd"));
- model.setValue("/root/send/search/delivedeptcd", model.getValue("/root/popdata/delivedeptcd"));
- model.setValue("/root/send/search/delivedeptnm", model.getValue("/root/popdata/delivedeptnm"));
- model.setValue("/root/send/search/opener", model.getValue("/root/popdata/opener"));
- model.refresh();
-
- misfMsterDetailRetrieve();
- ]]>
- </script>
- <submission id="TRRSO21051" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/delivemst"/>
- </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="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="790" pageheight="400">
- <line id="line8" class="line_1" style="x1:10px; y1:107px; x2:780px; y2:107px; "/>
- <caption id="caption20" class="tit_2" style="left:11px; top:92px; width:184px; height:13px; ">출고내역</caption>
- <datagrid id="grd_delivemst" nodeset="/root/main/delivemst/delivemstlist" visibility="visible" caption="출고유형^일자^창고^부서명^입고여부^출고여부^^" colwidth="84, 100, 130, 160, 60, 60, 100, 100, 100" mergecellsfixedrows="bycolrec" style="left:10px; top:112px; width:770px; height:278px; ">
- <col ref="deliveflagnm" style="text-align:center; "/>
- <col ref="delivedd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="wareflagnm" type="output"/>
- <col ref="delivedeptnm"/>
- <col ref="wincallyn" style="text-align:center; "/>
- <col ref="delivecallyn" style="text-align:center; "/>
- <col ref="wareflag" visibility="hidden"/>
- <col ref="delivedeptcd" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- </datagrid>
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:10px; top:30px; width:770px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption12" class="search_name" style="left:295px; top:39px; width:80px; height:17px; ">출고일자</caption>
- <button id="btn_cancel" class="btn4_letter2" style="left:725px; top:4px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //선택버튼을 click했는지 아닌지를 나타내는 구분값을 opener에 전달한다.
- //opener.model.setValue("/root/popdelive/selectyn", "N");
-
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_delivedeptcd" class="icon_search" navindex="5" style="left:195px; top:63px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var vOrigDeptcd = ipt_delivedeptcd.value; //popup을 열기전 부서 저장
-
- var recv_list = "delivedeptcd,delivedeptnm";
- misfOpenPopUpList("02", ipt_delivedeptcd,"", recv_list) ;
- ipt_delivedeptcd.refresh();
- ipt_delivedeptnm.refresh();
-
-
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:20px; top:64px; width:81px; height:17px; vertical-align:middle; ">출고부서</caption>
- <output id="ipt_delivedeptnm" ref="/root/send/search/delivedeptnm" class="output_fix" appearance="output" style="left:215px; top:63px; width:136px; height:19px; "/>
- <input id="ipt_delivedeptcd" ref="/root/send/search/delivedeptcd" class="input_default" navindex="4" style="left:100px; top:63px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "delivedeptcd,delivedeptnm" );
-
- if(ipt_delivedeptcd.value == ""){
- ipt_delivedeptnm.value = "";
- }
-
- //2012.04.05 박준범 : 조회조건 변경시 Grid를 지워준다.
- if(grd_deptwinlist.rows > grd_deptwinlist.fixedRows) {
- misfGridInit(grd_deptwinlist);
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- //2012.04.05 박준범 추가
- inputEnterKey("ipt_reqdeptcd", "xforms-value-changed");
- ]]>
- </script>
- </input>
- <select1 id="cmb_instcd" ref="/root/send/search/instcd" class="combo_search" navindex="1" appearance="minimal" style="left:100px; top:38px; width:165px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption8" class="search_name" style="left:20px; top:39px; width:105px; height:17px; ">소속기관</caption>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:295px; height:15px; ">출고내역팝업</caption>
- <line id="line3" class="line_4" style="x1:705px; y1:38px; x2:705px; y2:83px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:715px; top:48px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridInit(grd_delivemst);
- misfMsterDetailRetrieve();
- ]]>
- </script>
- </button>
- <input id="ipt_delivedd" ref="/root/send/search/delivedd" inputtype="date" format="yyyy-mm-dd" style="left:375px; top:38px; width:90px; height:19px; text-align:center; "/>
- <input id="ipt_delivetodd" ref="/root/send/search/delivetodd" inputtype="date" format="yyyy-mm-dd" style="left:476px; top:38px; width:90px; height:19px; text-align:center; "/>
- <caption id="caption2" style="left:465px; top:38px; width:15px; height:20px; ">~</caption>
- </xhtml:body>
- </xhtml:html>
|