1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?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>
- <grid>
- </grid>
- </main>
- <send>
- <data1/>
- <data2/>
- <data3/>
- <data4/>
- <data5/>
- <data6/>
- </send>
- <init>
- <select1>
- <label>중앙의료원</label>
- <value>1</value>
- <label>성의교정</label>
- <value>2</value>
- <label>성모병원</label>
- <value>3</value>
- <label>강남성모병원</label>
- <value>4</value>
- <label>의정부성모병원</label>
- <value>5</value>
- </select1>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removeNode("/root/main/grid");
- model.refresh();
- ]]>
- </script>
- </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="grp_tle" style="left:0px; top:0px; width:1195px; 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:38; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1195; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:9px; width:86px; height:17px; ">기관코드 :</caption>
- <button id="button1" class="btn1_letter2" style="left:1125px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- </button>
- <select1 id="combo2" class="combo_search" appearance="minimal" style="left:100px; top:8px; width:180px; height:19px; ">
- <choices>
- <item>
- <label>combo1</label>
- <value>combo1</value>
- </item>
- </choices>
- </select1>
- <line id="line13" class="line_4" style="x1:1110px; y1:7px; x2:1110px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption3" class="search_name" style="left:300px; top:10px; width:86px; height:17px; ">발주일자 :</caption>
- <caption id="caption4" style="left:1030px; top:9px; width:45px; height:20px; ">월기준</caption>
- <input id="input28" class="input_default" inputtype="date" style="left:385px; top:8px; width:90px; height:19px; "/>
- <input id="input3" class="input_default" inputtype="date" style="left:478px; top:8px; width:90px; height:19px; "/>
- </group>
- <caption id="caption8" class="tit_2" style="left:5px; top:55px; width:216px; height:13px; ">거래처/제조회사별 발주금액 내역</caption>
- <object id="object1" clsid="{463fee31-9147-4082-8b55-be24e9338b56}" style="left:0px; top:75px; width:1195px; height:662px; "/>
- <line id="line5" class="line_1" style="x1:0px; y1:70px; x2:1195px; y2:70px; "/>
- </group>
- <group id="grp_btn" style="left:0px; top:12; width:1195px; height:27px; ">
- <button id="button8" class="btn6_letter2" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <button id="button10" class="btn4_letter3" style="left:1127px; top:3px; width:68px; 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>
|