123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- <?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>
- <whstinfo>
- <whstlist>
- <goodcd/>
- <goodnm/>
- <goodspec/>
- <stockcnt/>
- <remark1/>
- <fstrgstrid/>
- <ioflag/>
- <stockdd/>
- </whstlist>
- <csrdeptlist/>
- </whstinfo>
- <csrdeptlist/>
- </main>
- <send>
- <instcdnm/>
- <stockdd/>
- <gubuncd>02</gubuncd>
- </send>
- <cond>
- <stockdd/>
- </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="TRMNG03101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/whstinfo"/>
- <submission id="TXMNG03101" 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_stockdd.attribute("ref"), getCurrentDate()); //년월
-
- fSearch();
- }
-
- function fSearch() {
-
- model.setValue("/root/send/stockdd", model.getValue(ipt_stockdd.attribute("ref")));
- model.setValue("/root/send/gubuncd", model.getValue(rdo_gubuncd.attribute("ref"))); //마스터코드구분 01:물품마스터02:창고마스터
-
- submit("TRMNG03101");
-
- var ioflag;
- for(var i = grd_whstlist.fixedRows; i < grd_whstlist.rows; i++) {
- ioflag = grd_whstlist.valueMatrix(i, grd_whstlist.colRef("ioflag"));
-
- if(ioflag == "N") {
- grd_whstlist.rowStatus(i) = "1";
- }
- }
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1210;2,756;" 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:121px; height:14px; ">세탁물 창고기초재고 등록</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:1185px; y2:26px; "/>
- <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/whstlist", getGridUpdateData(grd_whstlist) );
- submit("TXMNG03101");
-
- fSearch();
- ]]>
- </script>
- </button>
- <col ref="whstcnt" type="input"/>
- <col ref="whstcnt" type="input"/>
- <datagrid id="grd_whstlist" nodeset="/root/main/whstinfo/whstlist" visibility="visible" caption="물품코드^물품명^규격^재고수량^관리자^비고^flag^일자" colsep="^" colwidth="136, 197, 182, 101, 110, 408, 100, 162" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1185px; height:635px; ">
- <col ref="goodcd" visibility="visible"/>
- <col ref="goodnm" visibility="visible"/>
- <col ref="goodspec" visibility="visible"/>
- <col ref="stockcnt" type="input" visibility="visible" format="#,###"/>
- <col ref="fstrgstrid" visibility="visible"/>
- <col ref="remark1" type="input" visibility="visible"/>
- <col ref="ioflag" visibility="hidden"/>
- <col ref="stockdd" visibility="hidden"/>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- var row = grd_whstlist.row;
- if(event.keyCode == 13) { // Enter 쳤을 경우 아래 수량으로
- if(grd_whstlist.col == grd_whstlist.colRef("stockcnt")) { //불출수량이나 미불출수량 엔터시
- if(grd_whstlist.row + 1 < grd_whstlist.rows) {
- grd_whstlist.row = row + 1;
- }
- }
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- //grd_whstlist.valueMatrix(grd_whstlist.row, grd_whstlist.colRef("fstrgstrid")) = getUserInfo("userid");
- ]]>
- </script>
- </datagrid>
- </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:1120px; top:25px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <line id="line2" class="line_4" style="x1:1100px; y1:25px; x2:1100px; y2:50px; "/>
- <caption id="cap_csrreqdeptcd" class="search_name" style="left:285px; top:30px; width:81px; height:17px; ">일자:</caption>
- <input id="ipt_stockdd" ref="/root/cond/stockdd" 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_gubuncd" ref="/root/send/gubuncd" disabled="true" visibility="hidden" overflow="visible" appearance="full" cols="2" style="left:480px; top:30px; width:390px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>물품마스터</label>
- <value>01</value>
- </item>
- <item>
- <label>창고마스터</label>
- <value>02</value>
- </item>
- </choices>
- </select1>
- </xhtml:body>
- </xhtml:html>
|