123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538 |
- <?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>
- <cond>
- <workflag>1</workflag>
- <workdd/>
- <fromdd/>
- <todd/>
- <goodflag>2</goodflag>
- <srchnm/>
- <resncd/>
- <chngflag/>
- <acptflag>N</acptflag>
- <prtflag>1</prtflag>
- <workfrdd/>
- <worktodd/>
- <workmm/>
- <workyy/>
- <multichk/>
- </cond>
- </main>
- <send>
- <instcd/>
- <useyn/>
- </send>
- <init>
- </init>
- <code>
- <codeinfo>
- <codelist/>
- </codeinfo>
- </code>
- <temp>
- <titleinfo/>
- <chkinfo>
- <chklist/>
- </chkinfo>
- <lnchinfo/>
- </temp>
- <init>
- <codeinfo/>
- </init>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- fInitialize();
-
- ]]>
- </script>
- <submission id="TRMNW00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/codeinfo"/>
- <submission id="TRMNG02107" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/lnchinfo"/>
- <submission id="TRMNG02109" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/temp/lnchinfo"/>
- <submission id="TRMNG02105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/lnchinfo"/>
- <submission id="TRMNG00402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/csrdeptlist"/>
- <submission id="TXMNG02107" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" resultref="/root/temp"/>
- <submission id="TXMNG02104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" resultref="/root/temp"/>
- <submission id="TXMNG02105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata1" resultref="/root/temp"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
-
- var jobposcd = getUserInfo("jobposcd");
-
- if(jobposcd == "75") {
- btn_app.disabled = false;
- } else {
- btn_app.disabled = true;
- }
-
- //ipt_workdd.value = getCurrentDate();
- ipt_fromdd.value = getCurrentDate();
- ipt_todd.value = getCurrentDate();
-
- model.makeValue("/root/send/reqdata/useyn", "Y");
- model.makeValue("/root/send/reqdata/csryn", "Y");
- submit("TRMNG00402", false);
-
- fSearch();
- }
-
- function fSearch(){
- model.makeValue("/root/send/reqdata/lowdeptcd", "02");
- model.makeValue("/root/send/reqdata/reqdd", ipt_fromdd.value);
- model.makeValue("/root/send/reqdata/reqtodd", ipt_todd.value);
- model.makeValue("/root/send/reqdata/chngflag", model.getValue("/root/main/cond/chngflag"));
- model.makeValue("/root/send/reqdata/lnchflag", "10");
- model.makeValue("/root/send/reqdata/disuseflag", "Y");
- model.makeValue("/root/send/reqdata/resncd", rdo_resncd.value);
- model.makeValue("/root/send/reqdata/acptflag", rdo_acptflag.value);
-
- submit("TRMNG02107");
- }
-
- function fSearchPrt() {
- model.makeValue("/root/send/reqdata/lowdeptcd", "02");
- model.makeValue("/root/send/reqdata/workfrdd", ipt_workfrdd.value);
- model.makeValue("/root/send/reqdata/worktodd", ipt_worktodd.value);
- model.makeValue("/root/send/reqdata/workmm", ipt_workmm.value);
- model.makeValue("/root/send/reqdata/workyy", ipt_workyy.value);
- model.makeValue("/root/send/reqdata/prtflag", rdo_prtflag.value);
-
- submit("TRMNG02109");
-
- var node = instance1.selectNodes("/root/temp/lnchinfo/lnchlist");
-
- if(node.length > 0 ) {
- exeReportPreview("RPMNG05000", "XMLSTR");
- } else {
- messageBox("해당 기간내에 폐기내역이 없습니다.", "E");
- return;
- }
-
-
- }
-
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body autorefresh="true" guideline="1,1196;">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:220px; height:15px; ">린넨폐기관리</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:747px; ">
- <group id="grp_sea" style="left:0px; top:5px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; font-family:돋움체; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="7" style="left:1137px; top:7px; width:56px; height:22px; font-family:돋움체; text-align:left; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/cond/chngflag", "");
- fSearch();
- ]]>
- </script>
- </button>
- <line id="line2" class="line_4" style="x1:1132px; y1:7px; x2:1132px; y2:27px; font-family:돋움체; "/>
- <caption id="cap_instcd" class="search_name" style="left:10px; top:8px; width:90px; height:17px; font-family:돋움체; ">업무일자:</caption>
- <caption id="caption2" class="search_name" style="left:300px; top:8px; width:64px; height:17px; font-family:돋움체; ">물품:</caption>
- <select1 id="rdo_goodflag" ref="/root/main/cond/goodflag" appearance="full" cols="2" overflow="visible" style="left:355px; top:10px; width:125px; height:15px; font-family:돋움체; border-style:none; ">
- <choices>
- <item>
- <label>물품코드</label>
- <value>1</value>
- </item>
- <item>
- <label>물품명</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:590px; top:10px; width:87px; height:17px; font-family:돋움체; ">폐기사유:</caption>
- <input id="ipt_srchnm" ref="/root/main/cond/srchnm" class="input_search" style="left:480px; top:8px; width:110px; height:19px; font-family:돋움체; "/>
- <select1 id="rdo_resncd" ref="/root/main/cond/resncd" appearance="full" cols="4" overflow="visible" style="left:670px; top:10px; width:230px; height:15px; font-family:돋움체; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>파손</label>
- <value>1</value>
- </item>
- <item>
- <label>심한노후</label>
- <value>2</value>
- </item>
- <item>
- <label>세탁불가</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_todd" ref="/root/main/cond/todd" class="input_search" inputtype="date" style="left:203px; top:7px; width:95px; height:19px; font-family:돋움체; "/>
- <input id="ipt_fromdd" ref="/root/main/cond/fromdd" class="input_search" inputtype="date" style="left:93px; top:7px; width:95px; height:19px; font-family:돋움체; "/>
- <caption id="cap_bar" style="left:190px; top:7px; width:15px; height:20px; font-family:돋움체; font-weight:bold; ">~</caption>
- <caption id="caption4" class="search_name" style="left:905px; top:10px; width:87px; height:17px; font-family:돋움체; ">승인여부:</caption>
- <select1 id="rdo_acptflag" ref="/root/main/cond/acptflag" appearance="full" cols="3" overflow="visible" style="left:985px; top:10px; width:145px; height:13px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>승인</label>
- <value>Y</value>
- </item>
- <item>
- <label>미승인</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:1193px; y2:65px; "/>
- <caption id="caption1" class="tit_2" style="left:0px; top:50px; width:100px; height:15px; ">린넨 폐기현황</caption>
- <button id="button1" class="btn4_letter4" style="left:235px; top:43px; width:80px; height:22px; ">
- <caption>변경요청</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/cond/chngflag", "Y");
- fSearch();
-
- ]]>
- </script>
- </button>
- <datagrid id="grd_lnchlist" nodeset="/root/main/lnchinfo/lnchlist" class="datagrid2" autoresize="true" caption="선택^부서^승인
상태^상태
구분^물품코드^상세
코드^린넨품명^상세규격^단위^부서명^운용
안전재고수량^린넨관리실
안전재고수량^운영안전재고
요청량^폐기수량^폐기사유^요청자^요청일자^확정량^확정자^확정일시^확정일시^현재고량^관리자^비고^lastupdtrid^fromdd^todd^nextfromdd^confdd^reqno" colsep="^" colwidth="61, 100, 58, 66, 100, 43, 130, 100, 50, 100, 0, 82, 0, 95, 70, 80, 85, 60, 70, 80, 44, 0, 0, 150, 79, 100, 100, 100, 100, 100" ellipsis="true" explorerbar="sort" frozencols="8" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="26" rowsep="|" style="left:0px; top:70px; width:1193px; height:675px; font-family:돋움체; ">
- <col checkvalue="Y,N" ref="chkyn" type="checkbox"/>
- <col disabled="true" ref="deptcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/csrdeptlist">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="certyn" type="combo">
- <choices>
- <item>
- <label>미승인</label>
- <value>N</value>
- </item>
- <item>
- <label>승인</label>
- <value>Y</value>
- </item>
- <item>
- <label>반려</label>
- <value>F</value>
- </item>
- </choices>
- </col>
- <col ref="lnchflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>폐기</label>
- <value>10</value>
- </item>
- </choices>
- </col>
- <col editable="false" ref="goodcd" type="inputbutton" style="text-align:center; "/>
- <col ref="goodcdseq" style="text-align:center; "/>
- <col ref="lngoodnm"/>
- <col ref="goodmodel"/>
- <col ref="goodunit"/>
- <col ref="deptnm" type="output" visibility="hidden" style="left:728px; top:32px; width:100px; height:23px; "/>
- <col ref="deptlnsfcnt" visibility="hidden"/>
- <col ref="lnsfcnt"/>
- <col ref="deptlnsfreqcnt" type="input"/>
- <col ref="lnsfreqcnt" type="input"/>
- <col ref="resncd" type="combo">
- <choices>
- <item>
- <label/>
- <value/>
- </item>
- <item>
- <label>파손</label>
- <value>1</value>
- </item>
- <item>
- <label>심한노후</label>
- <value>2</value>
- </item>
- <item>
- <label>세탁불가</label>
- <value>3</value>
- </item>
- </choices>
- </col>
- <col ref="reqnm"/>
- <col ref="reqdd" format="yyyy-mm-dd"/>
- <col ref="confcnt"/>
- <col ref="confnm"/>
- <col ref="confdd" format="yyyy-mm-dd"/>
- <col ref="conftm" format="hh:nn"/>
- <col ref="lnrlcnt" visibility="hidden"/>
- <col ref="lastupdtrnm" visibility="visible"/>
- <col ref="remark" type="input" visibility="visible"/>
- <col ref="lastupdtrid" type="output" visibility="hidden"/>
- <col ref="fromdd" visibility="hidden"/>
- <col ref="todd" visibility="hidden"/>
- <col ref="nextfromdd" visibility="hidden"/>
- <col ref="confdd" visibility="hidden"/>
- <col ref="reqno" visibility="hidden"/>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var reqcnt = parseInt(grd_lnchlist.valueMatrix(grd_lnchlist.row, grd_lnchlist.colRef("lnsfreqcnt")));
- var deptlnsfcnt = grd_lnchlist.valueMatrix( grd_lnchlist.row, grd_lnchlist.colRef("deptlnsfcnt"));
- var deptlnsfreqcnt = grd_lnchlist.valueMatrix( grd_lnchlist.row, grd_lnchlist.colRef("deptlnsfreqcnt"));
- var lnsfcnt = parseInt(grd_lnchlist.valueMatrix( grd_lnchlist.row, grd_lnchlist.colRef("lnsfcnt")));
- var reqno = grd_lnchlist.valueMatrix( grd_lnchlist.row, grd_lnchlist.colRef("reqno"));
-
- if(reqcnt > lnsfcnt) {
- messageBox("폐기수량은 안전재고수량보다 많을수 없습니다.", "E");
- }
-
-
- if ( grd_lnchlist.col == grd_lnchlist.colRef("lnsfreqcnt") ) {
- if ( reqcnt != "0" || reqcnt != "" ) {
- grd_lnchlist.valueMatrix(grd_lnchlist.row, grd_lnchlist.colRef("lnchflag")) = "10";
-
- if(reqno == "") {
- grd_lnchlist.rowStatus(grd_lnchlist.row) = "1";
- } else {
- grd_lnchlist.rowStatus(grd_lnchlist.row) = "2";
- }
- }
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_lnchlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <button id="btn_updt" class="btn5_letter2" style="left:1105px; top:45px; width:42px; height:19px; font-family:돋움체; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var chngflag = model.getValue("/root/main/cond/chngflag");
- var status;
- var lnsfreqcnt;
- var resncd;
-
- if(chngflag == "Y") {
-
- for(var i = grd_lnchlist.fixedRows; i < grd_lnchlist.rows; i++) {
- status = grd_lnchlist.rowStatus(i);
- lnsfreqcnt = grd_lnchlist.valueMatrix(i, grd_lnchlist.colRef("lnsfreqcnt"));
-
- resncd = grd_lnchlist.valueMatrix(i, grd_lnchlist.colRef("resncd"));
-
- if((status == "1" || status == "2" || status == "3" ) && resncd == "") {
- messageBox("폐기사유를 입력하십시오.", "I");
- return;
- }
-
- if( (status == "1" || status == "2" || status == "3" )&& (lnsfreqcnt == "" || lnsfreqcnt == null) ) {
- messageBox("폐기수량을 입력하삽시오.", "I");
- return;
- }
- }
-
-
-
- model.makeValue("/root/send/savedata/lnchlist", getGridUpdateData(grd_lnchlist) );
-
- //alert(instance1.selectNodesXml("/root/send"));
- submit("TXMNG02104");
-
- btn_search.dispatch("DOMActivate");
- //grd_lnchlist.colDisabled(grd_lnchlist.colRef("lnsfreqcnt")) = true;
- } else {
- model.makeValue("/root/send/savedata/lnchlist", getGridUpdateData(grd_lnchlist) );
- //alert(instance1.selectNodesXml("/root/send"));
- submit("TXMNG02107");
-
- btn_search.dispatch("DOMActivate");
- //grd_lnchlist.colDisabled(grd_lnchlist.colRef("lnsfreqcnt")) = true;
- }
-
-
- ]]>
- </script>
- </button>
- <button id="btn_app" class="btn5_letter2" style="left:1150px; top:45px; width:42px; height:19px; font-family:돋움체; ">
- <caption>승인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var date = getCurrentDate().toDate("YYYYMMDD");
-
- //적용일이 다음날부터인 것에서 오늘부터 적용해달라는 요청으로 수정.20120820_dark9258
- // var nextday = (date.getAddDate(1, "D")).getDateFormat("YYYYMMDD");
- var nextday = getCurrentDate();
-
- for ( var i = grd_lnchlist.fixedRows; i < grd_lnchlist.rows; i++ ) {
- if ( grd_lnchlist.valueMatrix( i, grd_lnchlist.colRef("chkyn") ) == "Y" ) {
- grd_lnchlist.rowStatus(i) = 2;
- grd_lnchlist.valueMatrix(i, grd_lnchlist.colRef("todd")) = (date.getAddDate(-1, "D")).getDateFormat("YYYYMMDD");
- grd_lnchlist.valueMatrix(i, grd_lnchlist.colRef("nextfromdd")) = nextday;
- grd_lnchlist.valueMatrix(i, grd_lnchlist.colRef("confdd")) = getCurrentDate();
- }
- }
- model.makeValue("/root/send/reqdata1/lnchlist", getGridUpdateData(grd_lnchlist) );
-
- submit("TXMNG02105");
-
- btn_search.dispatch("DOMActivate");
-
-
-
-
-
- ]]>
- </script>
- </button>
- <button id="button2" class="btn2_letter2" style="left:1060px; top:45px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var rows = grd_lnchlist.selectedRows;
- var confdd;
-
- if(rows > 0) {
- for(var i = 0; i < grd_lnchlist.selectedRows; i++) {
- confdd = grd_lnchlist.valueMatrix(grd_lnchlist.selectedRow(i), grd_lnchlist.colRef("confdd"));
-
- if(confdd != "") {
- messageBox("확정된 물품은 삭제할 수 없습니다.", "E");
- return;
- } else {
- grd_lnchlist.rowStatus(grd_lnchlist.selectedRow(i)) = "4";
- }
-
- }
- }
- ]]>
- </script>
- </button>
- <button id="button3" class="btn2_letter2" style="left:1015px; top:45px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ipt_workfrdd.value = getCurrentDate();
- ipt_worktodd.value = getCurrentDate();
-
- ipt_workmm.value = getCurrentDate().substr(0,6);
- ipt_workyy.value = getCurrentDate().substr(0,4);
-
- group1.visible = true;
- ]]>
- </script>
- </button>
- <group id="group1" visibility="hidden" style="left:850px; top:65px; width:205px; height:125px; background-color:#87CEFA; ">
- <caption id="caption17" class="tit_2" style="left:0px; top:5px; width:155px; height:13px; font-family:돋움체; ">출력양식</caption>
- <button id="button10" class="btn5_letter2" navindex="22" style="left:110px; top:95px; width:42px; height:19px; font-family:돋움체; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- group1.visible = false;
- fSearchPrt();
-
- ]]>
- </script>
- </button>
- <button id="button11" class="btn5_letter2" navindex="22" style="left:155px; top:95px; width:42px; height:19px; font-family:돋움체; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- group1.visible = false;
- ]]>
- </script>
- </button>
- <select1 id="rdo_prtflag" ref="/root/main/cond/prtflag" appearance="full" cols="3" overflow="visible" style="left:0px; top:25px; width:195px; height:20px; font-family:돋움체; background-color:transparent; border-style:none; ">
- <choices>
- <item>
- <label>월별</label>
- <value>1</value>
- </item>
- <item>
- <label>기간별</label>
- <value>2</value>
- </item>
- <item>
- <label>연도별</label>
- <value>3</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var prtflag = rdo_prtflag.value;
-
- if(prtflag == "1") {
- cap_prttitle.value = "출력연월";
- ipt_workmm.visible = true;
- ipt_workfrdd.visible = false;
- ipt_worktodd.visible = false;
- ipt_workyy.visible = false;
- cap_bar2.visible = false;
- } else if(prtflag == "2") {
- cap_prttitle.value = "출력일자";
- ipt_workmm.visible = false;
- ipt_workfrdd.visible = true;
- ipt_worktodd.visible = true;
- ipt_workyy.visible = false;
- cap_bar2.visible = true;
- } else {
- cap_prttitle.value = "출력연도";
-
- ipt_workmm.visible = false;
- ipt_workfrdd.visible = false;
- ipt_worktodd.visible = false;
- ipt_workyy.visible = true;
- cap_bar2.visible = false;
- }
- ]]>
- </script>
- </select1>
- <caption id="cap_prttitle" class="tit_2" style="left:0px; top:50px; width:75px; height:13px; font-family:돋움체; ">출력연월</caption>
- <input id="ipt_worktodd" ref="/root/main/cond/worktodd" visibility="hidden" inputtype="date" style="left:110px; top:70px; width:85px; height:19px; "/>
- <input id="ipt_workyy" ref="/root/main/cond/workyy" inputtype="date" format="yyyy" style="left:5px; top:70px; width:50px; height:19px; "/>
- <caption id="cap_bar2" visibility="hidden" style="left:95px; top:70px; width:15px; height:20px; font-weight:bold; ">~</caption>
- <input id="ipt_workfrdd" ref="/root/main/cond/workfrdd" visibility="hidden" inputtype="date" style="left:5px; top:70px; width:85px; height:19px; "/>
- <input id="ipt_workmm" ref="/root/main/cond/workmm" inputtype="date" format="yyyy-mm" style="left:5px; top:70px; width:70px; height:19px; "/>
- </group>
- <bool id="bool1" checkvalue="Y,N" ref="/root/main/cond/multichk" style="left:56px; top:77px; width:31px; height:20px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- for( i=1; i<grd_lnchlist.rows; i++ )
- {
- var multichk = model.getValue("/root/main/cond/multichk");
-
- model.setValue("/root/main/lnchinfo/lnchlist["+i+"]/chkyn",multichk);
-
- }
-
- ]]>
- </script>
- </bool>
- </group>
- </xhtml:body>
- </xhtml:html>
|