From 46055e8bf59e050a7e4e5b0844cd134bdbf9c445 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期六, 30 五月 2020 12:56:13 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/console.html |  180 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 171 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index d5d7f2b..272a006 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
+<!--5灞� 28鍒� 1120搴撲綅-->
 <head>
     <meta charset="UTF-8">
     <title>WCS鎺у埗涓績</title>
@@ -12,12 +13,147 @@
     <script type="text/javascript" src="../static/js/jquery/jquery-3.3.1.min.js"></script>
     <script type="text/javascript" src="../static/js/layer/layer.js"></script>
     <style>
+        header {
+            height: 20%;
+            opacity: 0.8;
+            position: relative;
+        }
+        /* 鍒嗗壊绾� */
+        .header-hr {
+            border-radius: 5px;
+            border: 1px solid #777;
+            width: 80%;
+            position: absolute;
+            bottom: 0;
+        }
+        /* 绯荤粺杩愯鐘舵�� */
+        .system-state {
+            float: left;
+            margin-left: 30px;
+            margin-top: 30px;
+            text-align: center;
+            color: #2d6aff;
+        }
+        .system-icon {
+            width: 100px;
+            height: 100px;
+            background-image: url("../static/image/stop48.png");
+            background-repeat: no-repeat;
+            background-size:100% 100%;
+            background-position: top center;
+            cursor: pointer;
+        }
 
+        /* 鐘舵�佹樉绀� */
+        .data-window {
+            float: left;
+            width: 70%;
+            text-align: center;
+        }
+        .data-window h1 {
+            font-size: 3em;
+            margin: 0;
+            letter-spacing: 1px;
+            font-weight: inherit;
+        }
+
+        /*!* 鍫嗗灈鏈虹姸鎬� *!*/
+        /*.crn-state-group {*/
+            /*text-align: left;*/
+            /*font-size: 12px;*/
+        /*}*/
+        /*.crn-label {*/
+            /*float: left;*/
+            /*width: 20%;*/
+            /*text-align: right;*/
+            /*margin-bottom: 5px;*/
+            /*font-size: 13px;*/
+        /*}*/
+        /*.crn-state {*/
+            /*display: inline-block;*/
+            /*width: 50px;*/
+            /*text-align: center;*/
+        /*}*/
+        /*!* 绔欑偣鐘舵�� *!*/
+        /*.site-label {*/
+            /*width: 20%;*/
+            /*text-align: right;*/
+            /*margin-bottom: 5px;*/
+            /*font-size: 13px;*/
+        /*}*/
+        /*.site-state-group {*/
+            /*display: inline-block;*/
+            /*text-align: left;*/
+        /*}*/
+        /*.site-state-group .site {*/
+            /*float: left;*/
+            /*height: 22px;*/
+            /*width: auto;*/
+            /*padding: 0 10px;*/
+            /*border: none;*/
+        /*}*/
+        .tips-item {
+            font-size: 0;
+            text-align: left;
+        }
+        .tips-item label {
+            display: inline-block;
+            width: 130px;
+            text-align: right;
+            font-size: xx-small;
+        }
+        .item-group {
+            display: inline-block;
+        }
+        .item-group span {
+            font-size: xx-small;
+            padding: 0 10px;
+        }
     </style>
 </head>
 <body>
 <header>
-    <span>鎻忚堪淇℃伅</span>
+    <!-- 绯荤粺杩愯鐘舵�� -->
+    <div class="system-state">
+        <div class="system-icon"></div>
+        <span>绯荤粺杩愯涓�...</span>
+    </div>
+
+    <!-- 淇℃伅灞曠ず -->
+    <div class="data-window">
+        <h1>鑷姩浠撳簱&nbsp;WCS&nbsp;鐩戞帶鍥�</h1>
+
+        <div class="tips">
+            <div class="tips-item">
+                <label>鍫嗗灈鏈虹姸鎬侀鑹�:&nbsp;</label>
+                <div class="item-group">
+                    <span class="machine-put">鍏ュ簱</span>
+                    <span class="machine-take">鍑哄簱</span>
+                    <span class="machine-stock-move">搴撳埌搴�</span>
+                    <span class="machine-site-move">绔欏埌绔�</span>
+                    <span class="machine-p-move">PToP</span>
+                    <span class="machine-error">寮傚父</span>
+                    <span class="machine-auto">鑷姩</span>
+                    <span class="machine-unauto">闈炶嚜鍔�/鎵嬪姩</span>
+                </div>
+            </div>
+
+            <div class="tips-item">
+                <label>杈撻�佽澶囩姸鎬侀鑹�:&nbsp;</label>
+                <div class="item-group">
+                    <span class="site-auto-run-id">鑷姩+鏈夌墿+ID</span>
+                    <span class="site-auto-run">鑷姩+鏈夌墿</span>
+                    <span class="site-auto-id">鑷姩+ID</span>
+                    <span class="site-auto">鑷姩</span>
+                    <span class="site-unauto">闈炶嚜鍔�/鎵嬪姩</span>
+                </div>
+            </div>
+        </div>
+
+    </div>
+
+    <!--鍒嗗壊绾�-->
+    <hr class="header-hr">
 </header>
 <main>
 
@@ -38,7 +174,7 @@
     <div class="site-row site-row-2">
         <div id="site-32" class="site" style="width: 80px; height: 50px;line-height: 50px">32</div>
         <div id="site-31" class="site" >31</div>
-        <div id="site-30" class="site" style="width: 80px; height: 30px;line-height: 30px">30</div>
+        <div id="site-30" class="site" style="width: 80px; height: 30px;line-height: 30px; background-color: red;">30</div>
         <div id="site-23" class="site" >23</div>
         <div id="site-22" class="site" style="width: 80px; height: 50px;line-height: 50px">22</div>
         <div id="site-20" class="site" >20</div>
@@ -97,6 +233,10 @@
             <button class="item">22</button>
             <button class="item">23</button>
             <button class="item">24</button>
+            <button class="item">25</button>
+            <button class="item">26</button>
+            <button class="item">27</button>
+            <button class="item">28</button>
             <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
         </div>
         <div class="stock-group">
@@ -125,6 +265,10 @@
             <button class="item">22</button>
             <button class="item">23</button>
             <button class="item">24</button>
+            <button class="item">25</button>
+            <button class="item">26</button>
+            <button class="item">27</button>
+            <button class="item">28</button>
             <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
         </div>
         <!-- 鍫嗗灈鏈� -->
@@ -159,6 +303,10 @@
             <button class="item">22</button>
             <button class="item">23</button>
             <button class="item">24</button>
+            <button class="item">25</button>
+            <button class="item">26</button>
+            <button class="item">27</button>
+            <button class="item">28</button>
             <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
         </div>
         <div class="stock-group">
@@ -187,6 +335,10 @@
             <button class="item">22</button>
             <button class="item">23</button>
             <button class="item">24</button>
+            <button class="item">25</button>
+            <button class="item">26</button>
+            <button class="item">27</button>
+            <button class="item">28</button>
             <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
         </div>
         <br>
@@ -220,6 +372,10 @@
             <button class="item">22</button>
             <button class="item">23</button>
             <button class="item">24</button>
+            <button class="item">25</button>
+            <button class="item">26</button>
+            <button class="item">27</button>
+            <button class="item">28</button>
             <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
         </div>
         <div class="stock-group">
@@ -248,6 +404,10 @@
             <button class="item">22</button>
             <button class="item">23</button>
             <button class="item">24</button>
+            <button class="item">25</button>
+            <button class="item">26</button>
+            <button class="item">27</button>
+            <button class="item">28</button>
             <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
         </div>
         <!-- 鍫嗗灈鏈� -->
@@ -282,6 +442,10 @@
             <button class="item">22</button>
             <button class="item">23</button>
             <button class="item">24</button>
+            <button class="item">25</button>
+            <button class="item">26</button>
+            <button class="item">27</button>
+            <button class="item">28</button>
             <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
         </div>
         <div class="stock-group">
@@ -310,6 +474,10 @@
             <button class="item">22</button>
             <button class="item">23</button>
             <button class="item">24</button>
+            <button class="item">25</button>
+            <button class="item">26</button>
+            <button class="item">27</button>
+            <button class="item">28</button>
             <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
         </div>
     </div>
@@ -320,12 +488,6 @@
 </main>
 
 
-<!-- 寮瑰嚭灞� -->
-<form id="msg" style="display: none">
-    <input name="name" type="text">
-    <input name="password" type="password">
-    <button>纭畾</button>
-</form>
 </body>
 <script>
     var crn1Position = 0;
@@ -354,7 +516,7 @@
         layer.open({
             type: 1,
             shadeClose: true, //鐐瑰嚮閬僵鍏抽棴灞�
-            content: $("#msg")
+            content: 'text'
         });
     })
 

--
Gitblit v1.9.1