diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 93990bfc..34d9b512 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -921,4 +921,7 @@ background-size: 75% auto; .laanc-modal .step span{display:inline-block;width:14px;height:14px;border-radius:100%;background:#ddd} .laanc-modal .step span.on{background:#8a1c05} .laanc-map-btn{width:100%;display:flex;justify-content: space-between} -.laanc-point button + button{margin-left:10px;} \ No newline at end of file +.laanc-point button + button{margin-left:10px;} +.laanc-modal .alert .alert-body{text-align:center} +.laanc-modal .alert span{font-weight:500;} +.laanc-modal .cancel-box{font-size:0.875rem} diff --git a/src/containers/basis/flight/plan/FlightPlanContainer.js b/src/containers/basis/flight/plan/FlightPlanContainer.js index 4a0767b9..ae983d72 100644 --- a/src/containers/basis/flight/plan/FlightPlanContainer.js +++ b/src/containers/basis/flight/plan/FlightPlanContainer.js @@ -12,6 +12,7 @@ import { GROUP_LIST } from '../../../../modules/basis/group/actions/basisGroupAction'; import FlightPlanGroupGrid from '../../../../components/basis/flight/plan/FlightPlanGroupGrid'; +import { AlertCircle, CheckCircle } from 'react-feather' const initSearchData = { schFltStDt: moment() @@ -185,6 +186,8 @@ const FlightPlanContainer = () => { return ( + + {/* step-1 */}
@@ -271,7 +274,7 @@ const FlightPlanContainer = () => { - +
기체 정보
@@ -338,13 +341,301 @@ const FlightPlanContainer = () => {
  • - {/* 유효성 검사 완료후 다음 진행할 수 있을때 버튼에 ouline 뺴주고 color='danger' 넣어주기 */} + {/* 완료후 다음 진행할 수 있을때 버튼에 ouline 뺴주고 color='danger' 넣어주기 */} - + + + {/* step-2 */} + {/*
    + + setDisabledAnimation(!disabledAnimation)} + className='modal-dialog-centered laanc-modal' + fade={false} + backdrop={false} + > + LAANC 승인 요청 + +
    +
    비행승인 사전결과 확인
    +
    + 지도영역 +
    +
    + +
    + {' '} + + 사전 결과 미 승인 대상입니다. + +
    +
    +
    +
    + setCenteredModal(!centeredModal)} className='modal-dialog-centered modal-xl'> + setCenteredModal(!centeredModal)}>비행 구역 설정 + + 지도영역 지도 height 정해주기 + + +
    +
    + + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + + + +
    조종사 정보
    + + +
    + + + +
    승인 유형
    + + + + + + + +
    + + +
    비행 계획 정보
    + + + + + + + + + + + + + + + + + +
    기체 정보
    + + + + + + + + + + + +
    미 승인 사유
    +
    + 내용 +
    + +
    +
    + +
    + + +
      +
    • +
    • +
    • +
    + +
    +
    +
    */} + + {/* step-2 2번째 */} + + {/*
    + + setDisabledAnimation(!disabledAnimation)} + className='modal-dialog-centered laanc-modal' + fade={false} + backdrop={false} + > + LAANC 승인 요청 + +
    +
    유효성 검사 정보
    + + + +
    + {' '} + + 조종자 자격 정보 + +
    +
    + + + +
    + {' '} + + 기체보험가입 정보 + +
    +
    + +
    +
    +
    +
    비행승인 사전결과 확인
    +
    + 지도영역 +
    +
    + +
    + {' '} + + 사전 결과 승인 대상입니다. + +
    +
    +
    +
    + setCenteredModal(!centeredModal)} className='modal-dialog-centered modal-xl'> + setCenteredModal(!centeredModal)}>비행 구역 설정 + + 지도영역 지도 height 정해주기 + + +
    +
    + + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + + + +
    조종사 정보
    + + +
    + + + +
    승인 유형
    + + + + + + + +
    + + +
    비행 계획 정보
    + + + + + + + + + + + + + + + + + +
    기체 정보
    + + + + + + + + + + + +
    조종자 준수사항 처벌 동의 약관
    +
    + 내용 +
    + 체크박스 + +
    +
    + +
    + + +
      +
    • +
    • +
    • +
    + +
    +
    +
    */} +