123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569 |
- <?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>
- <itempool>
- <itempoollist/>
- </itempool>
- </main>
- <send>
- <req>
- <instcd/>
- <trngflag/>
- <deptcd/>
- <yy/>
- </req>
- <question/>
- <answer/>
- <checkflag/>
- </send>
- <init>
- <deptcond/>
- <scheflag/>
- <num/>
- </init>
- <temp>
- </temp>
- <hidden>
- <tisorddeptcdlist/>
- </hidden>
- </root>
- </instance>
- <submission id="TRRTS00602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqint" resultref="/root/main/tisorddeptcdlist"/>
- <submission id="TRRTC01701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/itempool"/>
- <submission id="TXRTC01701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- </model>
- <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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../mis/tistrngeducbaseinfomngtweb/js/RTC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- misfMsterDetailSet(grd_itempoollist, null, "TRRTC01701", "Y");
-
- submit("TRRTS00602");
-
- var node = instance1.selectSingleNode("/root/main/tisorddeptcdlist").length;
-
- for(var i=1 ; i<=node ; i++)
- {
- model.makeValue("/root/hidden/tisorddeptcdlist[" + i + "]/deptnm", model.getValue("/root/main/tisorddeptcdlist[" + i + "]/deptnm"));
- model.makeValue("/root/hidden/tisorddeptcdlist[" + i + "]/deptcd", model.getValue("/root/main/tisorddeptcdlist[" + i + "]/deptcd"));
- }
-
- model.copyNode("/root/hidden/tisorddeptcdlist","/root/main/tisorddeptcdlist");
- misfGridInit(grd_itempoollist);
-
- var today = getCurrentDate();
- var cur_mm = parseInt(today.substring(4, 6));
- var yy = parseInt(today.substring(0, 4));
-
- /*
- if (cur_mm >= 11)
- cur_yy++;
- */
- model.setValue("/root/send/req/yy", yy);
- ipt_yy.refresh();
-
- misfGridComboComCdList("R0305",grd_itempoollist,"instcd");
- misfGridComboComCdList("R0151",grd_itempoollist,"trngflag");
-
- misfComboComCdListMulti("R0305,R0151", "cmb_instcd,cmb_trngflag");
-
- addComboItem( "cmb_instcd", "전체", "", "above");
- addComboItem( "cmb_deptcd", "전체", "", "above");
-
- model.setValue("/root/send/req/instcd",getUserInfo("posinstcd"));
-
- var sPosdeptcd = getUserInfo("posdeptcd");
-
- // 내과 세부분과이면 내과로 세팅
- if(sPosdeptcd == "2010300000" || sPosdeptcd == "2010400000" || sPosdeptcd == "2010500000" || sPosdeptcd == "2010600000" || sPosdeptcd == "2010700000" || sPosdeptcd == "2010800000" || sPosdeptcd == "2010900000" || sPosdeptcd == "2011000000" || sPosdeptcd == "2011100000")
- {
- model.setValue("/root/send/req/deptcd", "2010000000"); // 진료과 설정 ;
- }
- else
- {
- model.setValue("/root/send/req/deptcd", sPosdeptcd); // 진료과 설정
- }
-
- fCheckAuth();
-
- cmb_deptcd.refresh();
-
- cmb_trngflag.select(0);
-
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //========================================================================================
- //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
- //========================================================================================
- function fCheckAuth() {
- btn_search.disabled =!checkAuth("R") ;
- btn_save.disabled = !checkAuth("X") ;
-
- // 관리자는 날짜에 관계없이 입력, 수정, 삭제를 할 수 있다
- if(!checkAuth("P"))
- {
- rtsfCheckTermFlag('04',cmb_deptcd.value);
-
- var from = model.getValue("/root/updtsche/list/schefrom");
- var to = model.getValue("/root/updtsche/list/scheto");
-
- if(from.length == 8 && to.length== 8)
- {
- var cur_yy = from.substring(0,4);
- var frommm = from.substring(4,6);
- var fromdd = to.substring(6,8);
-
- var toyy = to.substring(0,4);
- var tomm = to.substring(4,6);
- var todd = to.substring(6,8);
-
- var fromyymmdd = from;
- var toyymmdd = to;
- }
- else(from.length == 4 && to.length== 4)
- {
- var frommm = from.substring(0,2);
- var fromdd = from.substring(2,4);
- var tomm = to.substring(0,2);
- var todd = to.substring(2,4);
- var today = getCurrentDate();
- var cur_yy = parseInt(today.substring(0, 4));
-
- var fromyymmdd=cur_yy+from;
- var toyymmdd=cur_yy+to;
- }
-
- // var schefromto= cmb_deptcd.label + " 문제은행채용실기문항등록 입력기간은 "+cur_yy+"년 "+ frommm+"월 "+fromdd+"일 "+"~ "+ cur_yy+"년 "+ tomm+"월 "+todd+"일 까지 입니다.";
- // model.setValue("/root/init/scheflag",schefromto);
- if( parseInt(today) >= parseInt(fromyymmdd) && parseInt(today) <= parseInt(toyymmdd) ){
- btn_save.disabled=false;
- }else{
- btn_save.disabled=true;;
- }
- }
- }
-
- function fDisabledSetting(check){
- tar_question.disabled = check;
- tar_answer.disabled = check;
- }
- /*
- function fDefaultDeptSetting(control)
- {
- var sPosdeptcd = getUserInfo("posdeptcd");
- var sDeptcd = control.value;
-
- // 주임교수이면서 핵의학과 교수일때
- if(checkAuth("P") && sPosdeptcd == "2180000000")
- {
- if(sDeptcd == "2180000000" || sDeptcd == "2160000000")
- {}
- else
- {
- messageBox(control.label+ "을 선택", "E001");
- control.value = sPosdeptcd;
- // model.setValue("/root/send/deptcd", sPosdeptcd); // 진료과 설정
- }
- }
-
- // 주임교수이면서 치과 교수일때
- else if(checkAuth("P") && sPosdeptcd == "2240000000")
- {
- if(sDeptcd == "2240000000" || sDeptcd == "2240500000" || sDeptcd == "2240200000" || sDeptcd == "2240400000")
- {}
- else
- {
- messageBox(control.label+ "을 선택", "E001");
- control.value = sPosdeptcd;
- // model.setValue("/root/send/deptcd", sPosdeptcd); // 진료과 설정
- }
- }
-
- else if(sPosdeptcd == "2010300000" || sPosdeptcd == "2010400000" || sPosdeptcd == "2010500000" || sPosdeptcd == "2010600000" || sPosdeptcd == "2010700000" || sPosdeptcd == "2010800000" || sPosdeptcd == "2010900000" || sPosdeptcd == "2011000000" || sPosdeptcd == "2011100000")
- {
- if(sDeptcd != "2010000000")
- {
- messageBox(control.label+ "을 선택", "E001");
- sPosdeptcd = "2010000000";
- control.value = sPosdeptcd;
- // model.setValue("/root/send/deptcd", sPosdeptcd); // 진료과 설정
- }
- }
-
- else
- {
- if(checkAuth("P"))
- {}
- else
- {
- if(sPosdeptcd != sDeptcd)
- {
- messageBox(control.label+ "을 선택", "E001");
- control.value = sPosdeptcd;
- }
- }
- }
-
- model.refresh();
- }
- */
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">문제은행채용실기문항등록</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <line id="line6" class="line_3" style="x1:525px; y1:738px; x2:1189px; y2:738px; "/>
- <line id="line5" class="line_2" style="x1:525; y1:462; x2:1189px; y2:462; "/>
- <line id="line1" class="line_1" style="x1:525; y1:69px; x2:1190px; y2:69px; "/>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="cap_yy" class="search_name" style="left:15px; top:19px; width:86px; height:17px; ">년 도 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!isRequiredControls("ipt_yy"))return;
- /*
- if(!isRequiredControls("cmb_instcd"))return;
- if(!isRequiredControls("cmb_deptcd"))return;
- if(!isRequiredControls("cmb_trngflag"))return;
- */
- var updtdata = getGridUpdateData(grd_itempoollist);
-
- if ( updtdata != "")
- {
- var ret = messageBox("그리드에 작업 중인 내용이 있습니다. 조회 작업을","Q003");
-
- if (ret == 7) { // not OK
- return;
- }
- }
-
- tar_question.value = "";
- tar_answer.value = "";
-
- submit("TRRTC01701");
-
- model.refresh();
-
- misfMsterDetailRetrieve();
-
- misfSetReadOnlyCol(grd_itempoollist, "instcd,deptcd,trngflag", true);
-
- model.setValue("/root/init/num","조회된 문제는 총 " + (grd_itempoollist.rows - grd_itempoollist.fixedRows) + "개 입니다.");
-
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
- <line id="line207" class="line_1" style="x1:0px; y1:69px; x2:520; y2:69px; "/>
- <input id="ipt_yy" ref="/root/send/req/yy" class="input_s_essential" navindex="1" format="yyyy" appearance="input" style="left:100px; top:18px; width:100px; height:19px; "/>
- <caption id="cap_instcd" class="search_name" style="left:281px; top:19px; width:99px; height:17px; ">기 관 :</caption>
- <select1 id="cmb_instcd" ref="/root/send/req/instcd" class="combo_s_essential" navindex="2" appearance="minimal" style="left:370px; top:18px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_educgoal" class="cell_1" style="left:525px; top:73px; width:100px; height:387px; vertical-align:middle; ">문제내용</caption>
- <caption id="cap_praccnts" class="cell_1" style="left:525px; top:464px; width:100px; height:271px; vertical-align:middle; ">답</caption>
- <textarea id="tar_answer" ref="/root/send/answer" disabled="true" navindex="9" style="left:627px; top:464px; width:562px; height:271px; padding-top:5; ">
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
-
- grd_itempoollist.rowstatus(grd_itempoollist.row) = 2;
- //grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("question")) = tar_question.value ;
- grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("answer")) = tar_question.value ;
- ]]>
- </script>
- </textarea>
- <textarea id="tar_question" ref="/root/send/question" disabled="true" navindex="7" style="left:627px; top:73px; width:562px; height:387px; padding-top:5; ">
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- grd_itempoollist.rowstatus(grd_itempoollist.row) = 2;
- grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("question")) = tar_question.value ;
- // grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("answer")) = tar_question.value ;
- ]]>
- </script>
- </textarea>
- <button id="button1" class="btn2_letter2" style="left:1060px; top:49px; width:42px; height:19px; ">
- <caption>추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if(!isRequiredControls("ipt_yy"))return;
- /*
- if(!isRequiredControls("cmb_instcd"))return;
- if(!isRequiredControls("cmb_deptcd"))return;
- if(!isRequiredControls("cmb_trngflag"))return;
- */
-
- misfGridIUD(grd_itempoollist, "A");
-
- var sPosdeptcd = getUserInfo("posdeptcd");
-
- if(sPosdeptcd == "2010300000" || sPosdeptcd == "2010400000" || sPosdeptcd == "2010500000" || sPosdeptcd == "2010600000" || sPosdeptcd == "2010700000" || sPosdeptcd == "2010800000" || sPosdeptcd == "2010900000" || sPosdeptcd == "2011000000" || sPosdeptcd == "2011100000")
- {
- grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("deptcd")) = "2010000000"; // 진료과 설정 ;
- }
- else
- {
- grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("deptcd")) = sPosdeptcd; // 진료과 설정
- }
-
- grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("instcd")) = cmb_instcd.value; // getUserInfo("posinstcd");
- grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("deptcd")) = cmb_deptcd.value;
-
- grd_itempoollist.dispatch("onrowchanged");
-
- fDisabledSetting(false);
- model.refresh()
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:550px; top:19px; width:141px; height:17px; ">진 료 과 :</caption>
- <select1 id="cmb_deptcd" ref="/root/send/req/deptcd" appearance="minimal" style="left:655px; top:18px; width:120px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/tisorddeptcdlist">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // fDefaultDeptSetting(cmb_deptcd);
- ]]>
- </script>
- </select1>
- <select1 id="cmb_trngflag" ref="/root/send/req/trngflag" class="combo_s_essential" navindex="2" appearance="minimal" style="left:929px; top:18px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_trngflag" class="search_name" style="left:840px; top:19px; width:90px; height:17px; ">수련 구분:</caption>
- <datagrid id="grd_itempoollist" nodeset="/root/main/itempool/itempoollist" caption="년도^기관^진료과^수련구분^문제번호^문제내용^답" colsep="^" colwidth="100, 120, 140, 138, 100, 469, 298" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:0px; top:73px; width:520px; height:667px; ">
- <col ref="yy"/>
- <col ref="instcd" type="combo">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </col>
- <col ref="deptcd" type="combo">
- <choices>
- <itemset nodeset="/root/hidden/tisorddeptcdlist">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </col>
- <col ref="trngflag" type="combo">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </col>
- <col ref="seqno" visibility="hidden"/>
- <col ref="question"/>
- <col ref="answer"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_itempoollist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- fDisabledSetting(true);
- tar_question.value = grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("question"));
- tar_answer.value = grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("answer"));
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- var sInstcd = grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("instcd"));
-
- if(grd_itempoollist.colRef("instcd") == grd_itempoollist.col)
- {
- if(checkAuth("P"))
- {}
- else
- {
- if(sInstcd == getUserInfo("posinstcd"))
- {}
- else
- {
- messageBox(control.label+ "을 선택", "E001");
- grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("instcd")) = getUserInfo("posinstcd");
- return;
- }
- }
- }
-
- else if(grd_itempoollist.colRef("deptcd") == grd_itempoollist.col)
- {
- var sPosdeptcd = getUserInfo("posdeptcd");
- var sDeptcd = grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("deptcd"));
-
- // 주임교수이면서 핵의학과 교수일때
- if(sPosdeptcd == "2180000000")
- {
- if(sDeptcd == "2180000000" || sDeptcd == "2160000000")
- {}
- else
- {
- messageBox(control.label+ "을 선택", "E001");
- grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("deptcd")) = sPosdeptcd;
- // model.setValue("/root/send/deptcd", sPosdeptcd); // 진료과 설정
- }
- }
-
- // 주임교수이면서 치과 교수일때
- else if(sPosdeptcd == "2240000000")
- {
- if(sDeptcd == "2240000000" || sDeptcd == "2240500000" || sDeptcd == "2240200000" || sDeptcd == "2240400000")
- {}
- else
- {
- messageBox(control.label+ "을 선택", "E001");
- grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("deptcd")) = sPosdeptcd;
- // model.setValue("/root/send/deptcd", sPosdeptcd); // 진료과 설정
- }
- }
-
- else if(sPosdeptcd == "2010300000" || sPosdeptcd == "2010400000" || sPosdeptcd == "2010500000" || sPosdeptcd == "2010600000" || sPosdeptcd == "2010700000" || sPosdeptcd == "2010800000" || sPosdeptcd == "2010900000" || sPosdeptcd == "2011000000" || sPosdeptcd == "2011100000")
- {
- if(sDeptcd != "2010000000")
- {
- messageBox(control.label+ "을 선택", "E001");
- sPosdeptcd = "2010000000";
- grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("deptcd")) = sPosdeptcd;
- // model.setValue("/root/send/deptcd", sPosdeptcd); // 진료과 설정
- }
- }
-
- else
- {
- if(checkAuth("P"))
- {}
- else
- {
- if(sPosdeptcd != sDeptcd)
- {
- messageBox(control.label+ "을 선택", "E001");
- control.value = sPosdeptcd;
- }
- }
- }
-
- model.refresh();
- }
- ]]>
- </script>
- </datagrid>
- <button id="button2" class="btn2_letter2" style="left:1148px; top:49px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfGridIUD(grd_itempoollist, "D");
- model.refresh();
- /*
- var updtdata = getGridUpdateData(grd_itempoollist);
-
- if ( updtdata != "")
- {
- var ret = messageBox("그리드에 작업 중인 내용이 있습니다. 조회 작업을","Q003");
-
- if (ret == 7) { // not OK
- return;
- }
- }
-
- misfGridIUD(grd_itempoollist, "D");
- misfSave("TXRTC01701");
- btn_search.dispatch("DOMActivate");
- fDisabledSetting(true);
- */
- ]]>
- </script>
- </button>
- <button id="button3" class="btn2_letter2" style="left:1104px; top:49px; width:45px; height:19px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(grd_itempoollist.rows - grd_itempoollist.fixedRows > 0 ){
- tar_question.value = grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("question"));
- tar_answer.value = grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("answer"));
- model.setValue("/root/send/checkflag","Y");
- fDisabledSetting(false);
- }
- ]]>
- </script>
- </button>
- <output id="opt_scheflag" ref="/root/init/scheflag" style="left:5px; top:48px; width:595px; height:19px; font-weight:bold; color:#0000ff; "/>
- <output id="output1" ref="/root/init/num" style="left:605px; top:48px; width:300px; height:19px; font-weight:bold; color:#0000ff; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <button id="button8" class="btn3_letter4" visibility="hidden" style="left:0px; top:3px; width:80px; height:22px; ">
- <caption>화면이동</caption>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:1124px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- for ( var i = 1; i < grd_itempoollist.rows; i++) {
-
- if (grd_itempoollist.rowstatus(i) == 0 ){
- grd_itempoollist.rowstatus(i) = 3;
- }
- }
-
- //grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("question")) = tar_question.value;
- //grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("answer")) = tar_answer.value;
- //grd_itempoollist.refresh();
-
- if(model.getValue("/root/send/checkflag") == "Y"){
- grd_itempoollist.rowStatus(grd_itempoollist.row) = 2;
- model.setValue("/root/send/checkflag","N");
- }
-
- misfSave("TXRTC01701");
- btn_search.dispatch("DOMActivate");
- fDisabledSetting(true);
- ]]>
- </script>
- </button>
- <line id="line11" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|