123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- <?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>
- <whioinfo>
- <whiostatelist>
- <goodcd/>
- <goodnm/>
- <goodspec/>
- <bfstockdd/>
- <bfstockcnt/>
- <incnt/>
- <outcnt/>
- <nowstockdd/>
- <nowstockcnt/>
- <ioflag/>
- <ioseq/>
- <iodd/>
- <remark1/>
- <lastupdtrid/>
- </whiostatelist>
- <csrdeptlist/>
- </whioinfo>
- <csrdeptlist/>
- </main>
- <send>
- <instcdnm/>
- <iodd/>
- <nowdd/>
- <report/>
- <selyymmdd/>
- <gubuncd>02</gubuncd>
- <siodd/>
- <eiodd/>
- </send>
- <cond>
- <iodd/>
- <selyymmdd>MM</selyymmdd>
- <siodd/>
- <eiodd/>
- </cond>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRMNG03301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/whioinfo"/>
- <submission id="TXMNG03201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize()
- {
- model.setValue(opt_instcdnm.attribute("ref"), getUserInfo("dutplceinstnm")); //기관코드
- model.setValue(ipt_iodd.attribute("ref"), getCurrentDate()); //년월일
- model.setValue(ipt_siodd.attribute("ref"), getCurrentDate()); //년월일
- model.setValue(ipt_eiodd.attribute("ref"), getCurrentDate()); //년월일
-
- fSearch();
- }
-
- function fSearch() {
- var iodd = model.getValue(ipt_iodd.attribute("ref"));
- var siodd = model.getValue(ipt_siodd.attribute("ref"));
- var eiodd = model.getValue(ipt_eiodd.attribute("ref"));
-
- if (model.getValue(rdo_selyymmdd.attribute("ref")) == 'MM' ) {
- iodd = iodd.substr(0,6) ;
- } else if (model.getValue(rdo_selyymmdd.attribute("ref")) == 'DD' ) {
- }
-
- model.setValue("/root/send/iodd", iodd);
- model.setValue("/root/send/siodd", siodd);
- model.setValue("/root/send/eiodd", eiodd);
- model.setValue("/root/send/nowdd", model.getValue(ipt_iodd.attribute("ref")));
- model.setValue("/root/send/selyymmdd", model.getValue(rdo_selyymmdd.attribute("ref")));
- model.setValue("/root/send/gubuncd", model.getValue(rdo_gubuncd.attribute("ref")));
-
- submit("TRMNG03301");
-
- var ioflag;
- for(var i = grd_whiostatelist.fixedRows; i < grd_whiostatelist.rows; i++) {
- ioflag = grd_whiostatelist.valueMatrix(i, grd_whiostatelist.colRef("ioflag"));
- if(ioflag == "N") {
- grd_whiostatelist.rowStatus(i) = "1";
- }
- }
-
- if (model.getValue(rdo_selyymmdd.attribute("ref")) == 'MM' ) {
- grd_whiostatelist.valuematrix(0, grd_whiostatelist.colRef('bfstockcnt') ) = "전월재고";
- grd_whiostatelist.colhidden(grd_whiostatelist.colRef('remark1')) = true;
- grd_whiostatelist.colhidden(grd_whiostatelist.colRef('nowstockdd')) = true;
- grd_whiostatelist.colhidden(grd_whiostatelist.colRef('lastupdtrid')) = true;
- grd_whiostatelist.colType(grd_whiostatelist.colRef('incnt')) = "output";
- grd_whiostatelist.colType(grd_whiostatelist.colRef('outcnt')) = "output";
-
- caption2.attribute("visibility") = "hidden";
- caption3.attribute("visibility") = "hidden";
- ipt_siodd.visible = false;
- ipt_eiodd.visible = false;
- btn_sav.disabled = true;
- } else if (model.getValue(rdo_selyymmdd.attribute("ref")) == 'DATE' ){
- grd_whiostatelist.valuematrix(0, grd_whiostatelist.colRef('bfstockcnt') ) = "전월재고";
- grd_whiostatelist.colhidden(grd_whiostatelist.colRef('remark1')) = true;
- grd_whiostatelist.colhidden(grd_whiostatelist.colRef('nowstockdd')) = true;
- grd_whiostatelist.colhidden(grd_whiostatelist.colRef('lastupdtrid')) = true;
- grd_whiostatelist.colType(grd_whiostatelist.colRef('incnt')) = "output";
- grd_whiostatelist.colType(grd_whiostatelist.colRef('outcnt')) = "output";
- caption2.attribute("visibility") = "visible";
- caption3.attribute("visibility") = "visible";
- ipt_siodd.visible = true;
- ipt_eiodd.visible = true;
- btn_sav.disabled = true;
- } else if (model.getValue(rdo_selyymmdd.attribute("ref")) == 'DD' ) {
- grd_whiostatelist.valuematrix(0, grd_whiostatelist.colRef('bfstockcnt') ) = "전일재고";
- grd_whiostatelist.colhidden(grd_whiostatelist.colRef('remark1')) = false;
- grd_whiostatelist.colhidden(grd_whiostatelist.colRef('lastupdtrid')) = true;
- grd_whiostatelist.colhidden(grd_whiostatelist.colRef('nowstockdd')) = true;
-
- grd_whiostatelist.colType(grd_whiostatelist.colRef('incnt')) = "input";
- grd_whiostatelist.colType(grd_whiostatelist.colRef('outcnt')) = "input";
- caption2.attribute("visibility") = "hidden";
- caption3.attribute("visibility") = "hidden";
- ipt_siodd.visible = false;
- ipt_eiodd.visible = false;
- btn_sav.disabled = false;
- }
- grd_whiostatelist.refresh();
- }
-
-
- function fPrintRex() {
-
- model.makeNode("/root/send/report/porqrexlist");
-
- copyNodesetType("/root/send/report/porqrexlist", "/root/main/whioinfo/whiostatelist");
-
- exeReportPreview("RPMNG03300", "XMLSTR", "/root/send/report/porqrexlist");
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1210;2,757;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1185px; 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:60px; width:1185px; height:680px; ">
- <caption id="caption12" class="tit_2" style="left:5px; top:9px; width:180px; height:14px; ">세탁물 창고수불 관리</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:1180px; y2:26px; "/>
- <datagrid id="grd_whiostatelist" nodeset="/root/main/whioinfo/whiostatelist" visibility="visible" autoresize="true" caption="물품코드^물품명^규격^전월재고^전재고일자^입고^출고^현재고^현재고일자^비고^관리자^ioflag^일자^순번" colsep="^" colwidth="94, 205, 198, 73, 73, 71, 73, 74, 73, 222, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1180px; height:635px; ">
- <col ref="goodcd" type="output" visibility="visible"/>
- <col ref="goodnm" type="output" visibility="visible"/>
- <col ref="goodspec" type="output" visibility="visible"/>
- <col ref="bfstockcnt" type="output" visibility="visible" format="#,###" style="text-align:right; "/>
- <col ref="bfstockdd" type="output" visibility="hidden" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="incnt" type="input" visibility="visible" format="#,###" style="text-align:right; "/>
- <col ref="outcnt" type="input" visibility="visible" format="#,###" style="text-align:right; "/>
- <col ref="nowstockcnt" type="output" visibility="visible" format="#,###" style="text-align:right; "/>
- <col ref="nowstockdd" visibility="hidden" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="remark1" type="input" visibility="hidden"/>
- <col ref="lastupdtrid" type="output" visibility="hidden"/>
- <col ref="ioflag" visibility="hidden"/>
- <col ref="ioseq" visibility="hidden"/>
- <col ref="iodd" visibility="hidden"/>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- var row = grd_whiostatelist.row;
- if(event.keyCode == 13) { // Enter 쳤을 경우 아래 수량으로
- if(grd_whiostatelist.col == grd_whiostatelist.colRef("incnt") || grd_whiostatelist.col == grd_whiostatelist.colRef("outcnt") || grd_whiostatelist.col == grd_whiostatelist.colRef("remark1")) { //불출수량이나 미불출수량 엔터시
- if(grd_whiostatelist.row + 1 < grd_whiostatelist.rows) {
- grd_whiostatelist.row = row + 1;
- }
- }
- }
- ]]>
- </script>
- </datagrid>
- <select1 id="rdo_gubuncd" ref="/root/send/gubuncd" disabled="true" visibility="hidden" appearance="full" cols="2" overflow="visible" style="left:220px; top:5px; width:390px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>물품마스터</label>
- <value>01</value>
- </item>
- <item>
- <label>창고마스터</label>
- <value>02</value>
- </item>
- </choices>
- </select1>
- <button id="btn_sav" class="btn5_letter2" style="left:1137px; top:3px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.makeValue("/root/send/savedata/whiolist", getGridUpdateData(grd_whiostatelist) );
- submit("TXMNG03201");
-
- fSearch();
- ]]>
- </script>
- </button>
- </group>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1185px; height:35px; background-color:#fffbf2; border-color:#ffd799; ">.,m</shape>
- <button id="btn_search" class="btn1_letter2" navindex="2" style="left:1005px; top:28px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <line id="line2" class="line_4" style="x1:995px; y1:27px; x2:995px; y2:52px; "/>
- <caption id="cap_csrreqdeptcd" class="search_name" style="left:285px; top:30px; width:81px; height:17px; ">일자:</caption>
- <input id="ipt_iodd" ref="/root/cond/iodd" class="input_default" inputtype="date" maxlength="6" format="yyyy-mm-dd" style="left:345px; top:30px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </input>
- <caption id="cap_instcd" class="search_name" style="left:10px; top:30px; width:86px; height:17px; ">기관코드 :</caption>
- <output id="opt_instcdnm" ref="/root/send/instcdnm" class="output_fix" style="left:100px; top:30px; width:175px; height:19px; text-align:center; "/>
- <select1 id="rdo_selyymmdd" ref="/root/cond/selyymmdd" appearance="full" cols="3" overflow="visible" style="left:525px; top:30px; width:175px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>일자별</label>
- <value>DD</value>
- </item>
- <item>
- <label>월별</label>
- <value>MM</value>
- </item>
- <item>
- <label>기간별</label>
- <value>DATE</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </select1>
- <button id="button3" class="btn1_letter2" style="left:1064px; top:28px; width:56px; height:22px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (getGridUpdateData(grd_whiostatelist).length == 0) {
- var fileName = window.fileDialog("save", ",", false, "세탁물창고재고현황", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if (fileName != "")
- {
- grd_whiostatelist.saveExcel(fileName, "SheetName", false, false, "", "", "false");
- }
- } else {
- messageBox("입력된 정보가 있어서 출력할 수 없습니다.", "E999");
- return;
- }
- ]]>
- </script>
- </button>
- <button id="btn_prt" class="btn1_letter2" style="left:1122px; top:28px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fPrintRex();
- /*
- if (getGridUpdateData(grd_whiostatelist).length == 0) {
-
- } else {
- messageBox("입력된 정보가 있어서 출력할 수 없습니다.", "E999");
- return;
- }*/
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:440px; top:30px; width:81px; height:17px; ">구분일자:</caption>
- <input id="ipt_siodd" ref="/root/cond/siodd" class="input_default" visibility="hidden" inputtype="date" maxlength="6" format="yyyy-mm-dd" style="left:795px; top:30px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </input>
- <input id="ipt_eiodd" ref="/root/cond/eiodd" class="input_default" visibility="hidden" inputtype="date" maxlength="6" format="yyyy-mm-dd" style="left:900px; top:30px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </input>
- <caption id="caption2" visibility="hidden" style="left:885px; top:35px; width:15px; height:14px; ">~</caption>
- <caption id="caption3" class="search_name" visibility="hidden" style="left:710px; top:30px; width:81px; height:17px; ">조회기간:</caption>
- </xhtml:body>
- </xhtml:html>
|