123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?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>
- <list>
- <pumlist>
- <pumno/>
- <naeyong/>
- <pumtot/>
- <pumemplnm/>
- <chulseq/>
- </pumlist>
- </list>
- </main>
- <popdata>
- <junpyodate/>
- <makedeptcd/>
- <yogudeptcd/>
- <pumgubun/>
- <instcd/>
- </popdata>
- </root>
- </instance>
- <submission id="TRRAD01507" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/popdata" resultref="/root/main/list"/>
- <bind id="bind_totamt" ref="/root/hidden/totamt" calculate="(/root/main/orch_one/paytotamt) - (/root/main/orch_one/incmtax) -(/root/main/orch_one/resdntax)"/>
- <bind id="bind_amt" ref="/root/hidden/orchreturn/amt" calculate="sum(/root/main/list/orchlist/paytotamt)"/>
- <bind id="bind_incmtax" ref="/root/hidden/orchreturn/incmtax" calculate="sum(/root/main/list/orchlist/incmtax)"/>
- <bind id="bind_resdntax" ref="/root/hidden/orchreturn/resdntax" calculate="sum(/root/main/list/orchlist/resdntax)"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- model.removenode("/root/main/list/pumlist");
- var instcd = getUserInfo("dutplceinstcd");
- model.makeValue("/root/popdata/instcd", instcd);
- submit("TRRAD01507");
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="750" pageheight="350" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:698px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:190px; height:14px; ">품의내역조회</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:16px; width:700px; height:261px; ">
- <datagrid id="datagrid1" nodeset="/root/main/list/pumlist" caption="품의번호^건명^품의총액^작성자" colsep="^" colwidth="138, 321, 128, 87" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:0px; width:698px; height:260px; ">
- <col ref="pumno" style="text-align:center; "/>
- <col ref="naeyong"/>
- <col ref="pumtot" format="(-)#,###" style="text-align:right; "/>
- <col ref="pumemplnm"/>
- <col ref="chulseq" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- button1.dispatch("DOMActivate");
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:278px; width:700px; height:27px; ">
- <button id="btn_close" class="btn4_letter2" navindex="6" style="left:640px; top:3px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn4_letter2" navindex="6" style="left:580px; top:3px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (datagrid1.row < 1){
- messageBox("조회할 품의내역을 선택한 후 처리하시기 바랍니다.", "E999", "");
- return;
- }
- opener.javascript.model.setValue("/root/send/paydedu/pumno", model.getValue("/root/main/list/pumlist[" + datagrid1.row + "]/pumno"));
- opener.javascript.model.setValue("/root/send/paydedu/chulseq", model.getValue("/root/main/list/pumlist[" + datagrid1.row + "]/chulseq"));
- opener.javascript.btn_search.dispatch("DOMActivate");
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|