초기 커밋.
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="/css/sb-admin-2.min.css" rel="stylesheet">
|
||||
<link href="/css/sb-custom-1.css" rel="stylesheet">
|
||||
<title>TroubleShooting: QnA</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="div-Title01">TroubleShooting: QnA</div>
|
||||
|
||||
<div class="div-margin01 div-border01">
|
||||
<div class="div-header01 div-border01">Information</div>
|
||||
<div class="div-content01">
|
||||
|
||||
<div class="div-padding01">
|
||||
<h4><b>Q. #{출발지 설비명}에서 #{도착지 설비명}으로 가는 반송 명령의 경로가 이상합니다.</b></h4><br>
|
||||
반송 경로가 이상하다는 메일의 문의에 답변은 1차적으로 최성운TL님이 팔로업함.
|
||||
</div>
|
||||
|
||||
<div class="div-padding01">
|
||||
<ul>
|
||||
<li>
|
||||
<b>CASE #1 : #{A동 1층 스테이션}에서 #{도착지 설비명}으로 생성된 반송 명령의 경로가 이상합니다.</b><br>
|
||||
<ol>
|
||||
<li>
|
||||
1~4F 리프트가 아니라 1~5F 리프트를 경유하는 반송 명령이 생성되는 경우
|
||||
<ul>
|
||||
<li>
|
||||
A동 1층 스테이션에서 출발하여 다른 층의 도착지로 반송 명령이 생성시 1~4F 리프트의 포트가 OutOfService 상태라면 1~5F 리프트를 경유하는 우회 반송 명령이 생성됨. [오류 아님. 다른 리프트로 우회하여 반송이 진행되는 것]<br>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="/vendor/jquery/jquery.min.js"></script>
|
||||
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Core plugin JavaScript-->
|
||||
<script src="/vendor/jquery-easing/jquery.easing.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for all pages-->
|
||||
<script src="/js/sb-admin-2.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user