12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?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>SPRWP00901_급여항목별금액조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <payitemamt>
- <payitemamtlist/>
- </payitemamt>
- </main>
- <target/>
- <init>
- </init>
- <send>
- <payitemamt>
- <saldfrayflag/>
- <payym/>
- <emplno/>
- <prntitemcd/>
- <prntbasecd/>
- </payitemamt>
- </send>
- </root>
- </instance>
- <script ev:event="xforms-ready" type="javascript">
- <![CDATA[
- misfGridInit(grd_payitemamtlist);
- misfMsterDetailSet(grd_payitemamtlist,null, "TRRWP00902" ,"N");
-
- model.setValue("/root/send/payitemamt/saldfrayflag", model.getValue("root/target/defaultvalue/saldfrayflag"));
- model.setValue("/root/send/payitemamt/payym",model.getValue("root/target/defaultvalue/payym"));
- model.setValue("/root/send/payitemamt/emplno",model.getValue("root/target/defaultvalue/emplno"));
- model.setValue("/root/send/payitemamt/prntitemcd",model.getValue("root/target/defaultvalue/prntitemcd"));
- model.setValue("/root/send/payitemamt/prntbasecd",model.getValue("root/target/defaultvalue/prntbase"));
-
- model.refresh();
-
- submit("TRRWP00902");
- ]]>
- </script>
- <submission id="TRRWP00902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/payitemamt" resultref="/root/main/payitemamt"/>
- </model>
- <script src="../../../com/commonweb/js/common.js" type="javascript"/>
- <script src="../../../mis/miscommonweb/js/MIS.js" type="javascript"/>
- <script src="../../../com/commonweb/js/tfHelper.js" type="javascript"/>
- </xhtml:head>
- <xhtml:body pagewidth="550" pageheight="550" guideline="1,534; 2,343;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:534px; height:520px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:147px; height:14px; ">급여 항목별 금액 List</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:534px; y2:20px; "/>
- <datagrid id="grd_payitemamtlist" nodeset="/root/main/payitemamt/payitemamtlist" caption="급여항목명^급여항목금액|급여항목명^급여항목금액" colsep="^" colwidth="321, 170" dataheight="23" defaultrows="0" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:25px; width:534px; height:495px; ">
- <col ref="payitemnm"/>
- <col ref="payitemamt" format="#,###" style="text-align:right; vertical-align:middle; "/>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:521px; width:534px; height:27px; ">
- <button id="btn_cancel" class="btn4_letter2" style="left:471px; top:2px; width:56px; height:22px; ">
- <caption>종료</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:518px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|