123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595 |
- <?xml version="1.0" encoding="utf-8"?>
- <Script type="xscript4.0"><![CDATA[function fInit(){
- group1.ipt_reqfromstnddd.value = utlf_getNewDate().getAddDate(-2, "D").getDateFormat("YYYYMMDD").substr(0, 8);
- group1.ipt_reqtostnddd.value = utlf_getCurrentDate().substr(0, 8);
- fInitMain();
- fGetOpenPatInfo();
- }
- function fInitMain() {
- ds_main_careplanlists_careplanlist.clearData();
- ds_init_ordlists_ordlist.clearData();
- ds_main_careplanlists_diagengnminfo.clearData();
- ds_main_careplanlists_medirecinfo.clearData();
- }
- function fGetOpenPatInfo(){
- var pid = "";
- var orddd = "";
- var cretno = "";
- var hngnm = "";
- var ioflag= "";
-
- if(frmf_isPopup() == true) {
- // param 환자정보
- pid = opener.frmf_getParameter("SMMRJ00100_pid");
- orddd = opener.frmf_getParameter("SMMRJ00100_orddd");
- cretno = opener.frmf_getParameter("SMMRJ00100_cretno");
- hngnm = opener.frmf_getParameter("SMMRJ00100_hngnm");
- ioflag = opener.frmf_getParameter("SMMRJ00100_ioflag");
-
- if( utlf_isNull(pid)) { pid == ""; }
- if( utlf_isNull(orddd)) { orddd == ""; }
- if( utlf_isNull(cretno)) { cretno == ""; }
- if( utlf_isNull(hngnm)) { hngnm == ""; }
- if( utlf_isNull(ioflag)) { ioflag == ""; }
- if( !utlf_isNull(pid) && !utlf_isNull(orddd) && !utlf_isNull(cretno) && !utlf_isNull(hngnm) && !utlf_isNull(ioflag)) {
- ds_send_reqdata.setColumn(0, "pid", pid);
- ds_send_reqdata.setColumn(0, "ordtype", ioflag);
-
- ds_send.setColumn(0, "pid", pid);
- ds_send.setColumn(0, "orddd", orddd);
- ds_send.setColumn(0, "cretno", cretno);
-
- dsf_makeValue(ds_init_condition,"pid" ,"string", pid);
- dsf_makeValue(ds_init_condition,"orddd" ,"string", orddd);
- dsf_makeValue(ds_init_condition,"cretno" ,"string", cretno);
-
- ds_send_reqdata.setColumn(0, "pnm", hngnm);
- fSearchOrdList();
- fChangeComboValue("open");
- }
-
- if(!utlf_isNull(pid) && utlf_isNull(hngnm)){
- ds_send_reqdata.setColumn(0, "pid", pid);
- fSearchPatNm();
- }
- }
- if(utlf_isNull(pid)){
- // 상단 환자정보
- var node = sysf_getGlobalVariable("paminfo");
- ds_init_paminfo_list.clear();
- dsf_setCSVToDs("ds_init_paminfo_list",node);
- pid = ds_init_paminfo_list.getColumn(0, "pid");
-
- dsf_makeValue(ds_send_reqdata,"pid" ,"string", pid);
- hngnm = ds_init_paminfo_list.getColumn(0, "hngnm");
- dsf_makeValue(ds_send_reqdata,"pnm" ,"string", hngnm);
- ioflag = ds_init_paminfo_list.getColumn(0, "ioflag");
- if(ioflag == "I"||ioflag == "D"||ioflag == "E"){
- ioflag = "I";
- }
- else if(ioflag == "O"){
- ioflag = "O";
- }
- else{
- ioflag = "ALL";
- }
-
-
- if(ioflag == "I"){
- orddd = ds_init_paminfo_list.getColumn(0, "indd");
- } else {
- orddd = ds_init_paminfo_list.getColumn(0, "orddd");
- }
- cretno = ds_init_paminfo_list.getColumn(0, "cretno");
- if(utlf_isNull(pid)) { pid == ""; }
- if(utlf_isNull(hngnm)) { hngnm == ""; }
- if(utlf_isNull(orddd)) { orddd == ""; }
- if(utlf_isNull(cretno)) { cretno == ""; }
- if(!utlf_isNull(pid) && !utlf_isNull(orddd) && !utlf_isNull(cretno) && !utlf_isNull(hngnm)){
-
- dsf_makeValue(ds_init_condition,"pid" ,"string", pid);
- dsf_makeValue(ds_init_condition,"orddd" ,"string", orddd);
- dsf_makeValue(ds_init_condition,"cretno" ,"string", cretno);
- dsf_makeValue(ds_send_reqdata,"ordtype" ,"string", ioflag);
-
- fSearchOrdList();
- fChangeComboValue("new");
- }else{
- //input1.setFocus();//model.setFocus("input1");//2015.03.09 input1 없음 확인필요
- }
- }
- }
- /*
- * 구분 콤보 박스 선택
- *
- */
- function fValueChangedCombo(){
- ds_send.setColumn(0, "workflag" , group1.combo1.value);
- }
- function fSearchPatNm(){
- if(utlf_isNull(ds_send_reqdata.getColumn(0, "pid"))){
- return;
- }else{
- fGetPid("/root/send/reqdata/pid", "/root/send/reqdata/pnm");
- }
- }
- function fSearchOrdList(){
- ds_init_ordlists_ordlist.clearData();
- fInitMain();
- if(utlf_isNull(ds_send_reqdata.getColumn(0, "pnm"))){
- return;
- }else{
- var oParam = {};
- oParam.id = "TRMRJ00102";
- oParam.service = "jcimngtapp.JcimngtBase";
- oParam.method = "reqGetOrdList";
- oParam.inds = "req=ds_send_reqdata";
- oParam.outds = "ds_init_ordlists_ordlist=ordlist";
- oParam.async = false;
- tranf_submit(oParam);
- }
- fChangeComboValue("new");
- }
- /**
- * @desc : 환자등록번호 조회 팝업
- * @
- * @param : refPid - 환자번호 참고 node path
- * refPnm - 환자명 참고 node path
- * @return :
- * @authur : 이은영 2008.03.18
- * @---------------------------------------------------
- */
- function fGetPid(refPid, refPnm)
- {//fGetPid("/root/send/reqdata/pid", "/root/send/reqdata/pnm");
- ds_send_reqdata.setColumn(0, "pnm", "");
- fInitMain();
- //조회건수가 1건일 경우 팝업창을 바로 닫는다.
- var objColInfo = new Array();
- if( utlf_isNull(ds_hidden_tmp_pidpopupinfo.getColumn(0, "srchcond")) ) flag = 1;
- objColInfo.push({col: "srchcond", type:"string", size:256, val:flag});
- objColInfo.push({col: "autoflag", type:"string", size:256, val:"Y"});
- objColInfo.push({col: "pid", type:"string", size:256, val:group1.input3.value});
- objColInfo.push({col: "checkfnexam", type:"string", size:256, val:"1"});
- dsf_createDsRow("ds_hidden_tmp_pidpopupinfo", objColInfo);
- var objArg = new Object();
- dsf_createDs("ds_source");
- dsf_makeValue(ds_source,"checkfnexam","string",utlf_isNull(ds_hidden_tmp_pidpopupinfo.getColumnInfo("checkfnexam")) ? "" : ds_hidden_tmp_pidpopupinfo.getColumn(0, "checkfnexam"));
- dsf_makeValue(ds_source,"autoflag","string",utlf_isNull(ds_hidden_tmp_pidpopupinfo.getColumnInfo("autoflag")) ? "" : ds_hidden_tmp_pidpopupinfo.getColumn(0, "autoflag"));
- dsf_makeValue(ds_source,"pid","string",utlf_isNull(ds_hidden_tmp_pidpopupinfo.getColumnInfo("pid")) ? "" : ds_hidden_tmp_pidpopupinfo.getColumn(0, "pid"));
- dsf_makeValue(ds_source,"srchcond","string",utlf_isNull(ds_hidden_tmp_pidpopupinfo.getColumnInfo("srchcond")) ? "" : ds_hidden_tmp_pidpopupinfo.getColumn(0, "srchcond"));
-
- objArg.arg_ds_send = ds_source;
- frmf_modal("SPPMC02500", "SPPMC02500", objArg, null, 1, 150, 150, null, null, null, null, null, "M");
- ds_source.clearData();
-
- //환자번호 copy
- var popupendflag = frmf_getParameter("SPPMC02500_popupendflag");
- if (popupendflag == "ok")
- {
- ds_send_reqdata.setColumn(0, "pid", ds_send_reqdata.getColumn(0, "pid"));
- if(utlf_isNull(refPnm)) { ds_send_reqdata.setColumn(0, "pnm", "") }
- if(!utlf_isNull(refPnm)) {
- ds_send_reqdata.setColumn(0, "pnm", ds_patinfolist.getColumn(0, "hngnm"));
- }
- fSearchOrdList();
- }
- }
- /**
- * Count List 등록 내역 조회
- *
- */
- function fChangeComboValue(value){
- var i = 0;
- if(value == "open" && !utlf_isNull(ds_init_condition.getColumn(0, "pid")) && !utlf_isNull(ds_init_condition.getColumn(0, "orddd")) && !utlf_isNull(ds_init_condition.getColumn(0, "cretno"))){
- for(i=0;i<group1.combo1.getCount; i++ ){
- if(ds_init_ordlists_ordlist.getColumn(i, "suminfo") == ds_init_condition.getColumn(0, "pid") + ds_init_condition.getColumn(0, "orddd") + ds_init_condition.getColumn(0, "cretno")){
- var index = group1.combo1.index;
- group1.combo1.index = i;
- if(index != group1.combo1.index){
- group1.combo1.onitemchanged.fireEvent(group1.combo1, new ItemChangeEventInfo());
- }
- ds_init_condition.clearData();
- dsf_makeValue(ds_init_condition,"pid" ,"string", "");
- dsf_makeValue(ds_init_condition,"orddd" ,"string", "");
- dsf_makeValue(ds_init_condition,"cretno" ,"string", "");
- }
- }
- }else{
- if(value =="new"){
- var index = group1.combo1.index;
- group1.combo1.index = 0;
- if(index != group1.combo1.index){
- group1.combo1.onitemchanged.fireEvent(group1.combo1, new ItemChangeEventInfo());
- }
-
- }
-
- ds_send.setColumn(0, "pid" , ds_init_ordlists_ordlist.getColumn(group1.combo1.index,"pid"));
- ds_send.setColumn(0, "orddd" , ds_init_ordlists_ordlist.getColumn(group1.combo1.index,"orddd"));
- ds_send.setColumn(0, "cretno" , ds_init_ordlists_ordlist.getColumn(group1.combo1.index,"cretno"));
- }
- fSelectCodeList();
- fSetPinfo();
- }
- function fSelectCodeList(){
- dsf_createDs("ds_main_careplanlists_careplanlist" ,[{col:"instcd" , type:"string", size:256}
- ,{col:"careplanseq" , type:"string", size:256}
- ,{col:"pid" , type:"string", size:256}
- ,{col:"orddd" , type:"string", size:256}
- ,{col:"cretno" , type:"string", size:256}
- ,{col:"workflag" , type:"string", size:256}
- ,{col:"problem" , type:"string", size:256}
- ,{col:"careplan" , type:"string", size:256}
- ,{col:"linkcd" , type:"string", size:256}
- ,{col:"rgstdd" , type:"string", size:256}
- ,{col:"rgsttm" , type:"string", size:256}
- ,{col:"fstrgstrid" , type:"string", size:256}
- ,{col:"fstrgstdt" , type:"string", size:256}
- ,{col:"usernm" , type:"string", size:256}
- ,{col:"jobkindcd" , type:"string", size:256}
- ,{col:"jobkindnm" , type:"string", size:256}],"true");
-
- dsf_createDs("ds_main_careplanlists_diagengnminfo" ,[{col:"diagengnm" , type:"string", size:256}],"true");
-
- dsf_createDs("ds_main_careplanlists_medirecinfo" ,[{col:"medi0000931", type:"string", size:256}
- ,{col:"medi0001173" , type:"string", size:256}
- ,{col:"medi0000098" , type:"string", size:256}],"true");
-
- dsf_createDs("ds_main_careplanlists_maxordinfo" ,[{col:"info" , type:"string", size:256}],"true");
-
- ds_send.setColumn(0, "ordtype" , ds_send_reqdata.getColumn(0, "ordtype"));
- var oParam = {};
- oParam.id = "TRMRJ00101";
- oParam.service = "jcimngtapp.JcimngtBase";
- oParam.method = "reqGetCareplanList";
- oParam.inds = "req=ds_send";
- oParam.outds = "ds_main_careplanlists_careplanlist=careplanlist ds_main_careplanlists_diagengnminfo=diagengnminfo ds_main_careplanlists_medirecinfo=medirecinfo ds_main_careplanlists_maxordinfo=maxordinfo";
- oParam.async = false;
- oParam.callback = "cf_TRMRJ00101";
- tranf_submit(oParam);
- if(arErrorCode.pop("TRMRJ00101") > -1){
- ds_datagrid01.clearData();
- ds_datagrid02.clearData();
- ds_datagrid03.clearData();
- ds_datagrid04.clearData();
- ds_datagrid05.clearData();
- ds_datagrid99.clearData();
- ds_main_careplanlists_careplanlist.filter("workflag == '001'");
- ds_datagrid01.copyData(ds_main_careplanlists_careplanlist,true);
- ds_main_careplanlists_careplanlist.filter("");
- ds_main_careplanlists_careplanlist.filter("workflag == '002'");
- ds_datagrid02.copyData(ds_main_careplanlists_careplanlist,true);
- ds_main_careplanlists_careplanlist.filter("");
-
- ds_main_careplanlists_careplanlist.filter("workflag == '003'");
- ds_datagrid03.copyData(ds_main_careplanlists_careplanlist,true);
- ds_main_careplanlists_careplanlist.filter("");
-
- ds_main_careplanlists_careplanlist.filter("workflag == '004'");
- ds_datagrid04.copyData(ds_main_careplanlists_careplanlist,true);
- ds_main_careplanlists_careplanlist.filter("");
-
- ds_main_careplanlists_careplanlist.filter("workflag == '005'");
- ds_datagrid05.copyData(ds_main_careplanlists_careplanlist,true);
- ds_main_careplanlists_careplanlist.filter("");
-
- ds_main_careplanlists_careplanlist.filter("workflag == '999'");
- ds_datagrid99.copyData(ds_main_careplanlists_careplanlist,true);
- ds_main_careplanlists_careplanlist.filter("");
- }
-
- ds_datagrid01.rowposition =-1;
- ds_datagrid02.rowposition =-1;
- ds_datagrid03.rowposition =-1;
- ds_datagrid04.rowposition =-1;
- ds_datagrid05.rowposition =-1;
- ds_datagrid99.rowposition =-1;
- }
- /**
- * 환자정보(원무키) 기본 세팅
- *
- */
- function fSetPinfo(){
- dsf_makeValue(ds_init_pinfo,"pid" ,"string", ds_send.getColumn(0, "pid"));
- dsf_makeValue(ds_init_pinfo,"orddd" ,"string", ds_send.getColumn(0, "orddd"));
- dsf_makeValue(ds_init_pinfo,"cretno" ,"string", ds_send.getColumn(0, "cretno"));
- dsf_makeValue(ds_init_pinfo,"workflag" ,"string", "99");
- }
- /**
- * 그리드 행추가 버튼을 클릭하였을 경우 이벤트
- *
- */
- function fClickRowAddBtn(grid, vWorkflag){
- var gridObj = eval(grid);
- var bindDs = eval(gridObj.binddataset);
- bindDs.insertRow(0);
- var cur_row = gridObj.currentrow; // 추가된 행 번호 가져오기
- bindDs.setColumn(0, "rgstdd", utlf_getCurrentDate().substr(0, 8));
- bindDs.setColumn(0, "rgsttm", utlf_getCurrentTime().substr(0, 4));
- bindDs.setColumn(0, "instcd", ds_init_pinfo.getColumn(0, "instcd"));
- bindDs.setColumn(0, "pid", ds_init_pinfo.getColumn(0, "pid"));
- bindDs.setColumn(0, "orddd", ds_init_pinfo.getColumn(0, "orddd"));
- bindDs.setColumn(0, "cretno", ds_init_pinfo.getColumn(0, "cretno"));
- bindDs.setColumn(0, "workflag", vWorkflag);
- }
- /**
- * 삭제 버튼을 클릭하였을 경우 이벤트
- *
- */
- function fClickDeleteBtn(grid, vWorkflag){
- var gridObj = eval(grid);
- var gridbds = eval(gridObj.binddataset);
- var cur_row = gridbds.rowposition; // 행 번호 가져오기
- var iStatus = gridbds.getRowType(cur_row);
- if(cur_row <= -1 || cur_row =="undefined") {
- alert("삭제할 행을 선택하시기 바랍니다...");
- return;
- }
-
- if (sysf_getUserId()!=gridObj.getCellValue(cur_row,14)&&!utlf_isNull(gridObj.getCellValue(cur_row,14))){
- alert("삭제 권한은 등록한 사용자만 가능합니다...!");
- return;
- }
-
- if (gridObj.getCellValue(cur_row,7)!="-"&& !utlf_isNull(gridObj.getCellValue(cur_row,14))){
- alert("서식 기록에서 생성된 Care Plan 기록내용은 삭제 처리가 불가능 합니다...!");
- return;
- }
-
- if (iStatus == 2){ // 새로 삽입된 행이면
- gridbds.deleteRow(cur_row);
- }else if (iStatus == 8){ // 삭제로 표시된 행이면
- gridbds.updatecontrol = false;
- gridbds.setRowType(cur_row, "");
- gridbds.updatecontrol = true;
- }else{
- gridbds.updatecontrol = false;
- gridbds.setRowType(cur_row, "D");
- gridbds.updatecontrol = true;
- }
- }
- /*
- * 저장 버튼을 클릭하였을 경우 이벤트
- *
- */
- function fOnClickSaveBtn(grid, vWorkflag){
- var gridObj = eval(grid);
- var bindDs = eval(gridObj.binddataset);
- var vTitle = "";
- if (vWorkflag=="001"){
- vTitle = "Treatment Plan";
- if(checkGridField("datagrid01","3▦4")==false){
- alert(vTitle+" 데이터중에 비어있는 필수필드가 있습니다.");
- return;
- }
- }
- if(vWorkflag=="002"){
- vTitle = "Discharge Plan";
- if(checkGridField("datagrid02","3▦4")==false){
- alert(vTitle+" 데이터중에 비어있는 필수필드가 있습니다.");
- return;
- }
- }
- if(vWorkflag=="003"){
- vTitle = "Nursing Care Plan";
- if(checkGridField("datagrid03","3▦4")==false){
- alert(vTitle+" 데이터중에 비어있는 필수필드가 있습니다.");
- return;
- }
- }
- if(vWorkflag=="004"){
- vTitle = "Nutrition Management Plan";
- if(checkGridField("datagrid04","3▦4")==false){
- alert(vTitle+" 데이터중에 비어있는 필수필드가 있습니다.");
- return;
- }
- }
- if(vWorkflag=="005"){
- vTitle = "Activity/Rehabilitation Plan";
- if(checkGridField("datagrid05","3▦4")==false){
- alert(vTitle+" 데이터중에 비어있는 필수필드가 있습니다.");
- return;
- }
- }
- if(vWorkflag=="999"){
- vTitle = "Medication Management Plan";
- if(checkGridField("datagrid99","3▦4")==false){
- alert(vTitle+" 데이터중에 비어있는 필수필드가 있습니다.");
- return;
- }
- }
-
- var updateData = grdf_getGridUpdateData(gridObj);
- if(updateData.rowcount==0){
- alert("저장할 자료가 존재하지 않습니다.");
- return;
- }
- grdf_setStatusColumn(updateData, "status");
- dsf_createDs("ds_send_listdata");
- ds_send_listdata.copyData(updateData, true);
- var oParam = {};
- oParam.id = "TXMRJ00101";
- oParam.service = "jcimngtapp.JcimngtBase";
- oParam.method = "reqSetCareplanList";
- oParam.inds = "listdata=ds_send_listdata";
- oParam.outds = "ds_hidden_temp=msglist";
- oParam.async = false;
- oParam.callback = "cf_TXMRJ00101";
- tranf_submit(oParam);
- if(arErrorCode.pop("TXMRJ00101") > -1){
- fSelectCodeList();
- }
- }
- /**
- * @group :
- * @ver : 2006.12.20
- * @by :
- * @---------------------------------------------------
- * @type : function
- * @access : public
- * @desc :
- * @return : bool
- * @---------------------------------------------------
- */
- function checkGridField(grid, field){
- var iStatus;
- var gridObj = eval(grid);
- var gridbds = eval(gridObj.binddataset);
-
- for (i=0; i<gridObj.rowcount; i++){//확인필요
- iStatus = gridbds.getRowType(i);
- if (iStatus == 2){
- var fieldArr = field.split("▦");
- if(fieldArr.length < 1){
- return false;
- }
- for(var j = 0; j < fieldArr.length; j++){
- if(utlf_isNull(fieldArr[j])){
- continue;
- }
- if(utlf_isNull(gridObj.getCellValue(i,fieldArr[j]))) return false;
- }
- }
- }
- return true;
- }
- function fColDisableChk_new(grdNm, currow, col, flag){
- var sColor = "default";
- var bEnable;
- var oGrdObj = this.components[grdNm];
- var oDs = this.objects[oGrdObj.binddataset];
- var arrEdittype = ["date", "mask", "textarea", "textarea"];
-
- if( flag == 0 ){
- bEnable = arrEdittype[col-1];
- if( oDs.getRowType(currow) != 2 && (sysf_getUserId() != oDs.getColumn(currow, "fstrgstrid") || oDs.getColumn(currow, "linkcd") != "-")){
- bEnable = "none";
- }
- return bEnable;
- }else if( flag == 1 ){
- if( oDs.getRowType(currow) != 2 && (sysf_getUserId() != oDs.getColumn(currow, "fstrgstrid") || oDs.getColumn(currow, "linkcd") != "-")){
- sColor = "#E6E6E6FF";
- }
- return sColor;
- }
- }
- function fOpenPopok(vWorkflag){
- var vPid = ds_init_pinfo.getColumn(0, "pid");
- var vOrddd = ds_init_pinfo.getColumn(0, "orddd");
- var vCretno = ds_init_pinfo.getColumn(0, "cretno");
- var vordtype = ds_send_reqdata.getColumn(0, "ordtype");
- var vfromdd = ds_send.getColumn(0, "fromdd");
- var vtodd = ds_send.getColumn(0, "todd");
- var vdaycheck = ds_send.getColumn(0, "daycheck");
-
- if (!utlf_isNull(vPid) && !utlf_isNull(vOrddd) && !utlf_isNull(vCretno)){
- frmf_setParameter("SPMRJ00100_pid", vPid);
- frmf_setParameter("SPMRJ00100_orddd", vOrddd);
- frmf_setParameter("SPMRJ00100_cretno", vCretno);
- frmf_setParameter("SPMRJ00100_workflag", vWorkflag);
- frmf_setParameter("SPMRJ00100_ordtype", vordtype);
- frmf_setParameter("SPMRJ00100_fromdd", vfromdd);
- frmf_setParameter("SPMRJ00100_todd", vtodd);
- frmf_setParameter("SPMRJ00100_daycheck", vdaycheck);
- frmf_modal("SPMRJ00101", "SPMRJ00101", null, null, 1, 150, 150, null, null, null, null, null, "M");
- fSelectCodeList();
- }else{
- sysf_messageBox("수진키 정보가 없습니다.","I003");
- }
- }
- function ds_send_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
- {
- if(e.columnid=="daycheck"){
- ds_send.setColumn(0, "daycheck", (group1.checkbox1.value == "true" || group1.checkbox1.value == 1) ? "0" : "");
- }
- }
- ]]></Script>
|