123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- <?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>
- <rsohoutscustcdselect/>
- </main>
- <send>
- <instcd/>
- <goodflag/>
- <winfrdd/>
- <wintodd/>
- <lrgcd/>
- <lrgnm/>
- <mdlcd/>
- <mdlnm/>
- <smlcd/>
- <smlnm/>
- <sortmoneytype/>
- </send>
- <init/>
- <temp/>
- </root>
- </instance>
- <submission id="TRRSO01901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/rsohoutscustcdselect"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //화면 Control을 초기화한다
- fInitialize();
- ]]>
- </script>
- <bind id="deliveamt" ref="/root/main/rsohoutscustcdselect/deliveamt" calculate="../delivedeptqty * ../goodunitcost"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
-
- model.resetInstanceNode("/root/send");
-
- rszfGoodFlagListByPgmGubn(cmb_goodflag,"2","N");
-
- rszfUserInstList(cmb_instcd,getUserInfo("userid"));
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
-
- var curdate = getCurrentDate();
- var cvtdate = curdate.toDate("YYYYMMDD");
-
- misfGridInit(grd_rsohoutscustcdselect);
- misfMsterDetailSet(grd_rsohoutscustcdselect,null, "TRRSO01901" ,"N");
-
- model.setValue(ipt_winfrdd.attribute("ref") ,cvtdate.getAddDate(-10,"D").getDateFormat("YYYYMMDD"));
- model.setValue(ipt_wintodd.attribute("ref") ,curdate);
-
- grd_rsohoutscustcdselect.subtotalposition = "after";
-
- model.refresh();
- }
- //필수항목 체크하는 메소드 넣기.
- function fCheckRetrieveData()
- {
- if(!isRequiredControls("cmb_instcd") )return false; // 기관코드 , commonweb/js/tfHelper.js
- if(!isRequiredControls("cmb_goodflag") )return false; // 물품구분
- if(!isRequiredControls("ipt_delivefrdd") )return false; // 출고시작일자
- if(!isRequiredControls("ipt_delivetodd") )return false; // 출고종료일자
- //if(!isRequiredControls("cmb_stocdeptcd") )return false; // 부서코드
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:214px; height:14px; ">판매회사별 입고금액</caption>
- </group>
- <group id="group5" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <caption id="caption21" class="tit_2" style="left:5px; top:109px; width:216px; height:13px; ">판매회사별 입고금액내역</caption>
- <group id="group6" style="left:0px; top:13px; width:1195px; height:87px; vertical-align:top; ">
- <shape id="roundrect3" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:87px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="cap_goodflag" class="search_name" style="left:236px; top:9px; width:93px; height:17px; ">물품구분 :</caption>
- <caption id="cap_delivefrdd" class="search_name" style="left:15px; top:35px; width:93px; height:17px; ">입고일자 :</caption>
- <select1 id="cmb_goodflag" ref="/root/send/goodflag" class="combo_s_essential" appearance="minimal" style="left:322px; top:8px; width:108px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_winfrdd" ref="/root/send/winfrdd" class="input_s_essential" inputtype="date" style="left:100px; top:34px; width:108px; height:19px; "/>
- <input id="ipt_wintodd" ref="/root/send/wintodd" class="input_s_essential" inputtype="date" style="left:224px; top:34px; width:108px; height:19px; "/>
- <caption id="caption11" class="search_n_b" style="left:210px; top:37px; width:12px; height:17px; font-weight:bolder; ">~</caption>
- <line id="line18" class="line_4" style="x1:1109px; y1:12px; x2:1109px; y2:76px; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1124px; top:31px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfGridInit(grd_rsohoutscustcdselect);
-
- if(fCheckRetrieveData(false) == false)return;
- //misfGridInit(grd_rsohoutscustcdselect)
- misfMsterDetailRetrieve();
-
- // grd_rsohoutscustcdselect.subtotal("clear",0 , 0);
-
- //거래처별 출고금액합계
- // grd_rsohoutscustcdselect.subtotal("sum" , 1 , 7 , "format:#,###.0; ", "background-color:#ffff99; font-weight:bold; " , 1 , "거래처별출고금액");
-
- //제조회사별 출로금액합계
- //grd_rsohoutscustcdselect.subtotal("sum" , 2 , 7 , "format:#,###.0; ", "background-color:#ffff99; font-weight:bold; " , 2 , "제조회사별출고금액");
- /*
- var gridrow = grd_rsohoutscustcdselect.rows;
- alert(gridrow);
- if(sortmoneytype.value == 'A')
- {
- alert("A");
- grd_rsohoutscustcdselect.colsort(0) ="asc";
- grd_rsohoutscustcdselect.colsort(1) ="asc";
- grd_rsohoutscustcdselect.colsort(2) ="asc";
- grd_rsohoutscustcdselect.colsort(3) ="asc";
- grd_rsohoutscustcdselect.colsort(4) ="asc";
- grd_rsohoutscustcdselect.colsort(5) ="asc";
- grd_rsohoutscustcdselect.sort(1,0, gridrow-1 ,5) = "usersort";
- }else if (sortmoneytype.value == 'B') {
- alert("B");
- grd_rsohoutscustcdselect.colsort(5) ="asc";
- grd_rsohoutscustcdselect.sort(1,0, gridrow ,5) = "usersort";
- }
- */
- //submit("TRRSO01901");
- //alert("End" );
- //model.refresh();
-
- ]]>
- </script>
- </button>
- <caption id="cap_instcd" class="search_name" style="left:15px; top:9; width:93px; height:17px; ">기관코드 :</caption>
- <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_s_essential" appearance="minimal" style="left:100px; top:8; width:108px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_lrgnm_search" ref="/root/send/lrgnm" class="input_s_essential" style="left:702px; top:8px; width:200px; height:19px; "/>
- <button id="btn_lrgcd" class="icon_search" style="left:679px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_lrgcd_search,"","lrgcd,lrgnm","SPRSD00130","goodflag","cmb_goodflag");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_lrgcd_search" ref="/root/send/lrgcd" class="input_s_essential" style="left:572px; top:8px; width:100px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:490px; top:9px; width:86px; height:17px; ">대 분 류 :</caption>
- <button id="btn_mdlcd" class="icon_search" style="left:679px; top:36px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_mdlcd_search,"","mdlcd,mdlnm","SPRSD00140" ,"goodflag,lrgcd,lrgnm","cmb_goodflag,ipt_lrgcd_search,ipt_lrgnm_search");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption3" class="search_name" style="left:490px; top:35px; width:93px; height:17px; ">중 분 류 :</caption>
- <input id="ipt_mdlnm_search" ref="/root/send/mdlnm" class="input_s_essential" style="left:702px; top:34px; width:200px; height:19px; "/>
- <input id="ipt_mdlcd_search" ref="/root/send/mdlcd" class="input_s_essential" style="left:572px; top:34px; width:100px; height:19px; "/>
- <button id="button1" class="icon_search" style="left:679px; top:62px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_smlcd_search,"","smlcd,smlnm","SPRSD00150","goodflag,lrgcd,lrgnm,mdlcd,mdlnm","cmb_goodflag_search,ipt_lrgcd_search,ipt_lrgnm_search,ipt_mdlcd_search,ipt_mdlnm_search");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:490px; top:61px; width:93px; height:17px; ">소 분 류 :</caption>
- <input id="ipt_smlnm_search" ref="/root/send/smlnm" class="input_s_essential" style="left:702px; top:60px; width:200px; height:19px; "/>
- <input id="ipt_smlcd_search" ref="/root/send/smlcd" class="input_s_essential" style="left:572px; top:60px; width:100px; height:19px; "/>
- <caption id="caption9" class="search_name" style="left:15px; top:61px; width:112px; height:17px; ">정렬순서 :</caption>
- <select1 id="sortmoneytype" ref="/root/send/sortmoneytype" appearance="full" cellspacing="20" cols="2" overflow="visible" style="left:104px; top:61px; width:153px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>단가기준</label>
- <value>A</value>
- </item>
- <item>
- <label>금액기준</label>
- <value>B</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- </group>
- <line id="line15" class="line_1" style="x1:0px; y1:124px; x2:1195px; y2:124px; "/>
- <datagrid id="grd_rsohoutscustcdselect" nodeset="/root/main/rsohoutscustcdselect" caption="판매회사^약품코드^상품명^입고량^제품단가^입고금액" colsep="^" colwidth="400, 120, 280, 100, 120, 120" dataheight="25" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:128px; width:1195px; height:600px; ">
- <col ref="maincustlastsuplplcenm"/>
- <col ref="goodcd"/>
- <col ref="goodnm" visibility="visible"/>
- <col ref="winqty" style="text-align:right; "/>
- <col ref="goodunitcost" format="#,###" style="text-align:right; "/>
- <col ref="winamt" format="#,###" style="text-align:right; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_rsohoutscustcdselect.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <button id="button34" class="btn6_letter2" visibility="hidden" disable.background-image="../../../com/commonweb/images/dis_btn6_letter2.gif" style="left:0; top:3px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn6_letter2.gif; ">
- <caption>출력</caption>
- </button>
- <line id="line1" class="line_6" style="x1:0px; y1:25; x2:1195; y2:25; "/>
- <button id="btn_init" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|