123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPAHA02140_감액입력.xrw
- * 설 명 : 감액입력
- * 설 계 자 : 채희철
- * 작 성 자 : 채희철
- * 작 성 일 : 2007.05.28
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <p_unco/>
- <h_unco>
- <totamt/>
- <totuncoamt/>
- <payinsubamt/>
- <payhealcntramt/>
- <cmpyamt/>
- <ownuncoamt/>
- </h_unco>
- </main>
- <send>
- <srchdiscuncoflag>%</srchdiscuncoflag>
- </send>
- <init>
- <baseinfo/>
- </init>
- <hidden>
- <session/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- fGetBaseInfo();
- fCheckOpener();
- ]]>
- </script>
- <submission id="TRZBC00101"/>
- <submission id="TRAHA02141" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/init/baseinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/healexamrcptweb/js/SPAHA02150.js"/>
- <script type="javascript">
- <![CDATA[
-
- ]]>
- </script>
- <script type="javascript" src="D:\CMCProject\application\webapps\com\hismainweb\js\DocTitle.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="534" pageheight="317" guideline="1,518;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:518px; height:290px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:24px; x2:517px; y2:24px; "/>
- <button id="button1" class="btn2_letter3" style="left:464px; top:4px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fDeleteRow();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn2_letter3" style="left:408px; top:4px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAddRow();
- ]]>
- </script>
- </button>
- <caption id="caption3" class="cell_1" style="left:207px; top:264px; width:60px; height:23px; vertical-align:middle; ">총금액</caption>
- <caption id="caption4" class="cell_1" style="left:379px; top:264px; width:60px; height:23px; vertical-align:middle; ">미수총액</caption>
- <output id="output2" ref="/root/main/h_unco/totamt" class="output_fix" format="#,###" style="left:270px; top:265px; width:100px; height:19px; text-align:right; "/>
- <output id="output3" ref="/root/main/h_unco/totuncoamt" class="output_fix" format="#,###" style="left:440px; top:265px; width:77px; height:19px; text-align:right; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:108px; height:14px; ">미수내역</caption>
- <datagrid id="grd_unco" nodeset="/root/main/p_unco" caption="미수분류^미수금^적용사유" colwidth="76, 90, 301" dataheight="23" defaultrows="0" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="23" rowsep="|" colsep="^" style="left:0px; top:29px; width:518px; height:232px; ">
- <col ref="uncocls" type="combo">
- <choices>
- <itemset nodeset="/root/init/baseinfo/A0393">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="uncoamt" type="input" format="(-)#,###" style="text-align:right; "/>
- <col ref="remfact" type="input"/>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var curcol = grd_unco.col;
-
- if (curcol == "1")
- {
- fAmtCalc();
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:290px; width:518px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:402px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fConfirm();
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:461px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fCancel();
- ]]>
- </script>
- </button>
- <line id="line88" class="line_6" style="x1:0px; y1:0px; x2:518px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|