12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?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>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </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:189px; height:14px; ">입고내역현황출력</caption>
- </group>
- <group id="group5" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <caption id="caption21" class="tit_2" style="left:5px; top:83px; width:101px; height:13px; ">입고내역현황</caption>
- <group id="group6" style="left:0px; top:13px; width:1195px; height:61px; vertical-align:top; ">
- <shape id="roundrect3" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:61px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption10" class="search_name" style="left:15px; top:35; width:93px; height:17px; ">물품구분 :</caption>
- <caption id="caption7" class="search_name" style="left:580px; top:9; width:93px; height:17px; ">출력구분 :</caption>
- <caption id="caption9" class="search_name" style="left:252px; top:35px; width:87px; height:17px; ">거 래 처 :</caption>
- <select1 id="combo2" class="combo_s_essential" appearance="minimal" style="left:100px; top:34px; width:123px; height:19px; ">
- <choices>
- <item>
- <label>combo1</label>
- <value>combo1</value>
- </item>
- </choices>
- </select1>
- <input id="input6" class="input_s_essential" inputtype="date" style="left:334px; top:8; width:100px; height:19px; "/>
- <input id="input1" class="input_s_essential" inputtype="date" style="left:453px; top:8px; width:100px; height:19px; "/>
- <caption id="caption11" class="search_n_b" style="left:438px; top:10px; width:12px; height:17px; font-weight:bolder; ">~</caption>
- <select1 id="radio1" overflow="visible" appearance="full" cols="3" cellspacing="8" style="left:665px; top:10px; width:209px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>거 래 처</label>
- <value>radio1</value>
- </item>
- <item>
- <label>계 정</label>
- <value/>
- </item>
- <item>
- <label>제 조 사</label>
- <value/>
- </item>
- </choices>
- </select1>
- <button id="button48" class="icon_search" style="left:439px; top:36px; width:16px; height:16px; ">
- <caption/>
- </button>
- <input id="input17" class="input_default" style="left:334px; top:34; width:100; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:249px; top:9; width:93px; height:17px; ">입고일자 :</caption>
- <input id="input3" class="input_default" style="left:460px; top:34; width:200px; height:19px; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:9; width:93px; height:17px; ">기관코드 :</caption>
- <select1 id="combo1" class="combo_s_essential" appearance="minimal" style="left:100px; top:8; width:123px; height:19px; ">
- <choices>
- <item>
- <label>combo1</label>
- <value>combo1</value>
- </item>
- </choices>
- </select1>
- <line id="line30" class="line_4" style="x1:1110px; y1:8px; x2:1110px; y2:51px; "/>
- <button id="button19" class="btn1_letter2" style="left:1125px; top:19px; width:56px; height:22px; ">
- <caption>조회</caption>
- </button>
- </group>
- <line id="line15" class="line_1" style="x1:0px; y1:98px; x2:1195px; y2:98px; "/>
- <datagrid id="datagrid1" caption="거 래 처^계 정^물품코드^품명 및 규격^입고수량^단 가^금 액^품의금액^입고일자" colwidth="120, 120, 120, 120, 120, 120, 100, 100, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:0px; top:103px; width:1195px; height:631px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <button id="button39" class="btn6_letter2" style="left:0; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <line id="line1" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|