1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?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="">
- <example>Sample</example>
- <instcd/>
- <goodflag/>
- <basedd/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //화면 Control을 초기화한다
- fInitialize();
- ]]>
- </script>
- </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="../../../mis/purccommonweb/js/PURC.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- misfComboComCdListMulti("Z0007,R0025","cmb_instcd,cmb_goodflag" );
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:209px; height:14px; ">재고자산수불현황출력</caption>
- </group>
- <group id="group5" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
- <caption id="caption21" class="tit_2" style="left:5px; top:54px; width:211px; height:13px; ">재고자산수불현황</caption>
- <group id="group6" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
- <shape id="roundrect3" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption10" class="search_name" style="left:283px; top:9px; width:93px; height:17px; ">기 준 월 :</caption>
- <caption id="caption7" class="search_name" style="left:15px; top:9px; width:93px; height:17px; ">기관코드 :</caption>
- <select1 id="cmb_instcd" ref="/root/instcd" class="combo_s_essential" appearance="minimal" style="left:100; top:8px; width:141px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/instcd">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="input6" ref="/root/basedd" class="input_s_essential" inputtype="date" style="left:365px; top:8px; width:100px; height:19px; "/>
- <line id="line18" class="line_4" style="x1:1109px; y1:7px; x2:1109px; y2:29px; border-left-style:solid; "/>
- <button id="button14" class="btn1_letter2" style="left:1124px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- </button>
- <select1 id="cmb_goodflag" ref="/root/goodflag" class="combo_s_essential" appearance="minimal" style="left:594px; top:8px; width:141px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/goodflag">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:509px; top:9px; width:93px; height:17px; ">물품구분 :</caption>
- </group>
- <line id="line15" class="line_1" style="x1:0px; y1:69px; x2:1195px; y2:69px; "/>
- <datagrid id="datagrid1" caption="물품구분^분 류 명^전월말 재고금액^입고금액^출고금액^금월말 재고금액" colwidth="150, 150, 150, 150, 150, 150" dataheight="25" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:0px; top:74px; width:1195px; height:660px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <button id="button46" class="btn6_letter2" style="left:0; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <line id="line1" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|