123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573 |
- /* ---------------------------------------------------------------------
- 수술마취 처방집계(SMMNP03400.xfm - JScript )
- - Version :
- 1) : Ver.1.00.01
- : Create By 김진명
- : 2007.10.08
- 2) : Ver.1.01.01
- : Modify By HR Choi
- : 2007.10.08
- ---------------------------------------------------------------------- */
- /* --------------------------------------------------*/
- /* type : function */
- /* access : public */
- /* desc : 수술마취 처방집계 초기화 */
- /* param : */
- /* return : */
- /* --------------------------------------------------*/
- var FirstCheck = "N";
- function fInit() {
- FirstCheck = "Y";
- var instcd = getUserInfo("dutplceinstcd");
- if( instcd == "014" ) {
- radio7.visible = true;
- radio2.visible = false;
- }else {
- radio7.visible = false;
- radio2.visible = true;
- }
- submit("TRMNP04004"); // 수술방가져오기
- //removeComboItem("cmb_oproomlist");
- addComboItem("cmb_oproomlist", "전 체", "", "above" );
- removeComboItem("cmb_orddept" );
- model.removenode("/root/send" );
- model.makeValue("/root/send/flag" , "X" );
- model.makeValue("/root/send/searchitem", "XX" );
- model.makeValue("/root/send/deptflag" , "011" );
- submit("TRMNP00102");
- addComboItem("cmb_orddept", "전 체", "", "above" );
- model.MakeNode("/root/send/reqdata");
- model.setValue("/root/main/cond/orddept", ""); //마취과 하드코등 수정 쿼리에서 과 코드 조회로 수정 2009.04.16
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- submit("TRMNP00104");//마취의 조회
- addComboItem("cmb_anstdrlist", "전 체", "", "above" );
- //2009-06-22 K.J.M 병원별 Display 여부
- model.removenode("/root/send");
- model.makeValue("/root/send/reqdata/cdgrupid", "106");//병원별 Display 여부
- model.makeValue("/root/send/reqdata/supcdid", "");//서브구분
- model.makeValue("/root/send/reqdata/cdid", "");//서브구분
- submit("TRMNP04903", false);
- if( model.getValue("/root/init/hardcodeinfo/cdid").substr(3, 1) == "Y" ) {//과별엑셀저장 display 여부
- btn_deptexcel.visible = "true";
- }else {
- btn_deptexcel.visible = "false";
- }
- if( model.getValue("/root/init/hardcodeinfo/cdid").substr(8, 1) == "Y" ) {//수술관리 display여부 2010.02.03 K.J.M
- cap_opmn.visible = "true";
- chk_opmn.visible = "true";
- }else {
- cap_opmn.visible = "false";
- chk_opmn.visible = "false";
- }
- var curtDate = getCurrentDate();
- curtDate = curtDate.substr(0, 8);
- model.setValue("/root/main/cond/refopfromdd", curtDate);
- model.setValue("/root/main/cond/refoptodd" , curtDate);
- grd_sumgoodlist.explorerbar = "sort";
- grd_prcpdetllist.explorerbar = "sort";
- model.refresh();
- model.removenode("/root/send");
- model.MakeNode("/root/send/reqdata");
- //fSearch();
- }
- /* --------------------------------------------------*/
- /* type : function */
- /* access : public */
- /* desc : 콤보아이템 제거 */
- /* param : */
- /* return : */
- /* --------------------------------------------------*/
- function removeComboItem( comboID ) {
- var comboObj = document.all.item(comboID);
- var comboItemNodeSet = comboObj.choices.itemset.attribute("nodeset");
- model.removenode(comboItemNodeSet + "[1]");//CCR
- model.removenode(comboItemNodeSet + "[1]");//Clean-Zone
- model.removenode(comboItemNodeSet + "[1]");//OR(창고)
- model.refresh();
- }
- /* --------------------------------------------------*/
- /* type : function */
- /* access : public */
- /* desc : 수술마취 처방집계 조회 */
- /* param : */
- /* return : */
- /* --------------------------------------------------*/
- var sColWith1 = "68*32*65*181*70*70*70*40*37*32";
- var sTxtAlign1 = "center;*center;*center;*left;*left;*left;*left;*center;*right;*right;";
- var sWith1 = sColWith1.split("*");
- var sAlign1 = sTxtAlign1.split("*");
- //var sColWith2 = "80*330*60*40";
- //var sTxtAlign2 = "left;*left;*right;*right;";
- //
- //var sWith2 = sColWith2.split("*");
- //var sAlign2 = sTxtAlign2.split("*");
- function fSearch() {
- model.removeNodeset("/root/main/sumgoodlist");
- model.removeNodeset("/root/main/prcpinfo/prcpdetlinfo");
- model.removeNodeset("/root/main/prcpinfo/prcpdetllist");
- model.makeNode("/root/main/sumgoodlist/row");
- //model.removeNodeset("/root/main/sumdrugcurelist");
- //model.makeNode("/root/main/sumdrugcurelist/row");
- model.refresh();
- if (FirstCheck == "Y") {
- // 그리드 초기화
- var cols = grd_sumgoodlist.cols-grd_sumgoodlist.fixedCols;
- for(var i = 0; i < cols; i++ ) {
- grd_sumgoodlist.removeColumn(false);
- }
- //var cols2 = grd_sumdrugcurelist.cols-grd_sumdrugcurelist.fixedCols;
- //for(var j = 0; j < cols2; j++ ) {
- // grd_sumdrugcurelist.removeColumn(false);
- //}
- }
- var prcpflag = model.getValue("/root/main/cond/prcpflag");
- var deptflag = model.getValue("/root/main/cond/deptflag");
- var tmpflag = "", cureflag = "", chkcureflag = 0;
- if( prcpflag != "" ) {
- tmpflag = prcpflag.split(" ");
- for(var i = 0; i < tmpflag.length; i++ ){
- if( cureflag == "" ) {
- cureflag = "'" + tmpflag[i] + "'";
- }else {
- cureflag = cureflag + ", '" + tmpflag[i] + "'";
- }
- if( tmpflag[i] == "3" ) {
- if( (deptflag == ""||deptflag == "A"||deptflag == "R") ) {//부서구분이 전체, 마취
- chkcureflag = 3;//약 포함하는 집계
- }else {
- chkcureflag = 4;//약 포함하는 집계
- }
- }
- }
- if( parseInt(tmpflag.length) == 11 ) {
- if( (deptflag == ""||deptflag == "A"||deptflag == "R") ) {//부서구분이 전체, 마취
- chkcureflag = 1;
- }else {
- chkcureflag = 2;
- }
- }
- }
- var fromdd = model.getValue("/root/main/cond/refopfromdd");
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- model.setValue("/root/send/reqdata/cureflag", cureflag);
- model.setValue("/root/send/reqdata/prcpflag", chkcureflag);
- model.setValue("/root/send/reqdata/bffromdd", getDateAddc(fromdd, -14));
- submit("TRMNP04001", false);
- //submit("TRMNP04002", false);
- var gridCaption = model.getValue("/root/temp/sumgoodlist/header/caption"); // caption
- var gridColRef = model.getValue("/root/temp/sumgoodlist/header/colref" ); // ref 정보
- var gridColType = model.getValue("/root/temp/sumgoodlist/header/type" ); // col type
- var gridColRefArray = gridColRef.split("^");
- var gridColTypeArray = gridColType.split("^");
- if (FirstCheck == "Y") {
- FirstCheck = "N";
- var j = 0;
- for(var i = 0; i < gridColRefArray.length; i++ ) {
- j = i;
- if (i > 8 ) {
- j = 8;
- }
- //
- grd_sumgoodlist.addColumn("ref:" + gridColRefArray[i] + "; type:"+gridColTypeArray[i]+"; text-align:"+sAlign1[j], false);
- if( i == (gridColRefArray.length - 1) ) {//마지막 컬럼
- grd_sumgoodlist.colWidth(i+1) = "34";
- }else {
- grd_sumgoodlist.colWidth(i+1) = sWith1[j];
- }
- }
- grd_sumgoodlist.caption = gridCaption;
- // var gridCaption2 = model.getValue("/root/temp/sumdrugcurelist/header/caption"); // caption
- // var gridColRef2 = model.getValue("/root/temp/sumdrugcurelist/header/colref" ); // ref 정보
- // var gridColType2 = model.getValue("/root/temp/sumdrugcurelist/header/type" ); // col type
- //
- // var gridColRefArray2 = gridColRef2.split("^");
- // var gridColTypeArray2 = gridColType2.split("^");
- //
- //
- // j = 0;
- // for(var i = 0; i < gridColRefArray2.length; i++ ) {
- // j = i;
- // if (i > 3 ) {
- // j = 3;
- // }
- //
- // grd_sumdrugcurelist.addColumn("ref:" + gridColRefArray2[i] + "; type:"+gridColTypeArray2[i]+"; text-align:"+sAlign2[j], false);
- // grd_sumdrugcurelist.colWidth(i+1) = sWith2[j];
- // }
- //
- // grd_sumdrugcurelist.caption = gridCaption2;
- //
- grd_sumgoodlist.refresh();
- //grd_sumdrugcurelist.refresh();
- }
- var node = instance1.selectSingleNode("/root/main");
- if( FirstCheck != "Y" ) {
- node.replaceChild(instance1.root.temp.sumgoodlist, instance1.root.main.sumgoodlist );
- FirstCheck = "Y";
- }
- // if ( model.getValue("/root/main/cond/prcpflag") == "" ) { //전체
- // node.replaceChild(instance1.root.temp.sumgoodlist , instance1.root.main.sumgoodlist );
- // node.replaceChild(instance1.root.temp.sumdrugcurelist, instance1.root.main.sumdrugcurelist);
- //
- // } else if(model.getValue("/root/main/cond/prcpflag") == "G" ) { //물품
- // node.replaceChild(instance1.root.temp.sumgoodlist , instance1.root.main.sumgoodlist );
- // }else {
- // node.replaceChild(instance1.root.temp.sumdrugcurelist, instance1.root.main.sumdrugcurelist);
- // }
- //var sumqty = "", tmpqty = "", cnt = "";
- //var nodeCnt = parseInt(getNodesetCount("/root/main/sumgoodlist/row"))+1;
- //var roomcnt = getNodesetCount("/root/init/oproomlist");
- //for( var k = 0; k < nodeCnt; k++ ) {
- // for( var s = 0; s < roomcnt; s++ ) {
- // cnt = s + "";
- // tmpqty = model.getValue("/root/main/sumgoodlist/row[" + k + "]/op" + cnt.getLeftPad(4, '0'));
- // if( tmpqty == "0" || tmpqty == "0.0" ) {
- // model.setValue("/root/main/sumgoodlist/row[" + k + "]/op" + cnt.getLeftPad(4, '0'), "");
- // }
- // // alert(s.getLeftPad(4, '0'));
- // }
- //}
- model.refresh();
- //var nodeLen = instance1.selectSingleNode("/root/main/sumgoodlist/row").length;
- /* if( nodeLen > 0 ) {
- //grd_sumgoodlist.rows
- for(var k = 0; k < 2; k++) {
- var total = model.getValue("/root/main/sumgoodlist/row[" + k + "]/total");
- alert(total);
- // model.setValue("/root/main/sumgoodlist/row[" + k + "]/total", (Math.round(total*1000) / 1000) );
- }
- model.refresh();*/
- // alert(model.getValue("/root/main/sumgoodlist/row[1]/total"));
- }
- /* --------------------------------------------------*/
- /* type : function */
- /* access : public */
- /* desc : 수술마취 처방집계 그리도 넓이 조절 */
- /* param : btnFlag(true:펼치기, false:닫기) */
- /* return : */
- /* --------------------------------------------------*/
- function fGridSetWidth(btnFlag) {
- if ( btnFlag == "true" ) {
- grd_sumgoodlist.attribute("width") = "1194";
- // grd_sumdrugcurelist.attribute("width") = "1194";
- // grd_sumdrugcurelist.attribute("visibility") = "visible";
- grb_gooddetlinfo.attribute("visibility") = "visible";
- grb_gooddetlinfo.attribute("visibility") = "hidden";
- grd_prcpdetllist.attribute("visibility") = "hidden";
- btn_open.visible = "false";
- btn_close.visible = "true";
- }else {
- grd_sumgoodlist.attribute("width") = "393";
- // grd_sumdrugcurelist.attribute("width") = "645";
- grb_gooddetlinfo.attribute("visibility") = "visible";
- grd_prcpdetllist.attribute("visibility") = "visible";
- btn_open.visible = "true";
- btn_close.visible = "false";
- }
- model.refresh();
- }
- /* --------------------------------------------------*/
- /* type : function */
- /* access : public */
- /* desc : 수술마취 처방집계 처방 상세내역 */
- /* param : pFlag : S:싱글, M:멀티 */
- /* return : */
- /* --------------------------------------------------*/
- function fDblClick(pFlag) {
- var iRow = -1;
- iRow = grd_sumgoodlist.row;
- if(iRow < 1) {
- return;
- }else {
- fGridSetWidth("false");
- model.setValue("/root/main/cond/goodcd" , model.getValue("/root/main/sumgoodlist/row" + "[" + iRow + "]/goodcd" ));
- model.setValue("/root/main/cond/allsizespecid", model.getValue("/root/main/sumgoodlist/row" + "[" +iRow + "]/allsizespecid"));
- var prcpflag = model.getValue("/root/main/cond/prcpflag");
- var tmpflag = "", cureflag = "", chkcureflag = 0;
- if( prcpflag != "" ) {
- tmpflag = prcpflag.split(" ");
- for(var i = 0; i < tmpflag.length; i++ ){
- if( cureflag == "" ) {
- cureflag = "'" + tmpflag[i] + "'";
- }else {
- cureflag = cureflag + ", '" + tmpflag[i] + "'";
- }
- if( tmpflag[i] == "3" ) {
- chkcureflag = 1;//약 포함하는 집계
- }
- }
- if( parseInt(tmpflag.length) == 11 ) {
- chkcureflag = 1;
- }
- }
- var fromdd = model.getValue("/root/main/cond/refopfromdd");
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- model.setValue("/root/send/reqdata/cureflag", cureflag);
- model.setValue("/root/send/reqdata/prcpflag", chkcureflag);
- model.setValue("/root/send/reqdata/selflag", pFlag);
- model.setValue("/root/send/reqdata/bffromdd", getDateAddc(fromdd, -14));
- submit("TRMNP04003", false);
- var nodeCnt = getNodesetCount("/root/main/prcpinfo/prcpdetllist");//처방상세내역 갯수
- var goodqty = 0, total = 0, alltotal = 0;
- var deptnm = "", olddeptnm = "";
- for( var i = 1; i <= nodeCnt; i++ ) {
- deptnm = model.getValue("/root/main/prcpinfo/prcpdetllist["+i+"]/deptnm");
- goodqty = model.getValue("/root/main/prcpinfo/prcpdetllist["+i+"]/goodqty");
- if( i == 1 ) {
- olddeptnm = deptnm;
- }
- if( deptnm == olddeptnm ) {//같은과이면 합산
- total = total + parseFloat(goodqty);
- alltotal = alltotal + parseFloat(goodqty);
- if( i == nodeCnt ) {//마직막 행이면 합산 표시
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/subtot", total);
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/total", alltotal);
- }
- }else {//다르면 합계에 표시
- model.setValue("/root/main/prcpinfo/prcpdetllist["+(i-1)+"]/subtot", total);
- total = 0;//초기화
- total = total + parseFloat(goodqty); //현재 과별 합산
- alltotal = alltotal + parseFloat(goodqty);
- if( i == nodeCnt ) {//마직막 행이면 합산 표시
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/subtot", total);
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/total", alltotal);
- }
- }
- olddeptnm = deptnm;
- }
- model.setValue("/root/main/cond/goodcd", "");
- model.setValue("/root/main/cond/allsizespecid", "");
- model.refresh();
- }
- }
- /* --------------------------------------------------*/
- /* type : function */
- /* access : public */
- /* desc : 수술마취 처방집계 처방 상세내역 */
- /* param : pFlag : S:싱글, M:멀티 */
- /* return : */
- /* --------------------------------------------------*/
- function fMultiDetlInfo(pFlag) {
- var goodcd="", allsizespecid="", tmpgoodcd="", tmpallsizespecid="", selIndex, cnt = 0;
- fGridSetWidth("false");//그리드 줄이기(처방물품 집계내역)
- for( var k = 0; k <= grd_sumgoodlist.rows; k++ ) {
- selIndex = grd_sumgoodlist.selectedRow(k);
- if( selIndex > 0 ) {
- tmpgoodcd = model.getValue("/root/main/sumgoodlist/row" + "[" + selIndex + "]/goodcd");
- tmpallsizespecid = model.getValue("/root/main/sumgoodlist/row" + "[" + selIndex + "]/allsizespecid");
- if( goodcd == "" ) {
- goodcd = "'" + tmpgoodcd + tmpallsizespecid + "'";
- }else {
- goodcd = goodcd + ", '" + tmpgoodcd + tmpallsizespecid + "'";
- }
- cnt++;
- }
- }
- if( cnt < 1 ) {
- messageBox("선택한 물품이 없습니다.!", "E000");
- return;
- }
- var prcpflag = model.getValue("/root/main/cond/prcpflag");
- var tmpflag = "", cureflag = "", chkcureflag = 0;
- if( prcpflag != "" ) {
- tmpflag = prcpflag.split(" ");
- for(var i = 0; i < tmpflag.length; i++ ){
- if( cureflag == "" ) {
- cureflag = "'" + tmpflag[i] + "'";
- }else {
- cureflag = cureflag + ", '" + tmpflag[i] + "'";
- }
- if( tmpflag[i] == "3" ) {
- chkcureflag = 3;//약 포함하는 집계
- }
- }
- if( parseInt(tmpflag.length) == 11 ) {
- chkcureflag = 1;
- }
- }
- var fromdd = model.getValue("/root/main/cond/refopfromdd");
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- model.setValue("/root/send/reqdata/goodcd", goodcd);
- model.setValue("/root/send/reqdata/cureflag", cureflag);
- model.setValue("/root/send/reqdata/prcpflag", chkcureflag);
- model.setValue("/root/send/reqdata/selflag", pFlag);
- model.setValue("/root/send/reqdata/bffromdd", getDateAddc(fromdd, -7));
- submit("TRMNP04003", false);
- var nodeCnt = getNodesetCount("/root/main/prcpinfo/prcpdetllist");//처방상세내역 갯수
- var goodqty = 0, total = 0, alltotal = 0;
- var deptnm = "", olddeptnm = "", goodcd = "", oldgoodcd = "";
- for( var i = 1; i <= nodeCnt; i++ ) {
- deptnm = model.getValue("/root/main/prcpinfo/prcpdetllist["+i+"]/deptnm");
- goodqty = model.getValue("/root/main/prcpinfo/prcpdetllist["+i+"]/goodqty");
- goodcd = model.getValue("/root/main/prcpinfo/prcpdetllist["+i+"]/goodcd") + model.getValue("/root/main/prcpinfo/prcpdetllist["+i+"]/allsizespecid");
- if( i == 1 ) {
- olddeptnm = deptnm;
- oldgoodcd = goodcd;
- }
- if( oldgoodcd == goodcd ) {//같은 물품이면
- if( deptnm == olddeptnm ) {//같은과이면 합산
- total = total + parseFloat(goodqty);
- alltotal = alltotal + parseFloat(goodqty);
- if( i == nodeCnt ) {//마직막 행이면 합산 표시
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/subtot", total);
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/total", alltotal);
- }
- }else {//다르면 합계에 표시
- model.setValue("/root/main/prcpinfo/prcpdetllist["+(i-1)+"]/subtot", total);
- total = 0;//초기화
- total = total + parseFloat(goodqty); //현재 과별 합산
- alltotal = alltotal + parseFloat(goodqty);
- if( i == nodeCnt ) {//마직막 행이면 합산 표시
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/subtot", total);
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/total", alltotal);
- }
- }
- olddeptnm = deptnm;
- }else {//다른 물품이면
- model.setValue("/root/main/prcpinfo/prcpdetllist["+(i-1)+"]/subtot", total);
- model.setValue("/root/main/prcpinfo/prcpdetllist["+(i-1)+"]/total", alltotal);
- total = 0;
- alltotal = 0;
- olddeptnm = deptnm;
- if( deptnm == olddeptnm ) {//같은과이면 합산
- total = total + parseFloat(goodqty);
- alltotal = alltotal + parseFloat(goodqty);
- if( i == nodeCnt ) {//마직막 행이면 합산 표시
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/subtot", total);
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/total", alltotal);
- }
- }else {//다르면 합계에 표시
- model.setValue("/root/main/prcpinfo/prcpdetllist["+(i-1)+"]/subtot", total);
- total = 0;//초기화
- total = total + parseFloat(goodqty); //현재 과별 합산
- alltotal = alltotal + parseFloat(goodqty);
- if( i == nodeCnt ) {//마직막 행이면 합산 표시
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/subtot", total);
- model.setValue("/root/main/prcpinfo/prcpdetllist["+i+"]/total", alltotal);
- }
- }
- olddeptnm = deptnm;
- }
- oldgoodcd = goodcd;
- }
- model.setValue("/root/main/cond/goodcd", "");
- model.setValue("/root/main/cond/allsizespecid", "");
- model.refresh();
- }
- /* --------------------------------------------------*/
- /* type : function */
- /* access : public */
- /* desc : 수술마취 처방집계 출력 */
- /* param : */
- /* return : */
- /* --------------------------------------------------*/
- function fSumListPrnt() {
- var node = instance1.selectSingleNode("/root/init/sumgoodlist");
- if( !node ) {
- model.makeNode("/root/init/sumgoodlist");
- model.makeNode("/root/init/cond/instcd");
- }
- model.copyNode("/root/init/sumgoodlist", "/root/main/sumgoodlist");
- model.setValue("/root/init/cond/instcd", getUserInfo("dutplceinstcd"));
- //exeReportPreview("RPMNP03000", "XMLSTR", "", "", "true", "", "", "", "", "true");
- exeReportPreview("RPMNP04001", "XMLSTR", "", "", "", "", "", "", "", "true");
- }
- /* --------------------------------------------------*/
- /* type : function */
- /* access : public */
- /* desc : 수술마취 처방집계 상세내역 출력 */
- /* param : */
- /* return : */
- /* --------------------------------------------------*/
- function fSumDetlListPrnt() {
- var node = instance1.selectSingleNode("/root/init/prcpinfo/prcpdetllist");
- if( !node ) {
- model.makeNode("/root/init/prcpinfo/prcpdetllist");
- }
- model.copyNode("/root/init/prcpinfo", "/root/main/prcpinfo");
- //exeReportPreview("RPMNP03000", "XMLSTR", "", "", "true", "", "", "", "", "true");
- exeReportPreview("RPMNP04002", "XMLSTR", "", "", "true", "", "", "", "", "true");
-
- }
|