123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>
- <list>
- <remoteprntlist>
- <msgno/>
- <trsmrid/>
- <msgreqid/>
- <prntdocuid/>
- <prntparam/>
- <prntdest/>
- <msgtype/>
- <recvrid/>
- <msgcnts/>
- <trsmreqdt/>
- <trsmdt/>
- <recvcnfmdt/>
- <recvcnfmyn/>
- </remoteprntlist>
- </list>
- </main>
- <send>
- <srchtrsmreqdtfr/>
- <srchtrsmreqdtto/>
- <srchtrsmrid/>
- <srchprntdest/>
- <srchprntdocuid/>
- <remoteprntlist/>
- </send>
- <init/>
- <temp>
- <item>
- <trsmrid/>
- <prntdocuid/>
- <recvrid/>
- <trsmreqdt/>
- <prntdest/>
- <trsmdt/>
- <prntparam/>
- <recvcnfmdt/>
- <recvcnfmyn/>
- </item>
- </temp>
- </root>
- </instance>
- <script ev:event="xforms-ready" type="javascript">
- <![CDATA[
-
- // 화면초기화
- fInitialize();
-
- // 그리드 data를 컬럼별로 병합, (7번째 이후 컬럼은 동일해도 병합하지 않음)
- grd_remoteprntlist.mergeCells = "byrestriccol";
- grd_remoteprntlist.mergecol(7) = false;
- grd_remoteprntlist.mergecol(8) = false;
- grd_remoteprntlist.mergecol(9) = false;
- grd_remoteprntlist.mergecol(10) = false;
- grd_remoteprntlist.mergecol(11) = false;
- grd_remoteprntlist.mergecol(12) = false;
- grd_remoteprntlist.mergecol(13) = false;
- grd_remoteprntlist.merge();
- ]]>
- </script>
- <submission id="TRZMR00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
- </model>
- <script src="../../../com/commonweb/js/common.js" type="javascript"/>
- <script src="../../../com/commonweb/js/tfHelper.js" type="javascript"/>
- <script src="../../../com/commonweb/js/dateHelper.js" type="javascript"/>
- <script type="javascript">
- <![CDATA[
-
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- model.removeNodeset("/root/main/list");
- model.resetInstanceNode("/root/send");
- model.resetInstanceNode("/root/main");
- model.resetInstanceNode("/root/temp");
-
- model.setValue("/root/send/srchtrsmreqdtfr", getCurrentDate()); // 출력요청일자에 default로 당일날자 setting
- model.setValue("/root/send/srchtrsmreqdtto", getCurrentDate()); // 출력요청일자에 default로 당일날자 setting
-
- model.refresh();
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1195;1,1194;1,1193;1,298;1,596;1,894;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:248px; height:14px; ">원격 출력 이력 조회</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13; width:1195px; height:744px; ">
- <line id="line4" class="line_2" style="x1:0px; y1:176px; x2:1194px; y2:176px; "/>
- <line id="line3" class="line_2" style="x1:0px; y1:152px; x2:1194px; y2:152px; "/>
- <line id="line2" class="line_2" style="x1:0px; y1:128px; x2:1194px; y2:128px; "/>
- <group id="group2" style="left:0px; top:34px; width:1194px; height:60px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:60px; "/>
- <caption id="caption2" class="search_name" style="left:16px; top:9px; width:122px; height:17px; ">출력 요청 일자:</caption>
- <line id="line13" class="line_4" style="x1:1106px; y1:9px; x2:1106px; y2:51px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1122px; top:19px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
-
- submit("TRZMR00401", false);
- model.resetInstanceNode("/root/temp/item");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption3" class="text" style="left:297px; top:9px; width:21px; height:17px; ">~</caption>
- <caption id="caption4" class="search_name" style="left:616px; top:9px; width:144px; height:17px; ">출력 요청자 (ID) :</caption>
- <caption id="caption5" class="search_name" style="left:16px; top:33px; width:122px; height:17px; ">출력 목적지:</caption>
- <caption id="caption7" class="search_name" style="left:616px; top:33px; width:144px; height:17px; ">출력 서식 ID:</caption>
- <input id="ipt_srchtrsmrid" ref="/root/send/srchtrsmrid" class="input_search" navindex="3" maxlength="10" style="left:756px; top:9px; width:199px; height:19px; "/>
- <input id="ipt_srchprntdocuid" ref="/root/send/srchprntdocuid" class="input_search" navindex="3" maxlength="10" style="left:756px; top:33px; width:199px; height:19px; "/>
- <input id="ipt_srchtrsmreqdtfr" ref="/root/send/srchtrsmreqdtfr" class="input_search" navindex="3" inputtype="date" style="left:141px; top:9px; width:149px; height:19px; "/>
- <input id="ipt_srchtrsmreqdtto" ref="/root/send/srchtrsmreqdtto" class="input_search" navindex="3" inputtype="date" style="left:321px; top:9px; width:149px; height:19px; "/>
- <input id="ipt_srchprntdest" ref="/root/send/srchprntdest" class="input_search" navindex="3" maxlength="30" style="left:141px; top:33px; width:329px; height:19px; "/>
- </group>
- <line id="line8" class="line_1" style="x1:0px; y1:120px; x2:1194px; y2:120px; "/>
- <line id="line7" class="line_3" style="x1:0px; y1:741px; x2:1194px; y2:741px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:100px; width:162px; height:14px; ">원격 출력 이력 리스트</caption>
- <datagrid id="grd_remoteprntlist" nodeset="/root/main/list/remoteprntlist" caption="출력요청자^메시지요청ID^출력서식ID^출력파라미터^출력목적지^메시지타입^출력장비명^메시지내용^출력요청일시^수신일시^출력완료일시^출력여부^메시지번호" colwidth="80, 105, 80, 300, 210, 80, 80, 100, 115, 115, 115, 70, 80" dataheight="25" defaultrows="0" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" style="left:1px; top:125px; width:1192px; height:486px; border-color:#808080; ">
- <col class="output_fix" ref="trsmrid"/>
- <col class="output_fix" ref="msgreqid" type="output" visibility="hidden" maxlength="60"/>
- <col class="output_fix" ref="prntdocuid"/>
- <col class="output_fix" ref="prntparam"/>
- <col class="output_fix" ref="prntdest"/>
- <col class="output_fix" ref="msgtype" visibility="hidden"/>
- <col class="output_fix" ref="recvrid"/>
- <col class="output_fix" ref="msgcnts" visibility="hidden"/>
- <col class="output_fix" ref="trsmreqdt" format="yyyy-mm-dd hh:nn:ss"/>
- <col class="output_fix" ref="trsmdt" format="yyyy-mm-dd hh:nn:ss"/>
- <col class="output_fix" ref="recvcnfmdt" format="yyyy-mm-dd hh:nn:ss"/>
- <col class="output_fix" ref="recvcnfmyn" style="text-align:center; "/>
- <col class="output_fix" ref="msgno" type="output" visibility="hidden" maxlength="10" _key="true"/>
- <script ev:event="onclick" type="javascript">
- <![CDATA[
-
- var cur_row = grd_remoteprntlist.row;
-
- if (cur_row > 0) {
-
- model.setValue("/root/temp/item/trsmrid", model.getValue("/root/main/list/remoteprntlist[" + cur_row + "]/trsmrid"));
- model.setValue("/root/temp/item/prntdocuid", model.getValue("/root/main/list/remoteprntlist[" + cur_row + "]/prntdocuid"));
- model.setValue("/root/temp/item/recvrid", model.getValue("/root/main/list/remoteprntlist[" + cur_row + "]/recvrid"));
- model.setValue("/root/temp/item/trsmreqdt", model.getValue("/root/main/list/remoteprntlist[" + cur_row + "]/trsmreqdt"));
- model.setValue("/root/temp/item/prntdest", model.getValue("/root/main/list/remoteprntlist[" + cur_row + "]/prntdest"));
- model.setValue("/root/temp/item/trsmdt", model.getValue("/root/main/list/remoteprntlist[" + cur_row + "]/trsmdt"));
- model.setValue("/root/temp/item/prntparam", model.getValue("/root/main/list/remoteprntlist[" + cur_row + "]/prntparam"));
- model.setValue("/root/temp/item/recvcnfmdt", model.getValue("/root/main/list/remoteprntlist[" + cur_row + "]/recvcnfmdt"));
- model.setValue("/root/temp/item/recvcnfmyn", model.getValue("/root/main/list/remoteprntlist[" + cur_row + "]/recvcnfmyn"));
-
- model.refresh();
- }
-
- ]]>
- </script>
- </datagrid>
- <line id="line10" class="line_1" style="x1:0px; y1:638px; x2:1194px; y2:638px; "/>
- <caption id="caption31" class="cell_1" style="left:894px; top:668px; width:100px; height:23px; text-align:left; vertical-align:middle; ">수신일시</caption>
- <caption id="caption32" class="cell_1" style="left:0px; top:668px; width:100; height:23px; text-align:left; vertical-align:middle; ">출력목적지</caption>
- <caption id="caption34" class="cell_1" style="left:0px; top:692px; width:100; height:48px; text-align:left; vertical-align:middle; ">출력파라미터</caption>
- <caption id="caption46" class="cell_1" style="left:894px; top:716px; width:100px; height:23px; text-align:left; vertical-align:middle; ">출력여부</caption>
- <line id="line17" class="line_2" style="x1:923px; y1:714px; x2:1194px; y2:714px; "/>
- <caption id="caption28" class="cell_1" style="left:298px; top:644px; width:100px; height:23px; text-align:left; vertical-align:middle; ">출력서식ID</caption>
- <caption id="caption8" class="cell_1" style="left:894px; top:692px; width:100px; height:23px; text-align:left; vertical-align:middle; ">출력완료일시</caption>
- <caption id="caption9" class="cell_1" style="left:597px; top:644px; width:100px; height:23px; text-align:left; vertical-align:middle; ">출력장비명</caption>
- <caption id="caption10" class="cell_1" style="left:0px; top:644px; width:100; height:23px; text-align:left; vertical-align:middle; ">출력요청자</caption>
- <input id="ipt_trsmrid" ref="/root/temp/item/trsmrid" class="input_default" disabled="true" maxlength="9" style="left:103px; top:645px; width:191px; height:19px; "/>
- <input id="ipt_recvrid" ref="/root/temp/item/recvrid" class="input_default" disabled="true" style="left:700px; top:645px; width:190px; height:19px; "/>
- <input id="ipt_prntdest" ref="/root/temp/item/prntdest" class="input_default" disabled="true" maxlength="9" style="left:103px; top:669px; width:787px; height:19px; "/>
- <input id="ipt_trsmdt" ref="/root/temp/item/trsmdt" class="input_default" disabled="true" maxlength="11" format="yyyy-mm-dd hh:nn:ss" style="left:997px; top:669px; width:196px; height:19px; "/>
- <input id="ipt_recvcnfmdt" ref="/root/temp/item/recvcnfmdt" class="input_default" disabled="true" format="yyyy-mm-dd hh:nn:ss" style="left:997px; top:693px; width:196px; height:19px; "/>
- <input id="ipt_recvcnfmyn" ref="/root/temp/item/recvcnfmyn" class="input_default" disabled="true" style="left:997px; top:717px; width:196px; height:19px; "/>
- <textarea id="tar_prntparam" ref="/root/temp/item/prntparam" disabled="true" style="left:103px; top:693px; width:787px; height:45px; "/>
- <input id="ipt_prntdocuid" ref="/root/temp/item/prntdocuid" class="input_default" disabled="true" maxlength="9" style="left:401px; top:645px; width:192px; height:19px; "/>
- <caption id="caption11" class="cell_1" style="left:894px; top:644px; width:100px; height:23px; text-align:left; vertical-align:middle; ">출력요청일시</caption>
- <caption id="caption27" class="tit_2" style="left:6px; top:619px; width:247px; height:14px; ">원격 출력 이력 상세내역</caption>
- <input id="ipt_trsmreqdt" ref="/root/temp/item/trsmreqdt" class="input_default" disabled="true" maxlength="11" format="yyyy-mm-dd hh:nn:ss" style="left:997px; top:645px; width:196px; height:19px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
- <button id="button5" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- model.resetInstanceNode("/root/main");
- model.resetInstanceNode("/root/send");
- model.resetInstanceNode("/root/temp");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <line id="line44" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|