123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
- <xhtml:head>
- <xhtml:title>화학물질 종합관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <condition>
- <matrcd/>
- </condition>
- <matrinfo>
- <detail>
- <status/>
- <matrcd/>
- <matrnm/>
- <prodcmpynm/>
- <harmcomp/>
- <harmgrde/>
- <sgnl/>
- <msdsfileyn/>
- <workfileyn/>
- <warnyn1/>
- <warnyn2/>
- <warnyn3/>
- <warnyn4/>
- <warnyn5/>
- <warnyn6/>
- <warnyn7/>
- <warnyn8/>
- <warnyn9/>
- <envinspyn/>
- <spcldiagyn/>
- <msdsfilepath/>
- <msdsfilenm/>
- <workfilepath/>
- <workfilenm/>
- </detail>
- <alist>
- <matrcd/>
- <harmcls/>
- <harmcd/>
- <chkval/>
- </alist>
- <blist>
- <matrcd/>
- <harmcls/>
- <harmcd/>
- <chkval/>
- </blist>
- <clist>
- <matrcd/>
- <harmcls/>
- <harmcd/>
- <chkval/>
- </clist>
- </matrinfo>
- </main>
- <send/>
- <init/>
- <hidden>
- <file/>
- </hidden>
- <temp>
- </temp>
- <delete>
- <fiepath/>
- </delete>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <!--script type="javascript" src="../../../mis/purcbaseweb/js/SMRSC05302.js"/-->
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fOpenForm();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
-
- //========================================================================================
- //화면 로드시 초기화 함수
- //========================================================================================
- function fOpenForm() {
- model.removeNodeset("/root/main/matrinfo/alist");
- model.removeNodeset("/root/main/matrinfo/blist");
- model.removeNodeset("/root/main/matrinfo/clist");
- model.refresh();
-
- //misfGridInit(grd_deptlist);
- fGetMatrInfo();//코드 종합정보 조회
- // if(model.getValue("/root/main/matrlist[1]/matrcd") != "") {
- // grd_matrlist.isSelected(1) = true;
- // fGetMatrInfo(1);
- // }else {
- // fCopyInstance();
- // }
- }
- //========================================================================================
- //인스턴스 Copy 함수
- //========================================================================================
- function fCopyInstance() {
- //----model.copyNode("/root/hidden/matrinfo/detail", "/root/main/matrinfo/detail");
- model.copyNode("/root/hidden/matrinfo", "/root/main/matrinfo");
- model.refresh();
- }
- //========================================================================================
- //코드 목록 조회 함수
- //========================================================================================
- function fGetMatrList() {
- //model.removenode("/root/main/matrlist");//조회시 기존 데이터 삭제
- misfGridInit(grd_matrlist);
-
- model.copyNode("/root/send", "/root/main/condition");
- submit("TRRSM00101");
- model.refresh();
- }
-
- //========================================================================================
- //화학물질 종합정보 조회
- //========================================================================================
- function fGetMatrInfo() {
- /*
- if ( pRow > 0 ) {
- model.resetInstanceNode("/root/send");
- model.copyNode("/root/send", "/root/main/matrlist["+ pRow + "]");
- submit("TRRSM00102");
- ipt_matrcd.disabled = true;
- fCopyInstance();
- }
- */
- model.copyNode("/root/send", "/root/main/condition");
- submit("TRRSM00201");
-
- //2015.03.24 추가
- if(model.getValue("/root/main/matrinfo/detail/msdsfileyn") != "Y") {
- btn_filedel1.disabled = true;
- btn_filedown1.disabled = true;
- }
- if(model.getValue("/root/main/matrinfo/detail/workfileyn") != "Y") {
- btn_filedel2.disabled = true;
- btn_filedown2.disabled = true;
- }
-
-
-
- model.refresh();
-
- }
-
- //========================================================================================
- //신규 버턴 클릭시 인스턴스 초기화
- //========================================================================================
- function fSetMatrInfo() {
- ipt_matrcd.disabled = false;
- // 아래 두줄로 변경
- //model.resetInstanceNode("/root/main/matrinfo");
- model.resetInstanceNode("/root/main/matrinfo/detail");
- //model.resetInstanceNode("/root/main/matrinfo/deptlist");
- misfGridInit(grd_deptlist);
-
- //return;
-
- model.setFocus("ipt_matrcd");
- model.setValue("/root/main/matrinfo/detail/status", "i");
- model.setValue("/root/main/matrinfo/detail/msdsflag", "Y");
- // 서식에서 징수의무자 상호(법인명)으로 쓰임. 기본값으로 경북대학교병원장 셋팅.
- //model.setValue("/root/main/matrinfo/prntnm1" , "경북대학교병원장");
- fCopyInstance();
- }
-
- //========================================================================================
- // 저장버튼 클릭시 저장 수행 함수
- //========================================================================================
- function fClickSaveBtn() {
-
- if(opt_matrnm.value.length == 0) {
- messageBox("화학물질이 지정되지 않았습니다. " + "\n" + "닫기 버튼을 누른 후 다시 여시기 바랍니다. ", "I999", "");
- return;
- }
-
- //if(!fIsValidForSave())//저장전 유효성 검사
- // return;
-
- //for(var i = 1; i <= grd_deptlist.rows; i++) {
- // grd_deptlist.valueMatrix(i, grd_deptlist.colRef("matrcd")) = ipt_matrcd.value;
- //}
-
- model.resetInstanceNode("/root/send");
-
- //model.makeNode("root/send/detail");
- model.copyNode("/root/send", "/root/main/matrinfo/detail");
-
- model.makeValue("/root/send/alist", grd_alist.getUpdateDataAll("i"));
- model.makeValue("/root/send/blist", grd_blist.getUpdateDataAll("i"));
- model.makeValue("/root/send/clist", grd_clist.getUpdateDataAll("i"));
-
- //return;
-
- if(submit("TXRSM00201")) {
- //fGetMatrList();// 재조회
- //model.copyNode("/root/send", "/root/main/matrinfo/detail");
-
- //2015.03.24 아래 2줄 comment처리 후 fGetMatrInfo()로 변경
- //model.copyNode("/root/send", "/root/main/condition");
- //submit("TRRSM00201"); //상세내역 재조회
- fGetMatrInfo()
-
- grd_alist.topRow = 1;
- grd_blist.topRow = 1;
- grd_clist.topRow = 1;
- //model.setValue("/root/main/matrinfo/detail/status", "-");
- //grd_deptlist.clearStatus();
- //--model.makeNode("/root/hidden/matrinfo/detail");
- //model.makeNode("/root/hidden/matrinfo");
- //fCopyInstance();
-
- //ipt_matrcd.disabled = true;
-
- messageBox("저장되었습니다. ", "I999", "");
- }
- }
-
- //========================================================================================
- //저장전 유효성 검사
- //========================================================================================
- function fIsValidForSave() {
- //필수 입력 항목 체크(공통 ftHelper.js)
- if(!isRequiredControls("ipt_matrcd","ipt_matrnm")) { //,"ipt_prodcmpycd"
- return false;
- }
-
- var sStatus = model.getValue("/root/main/matrinfo/detail/status");
- var sNewData = fGetNodeText("/root/main/matrinfo/detail");
- var sOldData = fGetNodeText("/root/hidden/matrinfo/detail");
-
- //상세내역에 변경된 정보가 있는지 확인
- if(sNewData != sOldData && sStatus == "-") { // 데이터 수정일 경우
- model.setValue("/root/main/matrinfo/detail/status","u");
- return true;
- } else if(sNewData == sOldData && sStatus == "-" ) { //변경된 값이 없을경우
- //messageBox("변경된 정보가 ", "I004");
- //return false;
- return true;
- }else if(sStatus == "i") { //데이터 입력일 경우
- return true;
- }else if(sStatus = "d") { //데이터 삭제일 경우
- return true;
- }
- }
-
- //========================================================================================
- //엑셀입력(excel file을 그리드에 입력)
- //========================================================================================
- function fInputExcel(pGrid) {
- var fileName = window.fileDialog("open", ",", false, "", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if(fileName != "") {
- pGrid.loadExcel(fileName, 1, true);
- pGrid.deleteRow(1);
- pGrid.refresh();
- }
- }
-
- //========================================================================================
- //동일한 Depth의 인스턴스의 값을 스트링형으로 변환
- //========================================================================================
- function fGetNodeText(pNode) {
- var trgNdoe = instance1.selectSingleNode(pNode);
- var trgNdoeList = trgNdoe.childNodes;
- var childNode;
- var allText = "";
- while( childNode = trgNdoeList.nextNode() ) {
-
- allText += childNode.text;
- }
- return allText;
- }
-
- function fOpenPopupDeptHelp(pControl, pInstance)
- {
- misfOpenPopUpList("02", pControl, "", pInstance);
- model.refresh();
- }
-
-
- function fupload(flag){
- var files = window.fileDialog("open", ",", false);
- var replacepath = "";
- if ( files.length <= 0 ) return;
-
- model.makeValue(ipt_updpath.attribute("ref") , files); //전체 파일경로 와 이름을 셋팅
- var filename = files.substring(files.lastIndexOf('\\') + 1 , files.length ); //파일이름만 나오게 문자 정리
-
- if(flag == "1") {
- model.setValue("/root/main/matrinfo/detail/msdsfilenm", filename);
- submit("TXRSC20203");
- if(model.getValue("/root/main/filepath[1]/filepath") != ""){
- model.setValue("/root/main/matrinfo/detail/msdsfilepath", model.getValue("/root/main/filepath[1]/filepath"));
- }
-
- } else if (flag == "2") {
- model.setValue("/root/main/matrinfo/detail/workfilenm", filename);
- submit("TXRSC20203");
- if(model.getValue("/root/main/filepath[1]/filepath") != ""){
- model.setValue("/root/main/matrinfo/detail/workfilepath", model.getValue("/root/main/filepath[1]/filepath"));
- }
- }
- }
-
- function fdelete(flag){
- if(flag == "1") {
- model.setValue("/root/delete/fiepath", model.getValue("/root/main/matrinfo/detail/msdsfilepath"));
- if(submit("TXRSC20204") == true){
- model.setValue("/root/main/matrinfo/detail/msdsfileyn", "N");
- model.setValue("/root/main/matrinfo/detail/msdsfilepath", "");
- model.setValue("/root/main/matrinfo/detail/msdsfilenm", "");
- }
- } else if (flag == "2") {
- model.setValue("/root/delete/fiepath", model.getValue("/root/main/matrinfo/detail/workfilepath"));
- if(submit("TXRSC20204") == true){
- model.setValue("/root/main/matrinfo/detail/workfileyn", "N");
- model.setValue("/root/main/matrinfo/detail/workfilepath", "");
- model.setValue("/root/main/matrinfo/detail/workfilenm", "");
- }
- }
-
- }
-
- function fdown(flag){
- var filepath = "";
- var filenm = "";
-
- if(flag == "1") {
- filepath = model.getValue("/root/main/matrinfo/detail/msdsfilepath");
- filenm = model.getValue("/root/main/matrinfo/detail/msdsfilenm");
- } else if (flag == "2") {
- filepath = model.getValue("/root/main/matrinfo/detail/workfilepath");
- filenm = model.getValue("/root/main/matrinfo/detail/workfilenm");
- }
-
- var localfile = window.fileDialog("save","|",false,filenm,"","All Files(*.*)|*.*");
- if (localfile != "") {
- model.download(getActionURL("TRRWC03003")+"&filepath="+filepath,localfile);
- var rtn = messageBox("파일을", "Q004");
- if( rtn == 6 ) {
- window.exec(localfile);
- }
- }
- }
-
- ]]>
- </script>
- <submission id="TRRSM00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/matrinfo"/>
- <submission id="TXRSM00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- <submission id="TXRSC20203" mediatype="application/x-www-form-urlencoded" method="form-data-post" ref="/root/hidden/file" resultref="/root/main/filepath"/>
- <submission id="TXRSC20204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/delete" resultref="/root/temp"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="835" pageheight="580" guideline="1,815;1,1406;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:815px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">화학물질 종합관리</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:40px; width:815px; height:532px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:815px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:815px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="4" visibility="hidden" style="left:675px; top:6px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetMatrInfo();
- ]]>
- </script>
- </button>
- <caption id="caption1" style="left:45px; top:10px; width:45px; height:16px; ">물질명</caption>
- <caption id="caption7" style="left:355px; top:10px; width:55px; height:16px; ">제조회사</caption>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:75px; x2:815px; y2:75px; "/>
- <line id="line13" class="line_2" style="x1:1px; y1:103px; x2:813px; y2:103px; "/>
- <caption id="caption20" class="tit_2" style="left:4px; top:60px; width:121px; height:13px; ">종합정보</caption>
- <caption id="cap_matrcd" class="cell_1" style="left:0px; top:80px; width:160px; height:23px; text-align:center; vertical-align:middle; ">유해 구성성분</caption>
- <caption id="cap_matrnm" class="cell_1" style="left:0px; top:105px; width:160px; height:23px; text-align:center; vertical-align:middle; ">유해등급</caption>
- <line id="line4" class="line_2" style="x1:1px; y1:128px; x2:813px; y2:128px; "/>
- <line id="line16" class="line_2" style="x1:0px; y1:461px; x2:813px; y2:461px; "/>
- <line id="line17" class="line_2" style="x1:0px; y1:488px; x2:813px; y2:488px; "/>
- <line id="line18" class="line_2" style="x1:0px; y1:513px; x2:813px; y2:513px; "/>
- <caption id="caption24" class="cell_1" style="left:0px; top:353px; width:160px; height:110px; text-align:center; vertical-align:middle; ">제품 경고표시 그림문자</caption>
- <caption id="caption25" class="cell_1" style="left:0px; top:130px; width:160px; height:145px; text-align:center; vertical-align:middle; ">유해위험성</caption>
- <caption id="caption29" class="cell_1" style="left:0px; top:465px; width:160px; height:23px; text-align:center; vertical-align:middle; ">작업환경측정 물질</caption>
- <line id="line7" class="line_2" style="x1:1px; y1:276px; x2:813px; y2:276px; "/>
- <line id="line20" class="line_2" style="x1:1px; y1:301px; x2:813px; y2:301px; "/>
- <caption id="caption11" class="cell_1" style="left:0px; top:278px; width:160px; height:23px; text-align:center; vertical-align:middle; ">신호어</caption>
- <line id="line9" class="line_2" style="x1:1px; y1:326px; x2:813px; y2:326px; "/>
- <line id="line10" class="line_2" style="x1:1px; y1:351px; x2:813px; y2:351px; "/>
- <caption id="caption12" class="cell_1" style="left:0px; top:328px; width:160px; height:23px; text-align:center; vertical-align:middle; ">작업 공정별 관리요령</caption>
- <output id="opt_prodcmpynm" ref="/root/main/matrinfo/detail/prodcmpynm" class="output_fix" appearance="output" style="left:409px; top:18px; width:240px; height:19px; padding-left:2; "/>
- <select1 id="rdo_envinspyn" ref="/root/main/matrinfo/detail/envinspyn" navindex="19" appearance="full" cellspacing="6" cols="2" overflow="visible" style="left:165px; top:468px; width:105px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>Yes</label>
- <value>Y</value>
- </item>
- <item>
- <label>No</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" class="cell_1" style="left:0px; top:303px; width:160px; height:23px; text-align:center; vertical-align:middle; ">물질안전보건자료(MSDS)</caption>
- <select1 id="cmb_fileyn1" ref="/root/main/matrinfo/detail/msdsfileyn" disabled="true" appearance="minimal" style="left:165px; top:305px; width:40px; height:19px; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <button id="btn_fileup1" class="btn2_letter2" navindex="35" style="left:210px; top:305px; width:42px; height:19px; ">
- <caption>등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fupload("1");
- if(model.getValue("/root/main/filepath[1]/filepath") != ""){
- model.setValue("/root/main/matrinfo/detail/msdsfileyn", "Y"); ///root/main/reqeqmtlist/fileyn1
- cmb_fileyn1.refresh();
-
- //2015.03.24 comment처리 후 아래와 같이 변경
- //btn_filedel1.visible = true;
- btn_filedel1.disabled = false;
- btn_filedown1.disabled = false;
- }
- ]]>
- </script>
- </button>
- <button id="btn_filedel1" class="btn2_letter2" navindex="35" style="left:255px; top:305px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fdelete("1");
- cmb_fileyn1.refresh();
-
- //2015.03.24 comment처리 후 아래와 같이 변경
- //btn_filedel1.visible = false;
- btn_filedel1.disabled = true;
- btn_filedown1.disabled = true;
- ]]>
- </script>
- </button>
- <button id="btn_filedown1" class="btn2_letter2" navindex="35" style="left:300px; top:305px; width:42px; height:19px; ">
- <caption>다운</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(cmb_fileyn1.value == "Y"){
- fdown("1");
- }else{
- messageBox("내려받을 첨부 파일이 없습니다.", "E999", "");
- }
- ]]>
- </script>
- </button>
- <button id="btn_fileup2" class="btn2_letter2" navindex="35" style="left:210px; top:330px; width:42px; height:19px; ">
- <caption>등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fupload("2");
- if(model.getValue("/root/main/filepath[1]/filepath") != ""){
- model.setValue("/root/main/matrinfo/detail/workfileyn", "Y"); ///root/main/reqeqmtlist/fileyn1
- cmb_fileyn2.refresh();
-
- //2015.03.24 comment처리
- //btn_filedel2.visible = true;
- btn_filedel2.disabled = false;
- btn_filedown2.disabled = false;
- }
- ]]>
- </script>
- </button>
- <button id="btn_filedown2" class="btn2_letter2" navindex="35" style="left:300px; top:330px; width:42px; height:19px; ">
- <caption>다운</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(cmb_fileyn2.value == "Y"){
- fdown("2");
- }else{
- messageBox("내려받을 첨부 파일이 없습니다.", "E999", "");
- }
- ]]>
- </script>
- </button>
- <select1 id="cmb_fileyn2" ref="/root/main/matrinfo/detail/workfileyn" disabled="true" appearance="minimal" style="left:165px; top:330px; width:40px; height:19px; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <button id="btn_filedel2" class="btn2_letter2" navindex="35" style="left:255px; top:330px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fdelete("2");
- cmb_fileyn2.refresh();
- //2015.03.24 comment처리 후 아래와 같이 변경
- //btn_filedel2.visible = false;
- btn_filedel2.disabled = true;
- btn_filedown2.disabled = true;
- ]]>
- </script>
- </button>
- <img id="img1" src="../../../mis/purcbaseweb/images/warn1.jpg" style="left:165px; top:358px; width:50px; height:50px; background-stretch:stretch; "/>
- <img id="img2" src="../../../mis/purcbaseweb/images/warn2.jpg" style="left:220px; top:358px; width:50px; height:50px; background-stretch:stretch; "/>
- <img id="img3" src="../../../mis/purcbaseweb/images/warn3.jpg" style="left:275px; top:358px; width:50px; height:50px; background-stretch:stretch; "/>
- <img id="img4" src="../../../mis/purcbaseweb/images/warn4.jpg" style="left:330px; top:358px; width:50px; height:50px; background-stretch:stretch; "/>
- <img id="img5" src="../../../mis/purcbaseweb/images/warn5.jpg" style="left:385px; top:358px; width:50px; height:50px; background-stretch:stretch; "/>
- <img id="img6" src="../../../mis/purcbaseweb/images/warn6.jpg" style="left:440px; top:358px; width:50px; height:50px; background-stretch:stretch; "/>
- <img id="img7" src="../../../mis/purcbaseweb/images/warn7.jpg" style="left:495px; top:358px; width:50px; height:50px; background-stretch:stretch; "/>
- <img id="img8" src="../../../mis/purcbaseweb/images/warn8.jpg" style="left:550px; top:358px; width:50px; height:50px; background-stretch:stretch; "/>
- <img id="img9" src="../../../mis/purcbaseweb/images/warn9.jpg" style="left:605px; top:358px; width:50px; height:50px; background-stretch:stretch; "/>
- <caption id="caption8" style="left:170px; top:408px; width:40px; height:20px; ">인화성</caption>
- <caption id="caption9" style="left:225px; top:405px; width:40px; height:38px; ">
- <![CDATA[ 흡인
- 유해성]]>
- </caption>
- <caption id="caption10" style="left:275px; top:408px; width:50px; height:20px; ">급성독성</caption>
- <caption id="caption13" style="left:335px; top:408px; width:40px; height:20px; ">부식성</caption>
- <caption id="caption14" style="left:390px; top:408px; width:40px; height:20px; ">산화성</caption>
- <caption id="caption15" style="left:440px; top:408px; width:50px; height:20px; ">고압가스</caption>
- <caption id="caption16" style="left:500px; top:408px; width:40px; height:20px; ">폭발성</caption>
- <caption id="caption17" style="left:550px; top:405px; width:50px; height:38px; ">
- <![CDATA[수생환경
- 유해성]]>
- </caption>
- <caption id="caption18" style="left:620px; top:408px; width:40px; height:20px; ">경고</caption>
- <caption id="caption5" class="cell_1" style="left:0px; top:490px; width:160px; height:23px; text-align:center; vertical-align:middle; ">특수건강진단 물질</caption>
- <select1 id="rdo_spcldiagyn" ref="/root/main/matrinfo/detail/spcldiagyn" navindex="19" appearance="full" cellspacing="6" cols="2" overflow="visible" style="left:165px; top:493px; width:105px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>Yes</label>
- <value>Y</value>
- </item>
- <item>
- <label>No</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <output id="opt_matrnm" ref="/root/main/matrinfo/detail/matrnm" class="output_fix" appearance="output" style="left:86px; top:18px; width:240px; height:19px; padding-left:2; "/>
- <input id="ipt_harmcomp" ref="/root/main/matrinfo/detail/harmcomp" class="input_default" navindex="10" appearance="input" style="left:164px; top:82px; width:631px; height:19px; "/>
- <select1 id="rdo_harmgrde" ref="/root/main/matrinfo/detail/harmgrde" navindex="19" appearance="full" cellspacing="6" cols="4" overflow="visible" style="left:165px; top:109px; width:350px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>1 등급</label>
- <value>1</value>
- </item>
- <item>
- <label>2 등급</label>
- <value>2</value>
- </item>
- <item>
- <label>3 등급</label>
- <value>3</value>
- </item>
- <item>
- <label>4 등급</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <datagrid id="grd_alist" nodeset="/root/main/matrinfo/alist" caption="물리적위험성^물리적위험성^matrcd^harmcls^harmcd" colsep="^" colwidth="24, 172, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheight="16" rowsep="|" navindex="5" style="left:164px; top:133px; width:215px; height:140px; ">
- <col checkvalue="Y,N" ref="chkval" type="checkbox"/>
- <col ref="harmnm"/>
- <col ref="matrcd" visibility="hidden"/>
- <col ref="harmcls" visibility="hidden"/>
- <col ref="harmcd" visibility="hidden"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if(grd_deptlist.col == grd_deptlist.colRef("deptcd")){
- misfOpenPopUpList("02", grd_deptlist, "", "deptcd,deptnm");
- }
- if(grd_deptlist.col == grd_deptlist.colRef("deptnm")){
- misfOpenPopUpList("02", grd_deptlist, "", "deptcd,deptnm");
- }
-
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_blist" nodeset="/root/main/matrinfo/blist" caption="건강유해성^건강유해성^matrcd^harmcls^harmcd" colsep="^" colwidth="24, 172, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheight="16" rowsep="|" navindex="5" style="left:380px; top:133px; width:215px; height:140px; ">
- <col checkvalue="Y,N" ref="chkval" type="checkbox"/>
- <col ref="harmnm"/>
- <col ref="matrcd" visibility="hidden"/>
- <col ref="harmcls" visibility="hidden"/>
- <col ref="harmcd" visibility="hidden"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if(grd_deptlist.col == grd_deptlist.colRef("deptcd")){
- misfOpenPopUpList("02", grd_deptlist, "", "deptcd,deptnm");
- }
- if(grd_deptlist.col == grd_deptlist.colRef("deptnm")){
- misfOpenPopUpList("02", grd_deptlist, "", "deptcd,deptnm");
- }
-
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_clist" nodeset="/root/main/matrinfo/clist" caption="환경유해성^환경유해성^matrcd^harmcls^harmcd" colsep="^" colwidth="24, 172, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheight="16" rowsep="|" navindex="5" style="left:596px; top:133px; width:215px; height:140px; ">
- <col checkvalue="Y,N" ref="chkval" type="checkbox"/>
- <col ref="harmnm"/>
- <col ref="matrcd" visibility="hidden"/>
- <col ref="harmcls" visibility="hidden"/>
- <col ref="harmcd" visibility="hidden"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if(grd_deptlist.col == grd_deptlist.colRef("deptcd")){
- misfOpenPopUpList("02", grd_deptlist, "", "deptcd,deptnm");
- }
- if(grd_deptlist.col == grd_deptlist.colRef("deptnm")){
- misfOpenPopUpList("02", grd_deptlist, "", "deptcd,deptnm");
- }
-
- ]]>
- </script>
- </datagrid>
- <select1 id="rdo_sgnl" ref="/root/main/matrinfo/detail/sgnl" navindex="19" appearance="full" cellspacing="8" cols="4" overflow="visible" style="left:165px; top:282px; width:350px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>위험</label>
- <value>위험</value>
- </item>
- <item>
- <label>경고</label>
- <value>경고</value>
- </item>
- <item>
- <label>해당없음</label>
- <value>해당없음</value>
- </item>
- </choices>
- </select1>
- <select id="cbx_1" ref="/root/main/matrinfo/detail/warnyn1" overflow="visible" appearance="full" style="left:180px; top:438px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="cbx_2" ref="/root/main/matrinfo/detail/warnyn2" overflow="visible" appearance="full" style="left:235px; top:438px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="cbx_3" ref="/root/main/matrinfo/detail/warnyn3" overflow="visible" appearance="full" style="left:290px; top:438px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="cbx_4" ref="/root/main/matrinfo/detail/warnyn4" overflow="visible" appearance="full" style="left:345px; top:438px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="cbx_5" ref="/root/main/matrinfo/detail/warnyn5" overflow="visible" appearance="full" style="left:400px; top:438px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="cbx_6" ref="/root/main/matrinfo/detail/warnyn6" overflow="visible" appearance="full" style="left:455px; top:438px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="cbx_7" ref="/root/main/matrinfo/detail/warnyn7" overflow="visible" appearance="full" style="left:510px; top:438px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="cbx_8" ref="/root/main/matrinfo/detail/warnyn8" overflow="visible" appearance="full" style="left:565px; top:438px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="cbx_9" ref="/root/main/matrinfo/detail/warnyn9" overflow="visible" appearance="full" style="left:620px; top:438px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <input id="ipt_updpath" ref="/root/hidden/file" visibility="hidden" style="left:430px; top:305px; width:100px; height:19px; "/>
- <upload id="upload1" nodeset="/root/hidden/file" style="left:410px; top:304px; width:15px; height:20px; "/>
- <!-- 파일 업로드와 관련하여 참고사항 : FTP 칠곡운영AP#1 에 /files/BEMR023/mis030/attach/mis/rpv/req/20140605 아래에 들어감.-->
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13px; width:815px; height:27px; ">
- <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:815px; y2:25px; "/>
- <button id="btn_save" class="btn4_letter2" style="left:696px; top:2px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClickSaveBtn();
- ]]>
- </script>
- </button>
- <button id="btn_close" class="btn4_letter2" style="left:755px; top:2px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|