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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <abc>
- <a>FILM FUJI LASER 14*17"</a>
- <b>FILM</b>
- <c>-5325</c>
- <d>100</d>
- </abc>
- <abc>
- <a>MI-NPC 8*10</a>
- <b>FILM</b>
- <c>0</c>
- <d>100</d>
- </abc>
- <abc>
- <a>DISIDA</a>
- <b>Vial</b>
- <c>6</c>
- <d>10</d>
- </abc>
- <def>
- <a/>
- <b>TC-99M GENERATOR(MO)</b>
- <c/>
- <d>1</d>
- <e>2006-09-12 16:17</e>
- </def>
- <def>
- <a/>
- <b>I-131 1mCi</b>
- <c/>
- <d>1</d>
- <e>2006-09-12 16:17</e>
- </def>
- <def>
- <a/>
- <b>MDP</b>
- <c/>
- <d>1</d>
- <e>2006-09-12 16:17</e>
- </def>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:116px; height:14px; ">물품 입출고 관리</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line13" class="line_4" style="x1:1116px; y1:6px; x2:1116px; y2:28px; "/>
- <button id="btn_sea" class="btn1_letter2" style="left:1124px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- </button>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:78px; x2:590px; y2:78px; "/>
- <line id="line2" class="line_1" style="x1:595px; y1:78px; x2:1195px; y2:78px; "/>
- <datagrid id="datagrid1" nodeset="/root/abc" caption="재료명^분류^현재 재고량^안전량" colwidth="248, 79, 130, 130" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:0px; top:83px; width:590px; height:659px; ">
- <col ref="a"/>
- <col ref="b"/>
- <col ref="c"/>
- <col ref="d"/>
- </datagrid>
- <datagrid id="datagrid2" nodeset="/root/def" caption="구분^재료명^거래처^수량^입고일시" colwidth="80, 199, 100, 69, 150" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:595px; top:83px; width:600px; height:659px; ">
- <col ref="a"/>
- <col ref="b"/>
- <col ref="c"/>
- <col ref="d"/>
- <col ref="e"/>
- </datagrid>
- </group>
- <caption id="caption22" class="tit_2" style="left:0px; top:77px; width:82px; height:13px; ">재고내역</caption>
- <caption id="caption1" class="tit_2" style="left:595px; top:77px; width:97px; height:14px; ">입출고내역</caption>
- <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; ">
- <button id="btn_save" class="btn4_letter2" style="left:1138px; top:5px; width:56px; height:22px; ">
- <caption>저장</caption>
- </button>
- </group>
- <button id="btn_grddel" class="btn2_letter3" style="left:1085px; top:62px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- </button>
- <button id="btn_grdadd" class="btn2_letter3" style="left:1141px; top:62px; width:53px; height:19px; ">
- <caption>행추가</caption>
- </button>
- </xhtml:body>
- </xhtml:html>
|