123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>건진할인현황</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <disclst>
- <item>
- <disccd/>
- <discnm/>
- <healexamflag/>
- <disccnt/>
- <discamt/>
- </item>
- </disclst>
- <discdetllst>
- <item>
- <healexamflag/>
- <seqno/>
- <pid/>
- <hngnm/>
- <cmpynm/>
- <pkgcd/>
- <orddd/>
- <totamt/>
- <uncoamt/>
- <discamt/>
- <rcptamt/>
- <empid/>
- <empnm/>
- <emprelacd/>
- <recmempid/>
- <recmempnm/>
- <remcnts/>
- </item>
- </discdetllst>
- <redudetllst>
- <item>
- <healexamflag/>
- <seqno/>
- <pid/>
- <hngnm/>
- <cmpynm/>
- <pkgcd/>
- <orddd/>
- <totamt/>
- <uncoamt/>
- <reduamt/>
- <rcptamt/>
- <recmempid/>
- <recmempnm/>
- <remcnts/>
- </item>
- </redudetllst>
- <export/>
- </main>
- <send>
- <srchfromdd/>
- <srchtodd/>
- <srchinstcd/>
- <srchdisccd/>
- <srchhealexamflag/>
- <srchhealexamdetlflag/>
- <srchhealexamflag2/>
- <srchhealexamdetlflag2/>
- </send>
- <hidden>
- </hidden>
- <init>
- <baseinfo>
- <healexamflaglist/>
- <chealexamdetlflaglist/>
- <ghealexamdetlflaglist/>
- <healexamdetlflaglist/>
- <pamcdlst/>
- <relacdlst/>
- </baseinfo>
- </init>
- </root>
- </instance>
- <submission id="TRZBC00101"/>
- <submission id="TRAHS01001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/disclst"/>
- <submission id="TRAHS01002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/discdetllst"/>
- <submission id="TRAHS01003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/redudetllst"/>
- <submission id="TRAHA00104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/baseinfo/pamcdlst"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //일자초기화
- model.setValue("/root/send/srchfromdd" , getCurrentDate());
- model.setValue("/root/send/srchtodd" , getCurrentDate());
- //기관코드 초기화
- model.setValue("/root/send/srchinstcd" , getUserInfo("dutplceinstcd"));
- //공통코드 조회
- zbcfGetCodeList( new Array("A0068", "A0069", "A0070", "P0438"),
- new Array("/root/init/baseinfo/healexamflaglist"
- , "/root/init/baseinfo/chealexamdetlflaglist"
- , "/root/init/baseinfo/ghealexamdetlflaglist"
- , "/root/init/baseinfo/relacdlst"));
- //할인코드 조회
- submit("TRAHA00104", false);
-
- //전체 넣기
- model.duplicate("/root/init/baseinfo/healexamflaglist","/root/init/baseinfo/healexamflaglist/A0068[1]", "*[1]");
- model.setValue("/root/init/baseinfo/healexamflaglist/A0068[1]/cdid", "A");
- model.setValue("/root/init/baseinfo/healexamflaglist/A0068[1]/cdnm", "전체");
- model.refresh();
- cmb_srchhealexamflag.select(0);
- cmb_srchhealexamdetlflag.select(0);
- cmb_srchhealexamflag2.select(0);
- cmb_srchhealexamdetlflag2.select(0);
-
- // model.setValue("/root/send/srchfromdd" , "20110101");
- // model.setValue("/root/send/srchtodd" , "20121231");
- // model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- /*
- * 화면merge와 카드종류 소계 및 총계를 생성한다.
- */
- function fSetRcptSum(vFlag) {
- if(vFlag == "A"){
- grd_disclst.subtotalPosition = "below";
- grd_disclst.multiTotals = true;
- grd_disclst.subtotal("clear", 0, 0);
- //총계
- for(var i =0; i < grd_disclst.cols ; i++){
- if(i >= grd_disclst.colRef("disccnt") && i <= grd_disclst.colRef("discamt")){
- grd_disclst.subtotal("sum", -1 , i ,"format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#808080; color:#ffffff; font-weight:bold ", grd_disclst.colRef("discnm"), "총계" );
- }
- }
- }else if(vFlag == "B"){
- grd_discdetllst.autoMerge = false;
- grd_discdetllst.mergeCells = "bycolrec";
- grd_discdetllst.subtotalPosition = "below";
- grd_discdetllst.multiTotals = true;
- grd_discdetllst.subtotal("clear", 0, 0);
-
- //총계
- for(var i =0; i < grd_discdetllst.cols ; i++) {
- if( i >= grd_discdetllst.colRef("totamt") && i <= grd_discdetllst.colRef("rcptamt")){
- grd_discdetllst.subtotal("sum", -1 , i ,"format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#808080; color:#ffffff; font-weight:bold ", grd_discdetllst.colRef("healexamflag") , "총계" );
- }
- //화면 merge
- if(i == grd_discdetllst.colRef("healexamflag")){
- grd_discdetllst.mergeCol(i) = true;
- }else{
- grd_discdetllst.mergeCol(i) = false;
- }
- }
- grd_discdetllst.merge();
- }else if(vFlag == "C"){
- grd_redudetllst.autoMerge = false;
- grd_redudetllst.mergeCells = "bycolrec";
- grd_redudetllst.subtotalPosition = "below";
- grd_redudetllst.multiTotals = true;
- grd_redudetllst.subtotal("clear", 0, 0);
-
- //총계
- for(var i =0; i < grd_redudetllst.cols ; i++) {
- if( i >= grd_redudetllst.colRef("totamt") && i <= grd_redudetllst.colRef("rcptamt")){
- grd_redudetllst.subtotal("sum", -1 , i ,"format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#808080; color:#ffffff; font-weight:bold ", grd_redudetllst.colRef("healexamflag") , "총계" );
- }
- //화면 merge
- if( i == grd_redudetllst.colRef("healexamflag")){
- grd_redudetllst.mergeCol(i) = true;
- }else{
- grd_redudetllst.mergeCol(i) = false;
- }
- }
- grd_redudetllst.merge();
- }
- }
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1206;">
- <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
- <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">건진할인현황</caption>
- </group>
- <group id="group2" style="left:4px; top:23px; width:1203px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:9px; width:73px; height:17px; ">기간 :</caption>
- <input id="ipt_fromdd" ref="/root/send/srchfromdd" class="input_search" navindex="7" inputtype="date" style="left:82px; top:8px; width:105px; height:19px; "/>
- <caption id="caption93" class="search_n_b" style="left:193px; top:10px; width:12px; height:17px; font-weight:bolder; ">~</caption>
- <input id="input1" ref="/root/send/srchtodd" class="input_search" navindex="7" inputtype="date" style="left:210px; top:8px; width:105px; height:19px; "/>
- <line id="line3" class="line_4" visibility="hidden" style="x1:1063px; y1:7px; x2:1063px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <line id="line2" class="line_4" style="x1:1132px; y1:7px; x2:1132px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1139px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var idx = swt_disc.selectedIndex
- var ret = false;
- var vFlag = "";
-
- if(idx == "0"){
- ret = submit("TRAHS01001");
- vFlag = "A";
- }else if(idx == "1"){
- ret = submit("TRAHS01002");
- vFlag = "B";
- }else if(idx == "2"){
- ret = submit("TRAHS01003");
- vFlag = "C";
- }
-
- if(ret){
- fSetRcptSum(vFlag);
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <button id="btn_excelsave" class="btn6_letter4" visibility="visible" style="left:976px; top:7px; width:80px; height:22px; ">
- <caption>액셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var idx = swt_disc.selectedIndex;
- var fileName = window.fileDialog("save", ", ", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if(fileName == "") return;
- if(idx == "0") {
- grd_disclst.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }else if(idx == "1"){
- grd_discdetllst.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }else if(idx == "2"){
- grd_redudetllst.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- ]]>
- </script>
- </button>
- <button id="btn_prt" class="btn6_letter2" style="left:1070px; top:7px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.makeValue("/root/main/export/srchfromdd", model.getValue("/root/send/srchfromdd").toDate().getDateFormat("YYYY/MM/DD"));
- model.makeValue("/root/main/export/srchtodd", model.getValue("/root/send/srchtodd").toDate().getDateFormat("YYYY/MM/DD"));
- var idx = swt_disc.selectedIndex;
- if(idx == "0") {
- exeReportPreview("RPAHS01001", "XMLSTR", "/root/main/export","", "false","","","","","false");
- }else if(idx == "1") {
- exeReportPreview("RPAHS01002", "XMLSTR", "/root/main/export","", "false","","","","","false");
- }else if(idx == "2") {
- exeReportPreview("RPAHS01003", "XMLSTR", "/root/main/export","", "false","","","","","false");
- }
- ]]>
- </script>
- </button>
- </group>
- <button id="btn_disc" class="btn_sw" group="tab" selected="true" style="left:5px; top:67px; width:140px; height:22px; ">
- <caption>할인계정별 전체현황</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case_disc");
- btn_disc.selected = true;
- ]]>
- </script>
- </button>
- <button id="btn_discdetl" class="btn_sw" group="tab" style="left:145px; top:67px; width:140px; height:22px; ">
- <caption>계정감면 내역(할인)</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case_discdetl");
- btn_discdetl.selected = true;
- ]]>
- </script>
- </button>
- <button id="btn_redudetl" class="btn_sw" group="tab" style="left:285px; top:67px; width:140px; height:22px; ">
- <caption>임의감면 내역(감면)</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case_redudetl");
- btn_redudetl.selected = true;
- ]]>
- </script>
- </button>
- <switch id="swt_disc" style="left:4px; top:89px; width:1203px; height:691px; ">
- <case id="case_disc" selected="true">
- <datagrid id="grd_disclst" nodeset="/root/main/disclst/item" caption="할인코드^할인계정명^건진종류^할인건수^할인금액^입금액^미수액^비고" colsep="^" colwidth="150, 500, 100, 150, 200" explorerbar="sortshowmove" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:5px; width:1191px; height:679px; ">
- <col ref="disccd" style="text-align:left; padding-left:5; "/>
- <col ref="discnm" style="text-align:left; padding-left:5; "/>
- <col ref="healexamflag" style="text-align:center; "/>
- <col ref="disccnt" format="(-,+)#,###" style="text-align:right; padding-right:5; "/>
- <col ref="discamt" format="(-,+)#,###" style="text-align:right; padding-right:5; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if(grd_disclst.row > 0 && grd_disclst.row < grd_disclst.rows ) {
- model.setValue("/root/send/srchdisccd" , grd_disclst.valueMatrix(grd_disclst.row , grd_disclst.colRef("disccd")) );
- cmb_srchhealexamflag.select(0);
- btn_discdetl.dispatch("DOMActivate");
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_disclst.gridToInstance();
- fSetRcptSum("A");
- ]]>
- </script>
- <script type="javascript" ev:event="onbeforesort">
- <![CDATA[
- grd_disclst.subtotal("clear", 0, 0);
- grd_disclst.rebuild();
- ]]>
- </script>
- </datagrid>
- </case>
- <case id="case_discdetl">
- <line id="line1" class="line_1" style="x1:5px; y1:2px; x2:1196px; y2:2px; "/>
- <line id="line6" class="line_1" style="x1:5px; y1:27px; x2:1196px; y2:27px; "/>
- <caption id="cap_cmpyflag" class="cell_1" style="left:6px; top:7px; width:55px; height:19px; vertical-align:middle; ">할인코드</caption>
- <select1 id="cmb_disc" ref="/root/send/srchdisccd" appearance="minimal" style="left:65px; top:7px; width:240px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/pamcdlst/disccdlst">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="cell_1" style="left:311px; top:7px; width:55px; height:19px; vertical-align:middle; ">건진구분</caption>
- <select1 id="cmb_srchhealexamflag" ref="/root/send/srchhealexamflag" class="combo_search" appearance="minimal" style="left:368px; top:7px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/healexamflaglist/A0068">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- var value = model.getValue("/root/send/srchhealexamflag");
- model.removeNodeset("/root/init/baseinfo/healexamdetlflaglist/item");
- model.makeValue("/root/init/baseinfo/healexamdetlflaglist/item/cdid" , "A");
- model.makeValue("/root/init/baseinfo/healexamdetlflaglist/item/cdnm" , "전체");
-
- if(value == "A"){
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/chealexamdetlflaglist/A0069", "after");
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/ghealexamdetlflaglist/A0070", "after");
- }else if(value == "C"){
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/chealexamdetlflaglist/A0069", "after");
- }else if(value == "G"){
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/ghealexamdetlflaglist/A0070", "after");
- }
- cmb_srchhealexamdetlflag.select(0);
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_srchhealexamdetlflag" ref="/root/send/srchhealexamdetlflag" class="combo_search" appearance="minimal" style="left:488px; top:7px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/healexamdetlflaglist/item">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <datagrid id="grd_discdetllst" nodeset="/root/main/discdetllst/item" autoresize="true" caption="건진종류^순번^할인계정^등록번호^성명^건진코드명^건진일자^총금액^미수금액^할인액^실수납액^단체명^직원정보^사원명^관계^직원소개^사원명^비고" colsep="^" colwidth="120, 40, 221, 80, 80, 80, 85, 90, 90, 90, 90, 150, 90, 90, 90, 90, 90, 800" explorerbar="sortshowmove" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:5px; top:30px; width:1191px; height:654px; ">
- <col ref="healexamflag" style="text-align:center; "/>
- <col ref="seqno" format="yyyy-mm-dd" style="text-align:right; padding-right:5; "/>
- <col ref="discunconm" style="text-align:left; padding-left:5; "/>
- <col ref="pid" style="text-align:left; padding-left:5; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="pkgcd" style="text-align:left; padding-left:5; "/>
- <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="totamt" format="(-,+)#,###" style="text-align:right; padding-right:5; "/>
- <col ref="uncoamt" format="(-,+)#,###" style="text-align:right; padding-right:5; "/>
- <col ref="discamt" format="(-,+)#,###" style="text-align:right; padding-right:5; "/>
- <col ref="rcptamt" format="(-,+)#,###" style="text-align:right; padding-right:5; "/>
- <col ref="cmpynm" style="text-align:left; padding-left:5; "/>
- <col ref="empid" style="text-align:left; padding-left:5; "/>
- <col ref="empnm" style="text-align:center; "/>
- <col disabled="true" ref="emprelacd" type="combo" style="text-align:left; padding-left:5; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/relacdlst/P0438">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="recmempid" style="text-align:left; padding-left:5; "/>
- <col ref="recmempnm" style="text-align:center; "/>
- <col ref="remcnts" style="text-align:left; padding-left:5; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_discdetllst.gridToInstance();
- fSetRcptSum("B");
- ]]>
- </script>
- <script type="javascript" ev:event="onbeforesort">
- <![CDATA[
- grd_discdetllst.subtotal("clear",0,0);
- grd_discdetllst.rebuild();
- ]]>
- </script>
- </datagrid>
- </case>
- <case id="case_redudetl">
- <line id="line4" class="line_1" style="x1:5px; y1:2px; x2:1196px; y2:2px; "/>
- <line id="line5" class="line_1" style="x1:5px; y1:27px; x2:1196px; y2:27px; "/>
- <caption id="caption4" class="cell_1" style="left:6px; top:7px; width:55px; height:19px; vertical-align:middle; ">건진구분</caption>
- <select1 id="cmb_srchhealexamflag2" ref="/root/send/srchhealexamflag2" class="combo_search" appearance="minimal" style="left:63px; top:7px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/healexamflaglist/A0068">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- var value = model.getValue("/root/send/srchhealexamflag2");
- model.removeNodeset("/root/init/baseinfo/healexamdetlflaglist/item");
- model.makeValue("/root/init/baseinfo/healexamdetlflaglist/item/cdid" , "A");
- model.makeValue("/root/init/baseinfo/healexamdetlflaglist/item/cdnm" , "전체");
-
- if(value == "A"){
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/chealexamdetlflaglist/A0069", "after");
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/ghealexamdetlflaglist/A0070", "after");
- }else if(value == "C"){
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/chealexamdetlflaglist/A0069", "after");
- }else if(value == "G"){
- copyNodesetType("/root/init/baseinfo/healexamdetlflaglist/item","/root/init/baseinfo/ghealexamdetlflaglist/A0070", "after");
- }
- cmb_srchhealexamdetlflag2.select(0);
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_srchhealexamdetlflag2" ref="/root/send/srchhealexamdetlflag2" class="combo_search" appearance="minimal" style="left:183px; top:7px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/healexamdetlflaglist/item">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <datagrid id="grd_redudetllst" nodeset="/root/main/redudetllst/item" autoresize="true" caption="건진종류^순번^등록번호^성명^건진코드명^건진일자^총금액^미수금액^감면액^실수납액^단체명^사원번호^사원명^비고" colsep="^" colwidth="120, 40, 90, 90, 90, 90, 90, 90, 90, 90, 150, 90, 90, 800" explorerbar="sortshowmove" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:5px; top:30px; width:1191px; height:654px; ">
- <col ref="healexamflag" style="text-align:center; "/>
- <col ref="seqno" format="yyyy-mm-dd" style="text-align:right; padding-right:5; "/>
- <col ref="pid" style="text-align:left; padding-left:5; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="pkgcd" style="text-align:left; padding-left:5; "/>
- <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="totamt" format="(-,+)#,###" style="text-align:right; padding-right:5; "/>
- <col ref="uncoamt" format="(-,+)#,###" style="text-align:right; padding-right:5; "/>
- <col ref="reduamt" format="(-,+)#,###" style="text-align:right; padding-right:5; "/>
- <col ref="rcptamt" format="(-,+)#,###" style="text-align:right; padding-right:5; "/>
- <col ref="cmpynm" style="text-align:left; padding-left:5; "/>
- <col ref="recmempid" style="text-align:left; padding-left:5; "/>
- <col ref="recmempnm" style="text-align:center; "/>
- <col ref="remcnts" style="text-align:left; padding-left:5; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_redudetllst.gridToInstance();
- fSetRcptSum("C");
- ]]>
- </script>
- <script type="javascript" ev:event="onbeforesort">
- <![CDATA[
- grd_redudetllst.subtotal("clear", 0, 0);
- grd_redudetllst.rebuild();
- ]]>
- </script>
- </datagrid>
- </case>
- </switch>
- </xhtml:body>
- </xhtml:html>
|