|
@@ -31,30 +31,30 @@ function goListPage(){
|
|
|
}
|
|
|
location.href = referer;
|
|
|
}
|
|
|
-function changeCenterInfo(){
|
|
|
- if( $( "#selectCenterList option:selected" ).val() == "" ) {
|
|
|
- alertBox({ txt:"생활치료센터를 선택 해 주세요" });
|
|
|
- $( "div.modal-header h3" ).remove();
|
|
|
- return false;
|
|
|
- }
|
|
|
+// function changeCenterInfo(){
|
|
|
+// if( $( "#selectCenterList option:selected" ).val() == "" ) {
|
|
|
+// alertBox({ txt:"생활치료센터를 선택 해 주세요" });
|
|
|
+// $( "div.modal-header h3" ).remove();
|
|
|
+// return false;
|
|
|
+// }
|
|
|
|
|
|
- var centerName = $( "#selectCenterList option:selected" ).text();
|
|
|
- var patientName = $( "#patientName" ).val();
|
|
|
+// var centerName = $( "#selectCenterList option:selected" ).text();
|
|
|
+// var patientName = $( "#patientName" ).val();
|
|
|
|
|
|
- alertBox({ type: "confirm",
|
|
|
- txt: " <span class='text-info'>[" + patientName+ "]</span> 환자의 모든정보가 <span class='text-info'>["+centerName+"]</span>로 이관되며 <br/>이관 후 현재 생활치료센터에서는 더이상 환자정보를 확인 할 수 없습니다. <br/>정말 이관하시겠습니까?",
|
|
|
- callBack : function( result ) {
|
|
|
- if( result ) {
|
|
|
- $( "#newCenterName" ).val( centerName );
|
|
|
- $( "#changeForm" ).submit();
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
+// alertBox({ type: "confirm",
|
|
|
+// txt: " <span class='text-info'>[" + patientName+ "]</span> 환자의 모든정보가 <span class='text-info'>["+centerName+"]</span>로 이관되며 <br/>이관 후 현재 생활치료센터에서는 더이상 환자정보를 확인 할 수 없습니다. <br/>정말 이관하시겠습니까?",
|
|
|
+// callBack : function( result ) {
|
|
|
+// if( result ) {
|
|
|
+// $( "#newCenterName" ).val( centerName );
|
|
|
+// $( "#changeForm" ).submit();
|
|
|
+// }
|
|
|
+// }
|
|
|
+// });
|
|
|
|
|
|
- $( "div.modal-header h3" ).remove();
|
|
|
+// $( "div.modal-header h3" ).remove();
|
|
|
|
|
|
-// getAjax( "" )
|
|
|
-}
|
|
|
+// // getAjax( "" )
|
|
|
+// }
|
|
|
</script>
|
|
|
</head>
|
|
|
<body>
|
|
@@ -168,7 +168,7 @@ function changeCenterInfo(){
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
<button type="button" class="btn border" data-dismiss="modal">취소</button>
|
|
|
- <button type="button" class="btn btn-primary" onclick="changeCenterInfo();">생활치료센터 이관</button>
|
|
|
+<!-- <button type="button" class="btn btn-primary" onclick="changeCenterInfo();">생활치료센터 이관</button> -->
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|