|  |  | 
 |  |  | <!DOCTYPE html> | 
 |  |  | <html lang="en"> | 
 |  |  | <!--5层 28列 1120库位--> | 
 |  |  | <head> | 
 |  |  |     <meta charset="UTF-8"> | 
 |  |  |     <title>WCS控制中心</title> | 
 |  |  |     <meta name="renderer" content="webkit"> | 
 |  |  |     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 
 |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"> | 
 |  |  |     <link rel="stylesheet" type="text/css" href="../static/css/normalize.css"> | 
 |  |  |     <link rel="stylesheet" type="text/css" href="../static/css/common.css"> | 
 |  |  |     <link rel="stylesheet" type="text/css" href="../static/css/console.css"> | 
 |  |  |     <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> | 
 |  |  |     <script type="text/javascript" src="../static/js/common.js"></script> | 
 |  |  |     <style> | 
 |  |  |         /* layer 深蓝色按钮修改 */ | 
 |  |  |         /*.layui-layer-lan .layui-layer-btn {*/ | 
 |  |  |         /*border-top: none;*/ | 
 |  |  |         /*}*/ | 
 |  |  |         .layui-layer-lan .layui-layer-btn a { | 
 |  |  |             background: #4476A7; | 
 |  |  |             border-color: #4476A7; | 
 |  |  |             color: #fff; | 
 |  |  |         } | 
 |  |  |         .layui-layer-lan .layui-layer-btn .layui-layer-btn1 { | 
 |  |  |             background: #fff; | 
 |  |  |             color: #333; | 
 |  |  |             border-color: #E9E7E7; | 
 |  |  |         } | 
 |  |  |         .layui-layer-lan .layui-layer-btn .layui-layer-btn1:hover { | 
 |  |  |             background-color: #f7f7f7; | 
 |  |  |         } | 
 |  |  |     </style> | 
 |  |  |     <title>自动仓库wcs系统</title> | 
 |  |  |     <link rel="stylesheet" href="../static/css/render.css"> | 
 |  |  |     <script src="../static/js/jquery/jquery-3.3.1.min.js"></script> | 
 |  |  |     <script src="../static/js/layer/layer.js"></script> | 
 |  |  |     <!--地图json--> | 
 |  |  |     <script src="../static/js/console.map.js"></script> | 
 |  |  |     <script src="../static/js/console.js"></script> | 
 |  |  |     <script src="../static/js/common.js"></script> | 
 |  |  |     <script src="info.js"></script> | 
 |  |  |  | 
 |  |  | </head> | 
 |  |  | <body> | 
 |  |  | <header> | 
 |  |  |     <!-- 系统运行状态 --> | 
 |  |  |     <div class="system-state"> | 
 |  |  |         <div id="system-icon" class="system-icon-open" onclick="systemSwitch()"></div> | 
 |  |  |         <span id="system-run-desc">系统运行中...</span> | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  |     <!-- 信息展示 --> | 
 |  |  |     <div class="data-window"> | 
 |  |  |         <!-- 标题 --> | 
 |  |  |         <h1>自动仓库 WCS 监控图</h1> | 
 |  |  |  | 
 |  |  |         <!-- 颜色提示 --> | 
 |  |  |         <div class="tips"> | 
 |  |  |             <div class="tips-item"> | 
 |  |  |                 <label>堆垛机状态颜色: </label> | 
 |  |  |                 <div class="item-group"> | 
 |  |  |                     <span class="machine-put-flag">入库</span> | 
 |  |  |                     <span class="machine-take-flag">出库</span> | 
 |  |  |                     <span class="machine-stock-move-flag">库到库</span> | 
 |  |  |                     <span class="machine-site-move-flag">站到站</span> | 
 |  |  |                     <span class="machine-p-move-flag">PToP</span> | 
 |  |  |                     <span class="machine-error-flag">异常</span> | 
 |  |  |                     <span class="machine-auto-flag">自动</span> | 
 |  |  |                     <span class="machine-unauto-flag">非自动/手动</span> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <div class="tips-item"> | 
 |  |  |                 <label>输送设备状态颜色: </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 id="main"> | 
 |  |  |     <div class="head"> | 
 |  |  |         <div class="head-left"> | 
 |  |  |             <h1>自动仓库WCS监控图</h1> | 
 |  |  |             <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6> | 
 |  |  |         </div> | 
 |  |  |         <div class="head-right"> | 
 |  |  |             <img src="../static/images/zy-logo.png" alt="wcs" height="44" width="80"> | 
 |  |  |         </div> | 
 |  |  |     </div> | 
 |  |  | </header> | 
 |  |  | <main> | 
 |  |  |  | 
 |  |  |     <!----------- 工具栏 ----------> | 
 |  |  |     <!-- 入库口 --> | 
 |  |  |     <div class="cargo-put-0"></div> | 
 |  |  |     <div class="cargo-put-1"></div> | 
 |  |  |     <!-- 扫码器 --> | 
 |  |  |     <div id="code-decoder-1" class="code-decoder"> | 
 |  |  |         <span id="code-decoder-data-1" class="code-decoder-data">0</span> | 
 |  |  |     </div> | 
 |  |  |     <!--  磅秤  --> | 
 |  |  |     <div class="scale" id="scale-1"> | 
 |  |  | <!--        <button id="scale-data-1">磅秤</button>--> | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     <!----------- 左输送线 ----------> | 
 |  |  | <!--     第0列(宽度 100px)--> | 
 |  |  | <!--    <div class="site-row site-row-0">--> | 
 |  |  | <!--        <div id="site-110" class="site" style="height: 20px;line-height: 20px;">110</div>--> | 
 |  |  | <!--        <div id="site-109" class="site" style="height: 20px;line-height: 20px;">109</div>--> | 
 |  |  | <!--        <div id="site-108" class="site" style="height: 22px;line-height: 22px;width: 160px">108</div>--> | 
 |  |  | <!--        <div id="site-112" class="site" style="height: 22px;line-height: 22px;width: 160px">112</div>--> | 
 |  |  | <!--        <div id="site-113" class="site" style="height: 20px;line-height: 20px">113</div>--> | 
 |  |  | <!--        <div id="site-114" class="site" style="height: 20px;line-height: 20px">114</div>--> | 
 |  |  | <!--    </div>--> | 
 |  |  |  | 
 |  |  |     <!-- 第1列(宽度 100px) --> | 
 |  |  |     <div class="site-row site-row-1"> | 
 |  |  |         <div id="site-176" class="site" style="height: 20px;line-height: 20px;width:140px;margin-bottom: 21px">176</div> | 
 |  |  |         <div id="site-170" class="site" style="height: 20px;line-height: 20px;width:70px;margin-bottom: 245px;position: relative;float: right">170</div> | 
 |  |  |         <div id="site-180" class="site" style="height: 20px;line-height: 20px;width:70px;position: relative;clear:right;float: right">180</div> | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  | <!--    <!– 第2列(宽度 100px) –>--> | 
 |  |  |     <div class="site-row site-row-2"> | 
 |  |  |         <div id="site-163" class="site" style="height: 31px;line-height: 31px;width: 70px">163</div> | 
 |  |  |         <div id="site-162" class="site" style="height: 31px;line-height: 31px;width: 70px">162</div> | 
 |  |  |         <div id="site-161" class="site" style="height: 71px;line-height: 71px;width: 70px">161</div> | 
 |  |  |         <div id="site-160" class="site" style="height: 31px;line-height: 31px;width: 70px">160</div> | 
 |  |  |         <div id="site-159" class="site" style="height: 31px;line-height: 31px;width: 70px">159</div> | 
 |  |  |         <div id="site-158" class="site" style="height: 70px;line-height: 70px;width: 70px">158</div> | 
 |  |  |         <div id="site-157" class="site" style="height: 31px;line-height: 31px;width: 70px">157</div> | 
 |  |  |         <div id="site-156" class="site" style="height: 31px;line-height: 31px;width: 70px">156</div> | 
 |  |  |         <div id="site-155" class="site" style="height: 70px;line-height: 70px;width: 70px">155</div> | 
 |  |  |         <div id="site-154" class="site" style="height: 31px;line-height: 31px;width: 70px">154</div> | 
 |  |  |         <div id="site-153" class="site" style="height: 31px;line-height: 31px;width: 70px">153</div> | 
 |  |  |         <div id="site-152" class="site" style="height: 70px;line-height: 70px;width: 70px">152</div> | 
 |  |  |         <div id="site-151" class="site" style="height: 31px;line-height: 31px;width: 70px">151</div> | 
 |  |  |         <div id="site-150" class="site" style="height: 31px;line-height: 31px;width: 70px">150</div> | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  | <!--    <!– 第3列(宽度 100px) –>--> | 
 |  |  |     <div class="site-row site-row-3"> | 
 |  |  |         <div id="site-120" class="site" style="height: 31px;line-height: 31px;width: 70px">120(8888)</div> | 
 |  |  |         <div id="site-121" class="site" style="height: 31px;line-height: 31px;width: 70px">121(8888)</div> | 
 |  |  |         <div id="site-122" class="site" style="height: 71px;line-height: 71px;width: 70px">122</div> | 
 |  |  |         <div id="site-123" class="site" style="height: 31px;line-height: 31px;width: 70px">123</div> | 
 |  |  |         <div id="site-124" class="site" style="height: 31px;line-height: 31px;width: 70px">124</div> | 
 |  |  |         <div id="site-125" class="site" style="height: 70px;line-height: 70px;width: 70px">125</div> | 
 |  |  |         <div id="site-126" class="site" style="height: 31px;line-height: 31px;width: 70px">126</div> | 
 |  |  |         <div id="site-127" class="site" style="height: 31px;line-height: 31px;width: 70px">127</div> | 
 |  |  |         <div id="site-128" class="site" style="height: 70px;line-height: 70px;width: 70px">128</div> | 
 |  |  |         <div id="site-129" class="site" style="height: 31px;line-height: 31px;width: 70px">129</div> | 
 |  |  |         <div id="site-130" class="site" style="height: 31px;line-height: 31px;width: 70px">130</div> | 
 |  |  |         <div id="site-131" class="site" style="height: 70px;line-height: 71px;width: 71px">131</div> | 
 |  |  |         <div id="site-132" class="site" style="height: 31px;line-height: 31px;width: 70px">132</div> | 
 |  |  |         <div id="site-133" class="site" style="height: 31px;line-height: 31px;width: 70px">133</div> | 
 |  |  |  | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  |     <!----------- 右输送线 ----------> | 
 |  |  |     <!-- 第4列(右边)(宽度 100px) --> | 
 |  |  |     <div class="site-row site-row-4"> | 
 |  |  |         <div id="site-171" class="site" style="height: 20px;line-height: 20px;margin-bottom: 245px; width: 70px">171</div> | 
 |  |  |         <div id="site-181" class="site" style="height: 20px;line-height: 20px;margin-bottom: 44px; width: 70px">181</div> | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  | <!--     第5列(宽度 100px) --> | 
 |  |  |     <div class="site-row site-row-5"> | 
 |  |  |         <div id="site-173" class="site" style="height: 20px;line-height: 20px;margin-bottom: 85px">173</div> | 
 |  |  |  | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  | <!--     第6列(宽度 100px)--> | 
 |  |  |     <div class="site-row site-row-6"> | 
 |  |  |         <div id="site-175" class="site" style="height: 20px;line-height: 20px;">175</div> | 
 |  |  |         <div id="site-174" class="site" style="height: 21px;line-height: 21px;">174</div> | 
 |  |  |         <div id="site-172" class="site" style="height: 20px;line-height: 20px;margin-bottom: 245px">172</div> | 
 |  |  |         <div id="site-182" class="site" style="height: 20px;line-height: 20px;">182</div> | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  |     <!-- 货架 + 堆垛机 + 入库站点 + 出库站点 --> | 
 |  |  |     <!-- 货架 + 堆垛机 + 入库站点 --> | 
 |  |  |     <div class="main-part"> | 
 |  |  |         <!--第一组--> | 
 |  |  |         <div class="lane"> | 
 |  |  |             <span class="row-no"></span> | 
 |  |  |             <!-- 货架 --> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div class="site" style="background-color: white"></div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">1#</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div id="site-100" class="site" style="">100</div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">2#</span> | 
 |  |  |             </div> | 
 |  |  |             <!-- 堆垛机 --> | 
 |  |  |             <div class="crn"> | 
 |  |  |                 <hr class="pathway"> | 
 |  |  |                 <div id="crn-1" class="machine"></div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 货架 --> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div id="site-101" class="site" style="">101</div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">3#</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div class="site" style="background-color: white"></div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">4#</span> | 
 |  |  |     </div> | 
 |  |  |     <div class="" > | 
 |  |  |         <div id="loc-0100105" class="loc" style="top:400px; left:200px; width:70px; height: 22px;line-height: 22px;">1-1-5</div> | 
 |  |  |         <div id="loc-0100205" class="loc" style="top:400px; left:272px; width:70px; height: 22px;line-height: 22px;">1-2-5</div> | 
 |  |  |         <div id="loc-0100305" class="loc" style="top:400px; left:344px; width:70px; height: 22px;line-height: 22px;">1-3-5</div> | 
 |  |  |         <div id="loc-0100405" class="loc" style="top:400px; left:416px; width:70px; height: 22px;line-height: 22px;">1-4-5</div> | 
 |  |  |         <div id="loc-0100505" class="loc" style="top:400px; left:488px; width:70px; height: 22px;line-height: 22px;">1-5-5</div> | 
 |  |  |         <div id="loc-0100605" class="loc" style="top:400px; left:560px; width:70px; height: 22px;line-height: 22px;">1-6-5</div> | 
 |  |  |         <div id="loc-0100705" class="loc" style="top:400px; left:632px; width:70px; height: 22px;line-height: 22px;">1-7-5</div> | 
 |  |  |         <div id="loc-0100805" class="loc" style="top:400px; left:704px; width:70px; height: 22px;line-height: 22px;">1-8-5</div> | 
 |  |  |         <div id="loc-0100905" class="loc" style="top:400px; left:776px; width:70px; height: 22px;line-height: 22px;">1-9-5</div> | 
 |  |  |         <div id="loc-0101005" class="loc" style="top:400px; left:848px; width:70px; height: 22px;line-height: 22px;">1-10-5</div> | 
 |  |  |         <div id="loc-0101105" class="loc" style="top:400px; left:920px; width:70px; height: 22px;line-height: 22px;">1-11-5</div> | 
 |  |  |         <div id="loc-0101205" class="loc" style="top:400px; left:992px; width:70px; height: 22px;line-height: 22px;">1-12-5</div> | 
 |  |  |         <div id="loc-0101305" class="loc" style="top:400px; left:1064px; width:70px; height: 22px;line-height: 22px;">1-13-5</div> | 
 |  |  |         <div id="loc-0101405" class="loc" style="top:400px; left:1136px; width:70px; height: 22px;line-height: 22px;">1-14-5</div> | 
 |  |  |         <div id="loc-0101505" class="loc" style="top:400px; left:1208px; width:70px; height: 22px;line-height: 22px;">1-15-5</div> | 
 |  |  |         <div id="loc-0101605" class="loc" style="top:400px; left:1280px; width:70px; height: 22px;line-height: 22px;">1-16-5</div> | 
 |  |  |         <div id="loc-0101705" class="loc" style="top:400px; left:1352px; width:70px; height: 22px;line-height: 22px;">1-17-5</div> | 
 |  |  |         <div id="loc-0101805" class="loc" style="top:400px; left:1424px; width:70px; height: 22px;line-height: 22px;">1-18-5</div> | 
 |  |  |         <div id="loc-0101905" class="loc" style="top:400px; left:1496px; width:70px; height: 22px;line-height: 22px;">1-19-5</div> | 
 |  |  |         <div id="loc-0102005" class="loc" style="top:400px; left:1568px; width:70px; height: 22px;line-height: 22px;">1-20-5</div> | 
 |  |  |         <div id="loc-0102105" class="loc" style="top:400px; left:1640px; width:70px; height: 22px;line-height: 22px;">1-21-5</div> | 
 |  |  |         <div id="loc-0102205" class="loc" style="top:400px; left:1712px; width:70px; height: 22px;line-height: 22px;">1-22-5</div> | 
 |  |  |         <div id="loc-0102305" class="loc" style="top:400px; left:1784px; width:70px; height: 22px;line-height: 22px;">1-23-5</div> | 
 |  |  |         <div id="loc-0102405" class="loc" style="top:400px; left:1856px; width:70px; height: 22px;line-height: 22px;">1-24-5</div> | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  |     <div class=""> | 
 |  |  |         <div id="loc-0100104" class="loc" style="top:424px; left:200px; width:70px; height: 22px;line-height: 22px;">1-1-4</div> | 
 |  |  |         <div id="loc-0100204" class="loc" style="top:424px; left:272px; width:70px; height: 22px;line-height: 22px;">1-2-4</div> | 
 |  |  |         <div id="loc-0100304" class="loc" style="top:424px; left:344px; width:70px; height: 22px;line-height: 22px;">1-3-4</div> | 
 |  |  |         <div id="loc-0100404" class="loc" style="top:424px; left:416px; width:70px; height: 22px;line-height: 22px;">1-4-4</div> | 
 |  |  |         <div id="loc-0100504" class="loc" style="top:424px; left:488px; width:70px; height: 22px;line-height: 22px;">1-5-4</div> | 
 |  |  |         <div id="loc-0100604" class="loc" style="top:424px; left:560px; width:70px; height: 22px;line-height: 22px;">1-6-4</div> | 
 |  |  |         <div id="loc-0100704" class="loc" style="top:424px; left:632px; width:70px; height: 22px;line-height: 22px;">1-7-4</div> | 
 |  |  |         <div id="loc-0100804" class="loc" style="top:424px; left:704px; width:70px; height: 22px;line-height: 22px;">1-8-4</div> | 
 |  |  |         <div id="loc-0100904" class="loc" style="top:424px; left:776px; width:70px; height: 22px;line-height: 22px;">1-9-4</div> | 
 |  |  |         <div id="loc-0101004" class="loc" style="top:424px; left:848px; width:70px; height: 22px;line-height: 22px;">1-10-4</div> | 
 |  |  |         <div id="loc-0101104" class="loc" style="top:424px; left:920px; width:70px; height: 22px;line-height: 22px;">1-11-4</div> | 
 |  |  |         <div id="loc-0101204" class="loc" style="top:424px; left:992px; width:70px; height: 22px;line-height: 22px;">1-12-4</div> | 
 |  |  |         <div id="loc-0101304" class="loc" style="top:424px; left:1064px; width:70px; height: 22px;line-height: 22px;">1-13-4</div> | 
 |  |  |         <div id="loc-0101404" class="loc" style="top:424px; left:1136px; width:70px; height: 22px;line-height: 22px;">1-14-4</div> | 
 |  |  |         <div id="loc-0101504" class="loc" style="top:424px; left:1208px; width:70px; height: 22px;line-height: 22px;">1-15-4</div> | 
 |  |  |         <div id="loc-0101604" class="loc" style="top:424px; left:1280px; width:70px; height: 22px;line-height: 22px;">1-16-4</div> | 
 |  |  |         <div id="loc-0101704" class="loc" style="top:424px; left:1352px; width:70px; height: 22px;line-height: 22px;">1-17-4</div> | 
 |  |  |         <div id="loc-0101804" class="loc" style="top:424px; left:1424px; width:70px; height: 22px;line-height: 22px;">1-18-4</div> | 
 |  |  |         <div id="loc-0101904" class="loc" style="top:424px; left:1496px; width:70px; height: 22px;line-height: 22px;">1-19-4</div> | 
 |  |  |         <div id="loc-0102004" class="loc" style="top:424px; left:1568px; width:70px; height: 22px;line-height: 22px;">1-20-4</div> | 
 |  |  |         <div id="loc-0102104" class="loc" style="top:424px; left:1640px; width:70px; height: 22px;line-height: 22px;">1-21-4</div> | 
 |  |  |         <div id="loc-0102204" class="loc" style="top:424px; left:1712px; width:70px; height: 22px;line-height: 22px;">1-22-4</div> | 
 |  |  |         <div id="loc-0102304" class="loc" style="top:424px; left:1784px; width:70px; height: 22px;line-height: 22px;">1-23-4</div> | 
 |  |  |         <div id="loc-0102404" class="loc" style="top:424px; left:1856px; width:70px; height: 22px;line-height: 22px;">1-24-4</div> | 
 |  |  |     </div> | 
 |  |  |     <div class=""> | 
 |  |  |         <div id="loc-0100103" class="loc" style="top:448px; left:200px; width:70px; height: 22px;line-height: 22px;">1-1-3</div> | 
 |  |  |         <div id="loc-0100203" class="loc" style="top:448px; left:272px; width:70px; height: 22px;line-height: 22px;">1-2-3</div> | 
 |  |  |         <div id="loc-0100303" class="loc" style="top:448px; left:344px; width:70px; height: 22px;line-height: 22px;">1-3-3</div> | 
 |  |  |         <div id="loc-0100403" class="loc" style="top:448px; left:416px; width:70px; height: 22px;line-height: 22px;">1-4-3</div> | 
 |  |  |         <div id="loc-0100503" class="loc" style="top:448px; left:488px; width:70px; height: 22px;line-height: 22px;">1-5-3</div> | 
 |  |  |         <div id="loc-0100603" class="loc" style="top:448px; left:560px; width:70px; height: 22px;line-height: 22px;">1-6-3</div> | 
 |  |  |         <div id="loc-0100703" class="loc" style="top:448px; left:632px; width:70px; height: 22px;line-height: 22px;">1-7-3</div> | 
 |  |  |         <div id="loc-0100803" class="loc" style="top:448px; left:704px; width:70px; height: 22px;line-height: 22px;">1-8-3</div> | 
 |  |  |         <div id="loc-0100903" class="loc" style="top:448px; left:776px; width:70px; height: 22px;line-height: 22px;">1-9-3</div> | 
 |  |  |         <div id="loc-0101003" class="loc" style="top:448px; left:848px; width:70px; height: 22px;line-height: 22px;">1-10-3</div> | 
 |  |  |         <div id="loc-0101103" class="loc" style="top:448px; left:920px; width:70px; height: 22px;line-height: 22px;">1-11-3</div> | 
 |  |  |         <div id="loc-0101203" class="loc" style="top:448px; left:992px; width:70px; height: 22px;line-height: 22px;">1-12-3</div> | 
 |  |  |         <div id="loc-0101303" class="loc" style="top:448px; left:1064px; width:70px; height: 22px;line-height: 22px;">1-13-3</div> | 
 |  |  |         <div id="loc-0101403" class="loc" style="top:448px; left:1136px; width:70px; height: 22px;line-height: 22px;">1-14-3</div> | 
 |  |  |         <div id="loc-0101503" class="loc" style="top:448px; left:1208px; width:70px; height: 22px;line-height: 22px;">1-15-3</div> | 
 |  |  |         <div id="loc-0101603" class="loc" style="top:448px; left:1280px; width:70px; height: 22px;line-height: 22px;">1-16-3</div> | 
 |  |  |         <div id="loc-0101703" class="loc" style="top:448px; left:1352px; width:70px; height: 22px;line-height: 22px;">1-17-3</div> | 
 |  |  |         <div id="loc-0101803" class="loc" style="top:448px; left:1424px; width:70px; height: 22px;line-height: 22px;">1-18-3</div> | 
 |  |  |         <div id="loc-0101903" class="loc" style="top:448px; left:1496px; width:70px; height: 22px;line-height: 22px;">1-19-3</div> | 
 |  |  |         <div id="loc-0102003" class="loc" style="top:448px; left:1568px; width:70px; height: 22px;line-height: 22px;">1-20-3</div> | 
 |  |  |         <div id="loc-0102103" class="loc" style="top:448px; left:1640px; width:70px; height: 22px;line-height: 22px;">1-21-3</div> | 
 |  |  |         <div id="loc-0102203" class="loc" style="top:448px; left:1712px; width:70px; height: 22px;line-height: 22px;">1-22-3</div> | 
 |  |  |         <div id="loc-0102303" class="loc" style="top:448px; left:1784px; width:70px; height: 22px;line-height: 22px;">1-23-3</div> | 
 |  |  |         <div id="loc-0102403" class="loc" style="top:448px; left:1856px; width:70px; height: 22px;line-height: 22px;">1-24-3</div> | 
 |  |  |     </div> | 
 |  |  |     <div class=""> | 
 |  |  |         <div id="loc-0100102" class="loc" style="top:472px; left:200px; width:70px; height: 22px;line-height: 22px;">1-1-2</div> | 
 |  |  |         <div id="loc-0100202" class="loc" style="top:472px; left:272px; width:70px; height: 22px;line-height: 22px;">1-2-2</div> | 
 |  |  |         <div id="loc-0100302" class="loc" style="top:472px; left:344px; width:70px; height: 22px;line-height: 22px;">1-3-2</div> | 
 |  |  |         <div id="loc-0100402" class="loc" style="top:472px; left:416px; width:70px; height: 22px;line-height: 22px;">1-4-2</div> | 
 |  |  |         <div id="loc-0100502" class="loc" style="top:472px; left:488px; width:70px; height: 22px;line-height: 22px;">1-5-2</div> | 
 |  |  |         <div id="loc-0100602" class="loc" style="top:472px; left:560px; width:70px; height: 22px;line-height: 22px;">1-6-2</div> | 
 |  |  |         <div id="loc-0100702" class="loc" style="top:472px; left:632px; width:70px; height: 22px;line-height: 22px;">1-7-2</div> | 
 |  |  |         <div id="loc-0100802" class="loc" style="top:472px; left:704px; width:70px; height: 22px;line-height: 22px;">1-8-2</div> | 
 |  |  |         <div id="loc-0100902" class="loc" style="top:472px; left:776px; width:70px; height: 22px;line-height: 22px;">1-9-2</div> | 
 |  |  |         <div id="loc-0101002" class="loc" style="top:472px; left:848px; width:70px; height: 22px;line-height: 22px;">1-10-2</div> | 
 |  |  |         <div id="loc-0101102" class="loc" style="top:472px; left:920px; width:70px; height: 22px;line-height: 22px;">1-11-2</div> | 
 |  |  |         <div id="loc-0101202" class="loc" style="top:472px; left:992px; width:70px; height: 22px;line-height: 22px;">1-12-2</div> | 
 |  |  |         <div id="loc-0101302" class="loc" style="top:472px; left:1064px; width:70px; height: 22px;line-height: 22px;">1-13-2</div> | 
 |  |  |         <div id="loc-0101402" class="loc" style="top:472px; left:1136px; width:70px; height: 22px;line-height: 22px;">1-14-2</div> | 
 |  |  |         <div id="loc-0101502" class="loc" style="top:472px; left:1208px; width:70px; height: 22px;line-height: 22px;">1-15-2</div> | 
 |  |  |         <div id="loc-0101602" class="loc" style="top:472px; left:1280px; width:70px; height: 22px;line-height: 22px;">1-16-2</div> | 
 |  |  |         <div id="loc-0101702" class="loc" style="top:472px; left:1352px; width:70px; height: 22px;line-height: 22px;">1-17-2</div> | 
 |  |  |         <div id="loc-0101802" class="loc" style="top:472px; left:1424px; width:70px; height: 22px;line-height: 22px;">1-18-2</div> | 
 |  |  |         <div id="loc-0101902" class="loc" style="top:472px; left:1496px; width:70px; height: 22px;line-height: 22px;">1-19-2</div> | 
 |  |  |         <div id="loc-0102002" class="loc" style="top:472px; left:1568px; width:70px; height: 22px;line-height: 22px;">1-20-2</div> | 
 |  |  |         <div id="loc-0102102" class="loc" style="top:472px; left:1640px; width:70px; height: 22px;line-height: 22px;">1-21-2</div> | 
 |  |  |         <div id="loc-0102202" class="loc" style="top:472px; left:1712px; width:70px; height: 22px;line-height: 22px;">1-22-2</div> | 
 |  |  |         <div id="loc-0102302" class="loc" style="top:472px; left:1784px; width:70px; height: 22px;line-height: 22px;">1-23-2</div> | 
 |  |  |         <div id="loc-0102402" class="loc" style="top:472px; left:1856px; width:70px; height: 22px;line-height: 22px;">1-24-2</div> | 
 |  |  |     </div> | 
 |  |  |     <div class=""> | 
 |  |  |         <div id="loc-0100101" class="loc" style="top:496px; left:200px; width:70px; height: 22px;line-height: 22px;">1-1-1</div> | 
 |  |  |         <div id="loc-0100201" class="loc" style="top:496px; left:272px; width:70px; height: 22px;line-height: 22px;">1-2-1</div> | 
 |  |  |         <div id="loc-0100301" class="loc" style="top:496px; left:344px; width:70px; height: 22px;line-height: 22px;">1-3-1</div> | 
 |  |  |         <div id="loc-0100401" class="loc" style="top:496px; left:416px; width:70px; height: 22px;line-height: 22px;">1-4-1</div> | 
 |  |  |         <div id="loc-0100501" class="loc" style="top:496px; left:488px; width:70px; height: 22px;line-height: 22px;">1-5-1</div> | 
 |  |  |         <div id="loc-0100601" class="loc" style="top:496px; left:560px; width:70px; height: 22px;line-height: 22px;">1-6-1</div> | 
 |  |  |         <div id="loc-0100701" class="loc" style="top:496px; left:632px; width:70px; height: 22px;line-height: 22px;">1-7-1</div> | 
 |  |  |         <div id="loc-0100801" class="loc" style="top:496px; left:704px; width:70px; height: 22px;line-height: 22px;">1-8-1</div> | 
 |  |  |         <div id="loc-0100901" class="loc" style="top:496px; left:776px; width:70px; height: 22px;line-height: 22px;">1-9-1</div> | 
 |  |  |         <div id="loc-0101001" class="loc" style="top:496px; left:848px; width:70px; height: 22px;line-height: 22px;">1-10-1</div> | 
 |  |  |         <div id="loc-0101101" class="loc" style="top:496px; left:920px; width:70px; height: 22px;line-height: 22px;">1-11-1</div> | 
 |  |  |         <div id="loc-0101201" class="loc" style="top:496px; left:992px; width:70px; height: 22px;line-height: 22px;">1-12-1</div> | 
 |  |  |         <div id="loc-0101301" class="loc" style="top:496px; left:1064px; width:70px; height: 22px;line-height: 22px;">1-13-1</div> | 
 |  |  |         <div id="loc-0101401" class="loc" style="top:496px; left:1136px; width:70px; height: 22px;line-height: 22px;">1-14-1</div> | 
 |  |  |         <div id="loc-0101501" class="loc" style="top:496px; left:1208px; width:70px; height: 22px;line-height: 22px;">1-15-1</div> | 
 |  |  |         <div id="loc-0101601" class="loc" style="top:496px; left:1280px; width:70px; height: 22px;line-height: 22px;">1-16-1</div> | 
 |  |  |         <div id="loc-0101701" class="loc" style="top:496px; left:1352px; width:70px; height: 22px;line-height: 22px;">1-17-1</div> | 
 |  |  |         <div id="loc-0101801" class="loc" style="top:496px; left:1424px; width:70px; height: 22px;line-height: 22px;">1-18-1</div> | 
 |  |  |         <div id="loc-0101901" class="loc" style="top:496px; left:1496px; width:70px; height: 22px;line-height: 22px;">1-19-1</div> | 
 |  |  |         <div id="loc-0102001" class="loc" style="top:496px; left:1568px; width:70px; height: 22px;line-height: 22px;">1-20-1</div> | 
 |  |  |         <div id="loc-0102101" class="loc" style="top:496px; left:1640px; width:70px; height: 22px;line-height: 22px;">1-21-1</div> | 
 |  |  |         <div id="loc-0102201" class="loc" style="top:496px; left:1712px; width:70px; height: 22px;line-height: 22px;">1-22-1</div> | 
 |  |  |         <div id="loc-0102301" class="loc" style="top:496px; left:1784px; width:70px; height: 22px;line-height: 22px;">1-23-1</div> | 
 |  |  |         <div id="loc-0102401" class="loc" style="top:496px; left:1856px; width:70px; height: 22px;line-height: 22px;">1-24-1</div> | 
 |  |  |  | 
 |  |  |         <div class="rackDescs" id="lb_desc11" style="top:530px; left:1450px; width:150px;height: 23px;line-height: 23px">1排货架侧视图</div> | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  |     <div class="button item-group"> | 
 |  |  |         <span class="site machine-auto-flag" style="color:#FFFFFF; top:550px; left:300px">空库位</span> | 
 |  |  |         <span class="site machine-stock-move-flag" style="color:#FFFFFF; top:550px; left:364px">在库待测</span> | 
 |  |  |         <span class="site machine-site-move-flag" style="color:#FFFFFF; top:550px; left:442px">在库测试中</span> | 
 |  |  |         <span class="site machine-take-flag" style="color:#FFFFFF; top:550px; left:534px">测试成功OK</span> | 
 |  |  |         <span class="site machine-put-flag" style="color:#FFFFFF; top:550px; left:626px">测试失败NG</span> | 
 |  |  |         <span class="site machine-error-flag" style="color:#FFFFFF; top:550px; left:716px">异常报警</span> | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  |     <div id="body"> | 
 |  |  |         <!-- 总开关 --> | 
 |  |  |         <div class="system-state"> | 
 |  |  |             <div class="body-head">总开关</div> | 
 |  |  |             <div class="switch"> | 
 |  |  |                 <div id="system-icon" class="system-icon-open" onclick="systemSwitch()"></div> | 
 |  |  |                 <div class="switch_r"> | 
 |  |  |                     <p>系统状态</p> | 
 |  |  |                     <p id="system-run-desc">系统运行中</p> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <!--第二组--> | 
 |  |  |         <div class="lane"> | 
 |  |  |             <span class="row-no"></span> | 
 |  |  |             <!-- 货架 --> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div class="site" style="background-color: white"></div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">5#</span> | 
 |  |  |         <!-- 堆垛机状态 --> | 
 |  |  |         <div class="machine-status"> | 
 |  |  |             <div class="body-head">堆垛机状态</div> | 
 |  |  |             <div class="state"> | 
 |  |  |                 <span>堆垛机 1</span> | 
 |  |  |                 <span class="state-ss machine-put-flag   ">入库</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div id="site-102" class="site" style="">102</div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">6#</span> | 
 |  |  |             <div class="state"> | 
 |  |  |                 <span>堆垛机 2</span> | 
 |  |  |                 <span class="state-ss machine-auto-flag   ">自动</span> | 
 |  |  |  | 
 |  |  |             </div> | 
 |  |  |             <!-- 堆垛机 --> | 
 |  |  |             <div class="crn"> | 
 |  |  |                 <hr class="pathway"> | 
 |  |  |                 <div id="crn-2" class="machine"></div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 货架 --> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div id="site-103" class="site" style="">103</div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">7#</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div class="site" style="background-color: white"></div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">8#</span> | 
 |  |  |             <div class="button"><span>所有状态</span></div> | 
 |  |  |             <div class="button item-group"> | 
 |  |  |                 <span class="machine-put-flag">入库</span> | 
 |  |  |                 <span class="machine-take-flag">出库</span> | 
 |  |  |                 <span class="machine-stock-move-flag">库到库</span> | 
 |  |  |                 <span class="machine-site-move-flag">站到站</span> | 
 |  |  |                 <span class="machine-p-move-flag">PToP</span> | 
 |  |  |                 <span class="machine-error-flag">异常</span> | 
 |  |  |                 <span class="machine-auto-flag">自动</span> | 
 |  |  |                 <span class="machine-unauto-flag">非自动/手动</span> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <!--第三组--> | 
 |  |  |         <div class="lane"> | 
 |  |  |             <span class="row-no"></span> | 
 |  |  |             <!-- 货架 --> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div class="site" style="background-color: white"></div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">9#</span> | 
 |  |  |         <div class="line-status"> | 
 |  |  |             <div class="body-head">输送线状态</div> | 
 |  |  |             <div class="state states"> | 
 |  |  |                 <span>运输线总数</span> | 
 |  |  |                 <span id="line-total" class="line-ss"></span> | 
 |  |  |             </div> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div id="site-104" class="site" style="">104</div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">10#</span> | 
 |  |  |             </div> | 
 |  |  |             <!-- 堆垛机 --> | 
 |  |  |             <div class="crn"> | 
 |  |  |                 <hr class="pathway"> | 
 |  |  |                 <div id="crn-3" class="machine"></div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 货架 --> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div id="site-105" class="site" style="">105</div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">11#</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div class="site" style="background-color: white"></div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">12#</span> | 
 |  |  |             <div class="button"><span>所有状态</span></div> | 
 |  |  |             <div class="button 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 class="lane"> | 
 |  |  |             <span class="row-no"></span> | 
 |  |  |             <!-- 货架 --> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div class="site" style="background-color: white"></div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">13#</span> | 
 |  |  |         <div class="bar-code"> | 
 |  |  |             <div class="body-head" id="code">条码扫描器</div> | 
 |  |  |             <div class="tablebox"> | 
 |  |  |                 <div class="table-head"> | 
 |  |  |                     <li><span>条码名称</span><span class="right">扫码时间</span></li> | 
 |  |  |                 </div> | 
 |  |  |                 <div id="barcode1" class="table-body"> | 
 |  |  |  | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div id="site-106" class="site" style="">106</div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">14#</span> | 
 |  |  |             <div class="tablebox"> | 
 |  |  |                 <div class="table-head"> | 
 |  |  |                     <li><span>条码名称</span><span class="right">扫码时间</span></li> | 
 |  |  |                 </div> | 
 |  |  |                 <div id="barcode2" class="table-body"> | 
 |  |  |  | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 堆垛机 --> | 
 |  |  |             <div class="crn"> | 
 |  |  |                 <hr class="pathway"> | 
 |  |  |                 <div id="crn-4" class="machine"></div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 货架 --> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div id="site-107" class="site" style="">107</div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">15#</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div class="site" style="background-color: white"></div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">16#</span> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <!--第五组--> | 
 |  |  |         <div class="lane"> | 
 |  |  |             <span class="row-no"></span> | 
 |  |  |             <!-- 货架 --> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div class="site" style="background-color: white"></div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">17#</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div id="site-108" class="site" style="">108</div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">18#</span> | 
 |  |  |             </div> | 
 |  |  |             <!-- 堆垛机 --> | 
 |  |  |             <div class="crn"> | 
 |  |  |                 <hr class="pathway"> | 
 |  |  |                 <div id="crn-5" class="machine"></div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 货架 --> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div id="site-109" class="site" style="">109</div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">19#</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="stock-group"> | 
 |  |  |                 <div class="site" style="background-color: white"></div> | 
 |  |  |                 <button class="item">2</button> | 
 |  |  |                 <button class="item">4</button> | 
 |  |  |                 <button class="item">6</button> | 
 |  |  |                 <button class="item">8</button> | 
 |  |  |                 <button class="item">10</button> | 
 |  |  |                 <button class="item">12</button> | 
 |  |  |                 <button class="item">14</button> | 
 |  |  |                 <button class="item">16</button> | 
 |  |  |                 <button class="item">18</button> | 
 |  |  |                 <button class="item">20</button> | 
 |  |  |                 <button class="item">22</button> | 
 |  |  |                 <button class="item">24</button> | 
 |  |  |                 <button class="item">26</button> | 
 |  |  |                 <button class="item">28</button> | 
 |  |  |                 <button class="item">30</button> | 
 |  |  |                 <button class="item">32</button> | 
 |  |  |                 <button class="item">34</button> | 
 |  |  |                 <button class="item">36</button> | 
 |  |  |                 <button class="item">38</button> | 
 |  |  |                 <button class="item">40</button> | 
 |  |  |                 <button class="item">42</button> | 
 |  |  |                 <button class="item">44</button> | 
 |  |  |                 <button class="item">46</button> | 
 |  |  |                 <button class="item">48</button> | 
 |  |  |                 <button class="item">50</button> | 
 |  |  |                 <button class="item">52</button> | 
 |  |  |                 <button class="item">54</button> | 
 |  |  |                 <button class="item">56</button> | 
 |  |  |                 <button class="item">58</button> | 
 |  |  |                 <button class="item">60</button> | 
 |  |  |                 <button class="item">62</button> | 
 |  |  |                 <button class="item">64</button> | 
 |  |  |                 <button class="item">66</button> | 
 |  |  |                 <button class="item">68</button> | 
 |  |  |                 <button class="item">70</button> | 
 |  |  |                 <span class="row-no">20#</span> | 
 |  |  |             <div class="tablebox"> | 
 |  |  |                 <div class="table-head"> | 
 |  |  |                     <li><span>条码名称</span><span class="right">扫码时间</span></li> | 
 |  |  |                 </div> | 
 |  |  |                 <div id="barcode3" class="table-body"> | 
 |  |  |  | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |     </div> | 
 |  |  | </main> | 
 |  |  |     <!-- 堆垛机弹窗 --> | 
 |  |  |     <div id="crnWindow" style="display: none;" class="animate__animated animate__fadeIn"> | 
 |  |  |         <div id="crnWindow-head"> | 
 |  |  |             <div class='detailed'></div> | 
 |  |  |             <button></button> | 
 |  |  |         </div> | 
 |  |  |         <form> | 
 |  |  |             <!-- 堆垛机号 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label" style> | 
 |  |  |                     <span>堆垛机号:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="crnNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 工作号 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>工作号:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="workNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 站源 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>站源:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="sourceStaNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 目标站 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>目标站:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="staNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 工作状态 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>工作状态:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="wrkSts" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 出入类型 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>出入类型:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="ioType" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 源库位 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>源库位:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="sourceLocNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 目标库位 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>目标库位:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="locNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 堆垛机状态 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>堆垛机状态:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="crnStatus" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 异常 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>异常:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="error" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |         </form> | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  | <!-- 弹窗 --> | 
 |  |  | <!-- 输送设备弹窗 --> | 
 |  |  | <div id="siteWindow" style="display: none"> | 
 |  |  |     <form> | 
 |  |  |         <!-- 第一行 --> | 
 |  |  |         <div class="form-item" style="width: 25%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>设备号</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="siteId" value="" disabled="disabled" style="width: 4rem"> | 
 |  |  |             </div> | 
 |  |  |     <!-- 库位弹窗 --> | 
 |  |  |     <div id="locWindow" style="display: none;" class="animate__animated animate__fadeIn"> | 
 |  |  |         <div id="locWindow-head"> | 
 |  |  |             <div class='detailed'></div> | 
 |  |  |             <button></button> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 25%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>工作号</span> | 
 |  |  |         <form> | 
 |  |  |             <!-- 库位号 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>库位号:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="locNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="workNo" value="" disabled="disabled" style="width: 4rem"> | 
 |  |  |             <!-- 产品型号 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>产品型号:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="matnr" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- PACK码 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>PACK码:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="zpallet" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- PACK状态 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>PACK状态:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="packStatus" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |         </form> | 
 |  |  |     </div> | 
 |  |  |     <!-- 输送设备弹窗 --> | 
 |  |  |     <div id="siteWindow" style="display: none;" class="animate__animated animate__fadeIn"> | 
 |  |  |         <!-- 表头 --> | 
 |  |  |         <div id="siteWindow-head"> | 
 |  |  |             <div class='detailed'></div> | 
 |  |  |             <button></button> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 45%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>工作状态</span> | 
 |  |  |         <form> | 
 |  |  |             <!-- 设备号 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>设备号:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="siteId" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="wrkSts" value="" disabled="disabled" style="width: 10rem"> | 
 |  |  |             <!-- 工作号 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>工作号:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="workNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |             <!-- 工作状态 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>工作状态:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="wrkSts" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 自动 --> | 
 |  |  |             <div class="form-item-checkbox"> | 
 |  |  |                 <div class="form-item-label-checkbox"> | 
 |  |  |                     <span>自动</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input-checkbox"> | 
 |  |  |                     <input type="checkbox" name="autoing"> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 有物 --> | 
 |  |  |             <div class="form-item-checkbox"> | 
 |  |  |                 <div class="form-item-label-checkbox"> | 
 |  |  |                     <span>有物</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input-checkbox"> | 
 |  |  |                     <input type="checkbox" name="loading"> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 能入 --> | 
 |  |  |             <div class="form-item-checkbox"> | 
 |  |  |                 <div class="form-item-label-checkbox"> | 
 |  |  |                     <span>能入</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input-checkbox"> | 
 |  |  |                     <input type="checkbox" name="canining"> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 能出 --> | 
 |  |  |             <div class="form-item-checkbox"> | 
 |  |  |                 <div class="form-item-label-checkbox"> | 
 |  |  |                     <span>能出</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input-checkbox"> | 
 |  |  |                     <input type="checkbox" name="canouting"> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 出入类型 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>出入类型:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="ioType" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 源站 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>源站:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="sourceStaNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 目标站 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>目标站:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="staNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 源库位 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>源库位:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="sourceLocNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <!-- 目标库位 --> | 
 |  |  |             <div class="form-item"> | 
 |  |  |                 <div class="form-item-label"> | 
 |  |  |                     <span>目标库位:</span> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item-input"> | 
 |  |  |                     <input type="text" name="locNo" value=""> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |  | 
 |  |  |         <!-- 第二行 --> | 
 |  |  |         <div class="form-item" style="width: 20%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>自动</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="checkbox" name="autoing" disabled="disabled" style="width: 1rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 20%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>有物</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="checkbox" name="loading" disabled="disabled" style="width: 1rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 20%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>能入</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="checkbox" name="canining" disabled="disabled" style="width: 1rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 20%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>能出</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="checkbox" name="canouting" disabled="disabled" style="width: 1rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |  | 
 |  |  |         <!-- 第三行 --> | 
 |  |  |         <div class="form-item" style="width: 40%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>出入类型</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="ioType" value="" disabled="disabled" style="width: 8rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 25%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>源站</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="sourceStaNo" value="" disabled="disabled" style="width: 4rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 25%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>目标站</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="staNo" value="" disabled="disabled" style="width: 4rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |  | 
 |  |  |         <!-- 第四行 --> | 
 |  |  |         <div class="form-item" style="width: 40%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>源库位</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="sourceLocNo" value="" disabled="disabled" style="width: 8rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 40%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>目标库位</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="locNo" value="" disabled="disabled" style="width: 8rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |     </form> | 
 |  |  | </div> | 
 |  |  |  | 
 |  |  | <!-- 堆垛机弹窗 --> | 
 |  |  | <div id="crnWindow" style="display: none"> | 
 |  |  |     <form> | 
 |  |  |         <!-- 第一行 --> | 
 |  |  |         <div class="form-item" style="width: 23%"> | 
 |  |  |             <div class="form-item-label"  style="width: 87px"> | 
 |  |  |                 <span>堆垛机号</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="crnNo" value="" disabled="disabled" style="width: 3rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 25%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>工作号</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="workNo" value="" disabled="disabled" style="width: 5rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 23%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>源站</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="sourceStaNo" value="" disabled="disabled" style="width: 4rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 25%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>目标站</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="staNo" value="" disabled="disabled" style="width: 4rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |  | 
 |  |  |         <!-- 第二行 --> | 
 |  |  |         <div class="form-item" style="width: 45%"> | 
 |  |  |             <div class="form-item-label" style="width: 87px"> | 
 |  |  |                 <span>工作状态</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="wrkSts" value="" disabled="disabled" style="width: 10rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 45%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>出入类型</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="ioType" value="" disabled="disabled" style="width: 10rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |  | 
 |  |  |         <!-- 第三行 --> | 
 |  |  |         <div class="form-item" style="width: 45%"> | 
 |  |  |             <div class="form-item-label" style="width: 87px"> | 
 |  |  |                 <span>源库位</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="sourceLocNo" value="" disabled="disabled" style="width: 10rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 45%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>目标库位</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="locNo" value="" disabled="disabled" style="width: 10rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |  | 
 |  |  |         <!-- 第四行 --> | 
 |  |  |         <div class="form-item" style="width: 95%"> | 
 |  |  |             <div class="form-item-label"> | 
 |  |  |                 <span>堆垛机状态</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="crnStatus" disabled="disabled" style="width: 25rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-item" style="width: 95%"> | 
 |  |  |             <div class="form-item-label" style="width: 87px"> | 
 |  |  |                 <span>异常</span> | 
 |  |  |             </div> | 
 |  |  |             <div class="form-item-input"> | 
 |  |  |                 <input type="text" name="error" disabled="disabled" style="width: 25rem"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |     </form> | 
 |  |  |         </form> | 
 |  |  |     </div> | 
 |  |  | </div> | 
 |  |  |  | 
 |  |  | </body> | 
 |  |  |  | 
 |  |  | </html> | 
 |  |  | <script> | 
 |  |  |     getMap(); | 
 |  |  | </script> | 
 |  |  | <script> | 
 |  |  |     setInterval(function () { | 
 |  |  |         getCodeData(); | 
 |  |  |         renderBarCode(); | 
 |  |  |     }, 1000) | 
 |  |  |     var tData = [],tData1 = [],tData2 = [],tData3 = []; | 
 |  |  |     function getCodeData() { | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl + '/console/barcode/output/site', | 
 |  |  |             method: 'GET', | 
 |  |  |             success: function (res) { | 
 |  |  |                 if (res.code === 200) { | 
 |  |  |                     tData = eval(res.data); | 
 |  |  |                     if (tData.length <= 5) { | 
 |  |  |                         tData1 = tData | 
 |  |  |                     } else if (tData.length <= 10) { | 
 |  |  |                         tData1 = tData.slice(0, 5) | 
 |  |  |                         tData.splice(0, 5) | 
 |  |  |                         tData2 = tData | 
 |  |  |                     } else if (tData.length <= 15) { | 
 |  |  |                         tData1 = tData.slice(0, 5) | 
 |  |  |                         tData2 = tData.slice(6, 10) | 
 |  |  |                         tData.splice(0, 10) | 
 |  |  |                         tData3 = tData | 
 |  |  |                     } else { | 
 |  |  |                         tData = tData.slice(-15) | 
 |  |  |                         tData1 = tData.slice(-15) | 
 |  |  |                         tData2 = tData.slice(-10) | 
 |  |  |                         tData3 = tData.slice(-5) | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |         }) | 
 |  |  |     } | 
 |  |  |     function renderBarCode() { | 
 |  |  |         for (var i = 0; i < tData1.length; i++) { | 
 |  |  |             var str1 = '<li><span>' + tData1[i].barcode + '</span><span class="right">' + tData1[i].time + '</span></li>' | 
 |  |  |             $('#barcode1').append(str1) | 
 |  |  |         } | 
 |  |  |         for (var j = 0; j < tData2.length; j++) { | 
 |  |  |             var str2 = '<li><span>' + tData2[j].barcode + '</span><span class="right">' + tData2[j].time + '</span></li>' | 
 |  |  |             $('#barcode2').append(str2) | 
 |  |  |         } | 
 |  |  |         for (var k = 0; k < tData3.length; k++) { | 
 |  |  |             var str3 = '<li><span>' + tData3[k].barcode + '</span><span class="right">' + tData3[k].time + '</span></li>' | 
 |  |  |             $('#barcode3').append(str3) | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  | </script> | 
 |  |  | <script type="text/javascript"> | 
 |  |  |     // 弹窗站点信息 | 
 |  |  |     $('.site').on('click', function (e) { | 
 |  |  |         var id = this.id.split("-")[1]; | 
 |  |  |         $("#siteWindow").attr("style", "display:block;");//显示div | 
 |  |  |         $("#siteWindow").css('left', e.pageX+20); | 
 |  |  |         $("#siteWindow").css('top', e.pageY+20); | 
 |  |  |         $("#crnWindow").attr("style", "display:none;"); | 
 |  |  |         $("#locWindow").attr("style", "display:none;"); | 
 |  |  |         $(".detailed").empty(); | 
 |  |  |         $('.detailed').append(id + '站点详细信息'); | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl + "/console/site/detail", | 
 |  |  |             headers: { | 
 |  |  |                 'token': localStorage.getItem('token') | 
 |  |  |             }, | 
 |  |  |             data: { | 
 |  |  |                 siteId: id | 
 |  |  |             }, | 
 |  |  |             method: 'post', | 
 |  |  |             success: function (res) { | 
 |  |  |                 for (var val in res.data) { | 
 |  |  |                     var find = $("#siteWindow").find(":input[name='" + val + "']"); | 
 |  |  |                     if (find[0].type === 'text') { | 
 |  |  |                         find.val(res.data[val]); | 
 |  |  |                     } else if (find[0].type === 'checkbox') { | 
 |  |  |                         find.attr("checked", res.data[val] === 'Y'); | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |  | 
 |  |  |         }) | 
 |  |  |  | 
 |  |  |     }); | 
 |  |  |     // 堆垛机信息 | 
 |  |  |     $('.machine').on('click', function (e) { | 
 |  |  |         var id = this.id.split("-")[1]; | 
 |  |  |         $("#crnWindow").attr('style', 'display:block;'); | 
 |  |  |         $("#crnWindow").css('left', e.pageX+20); | 
 |  |  |         $("#crnWindow").css('top', e.pageY+20); | 
 |  |  |         $("#siteWindow").attr("style", "display:none;"); | 
 |  |  |         $("#locWindow").attr("style", "display:none;"); | 
 |  |  |         $('.detailed').empty(); | 
 |  |  |         $('.detailed').append(id + '号堆垛机'); | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl + "/console/crn/detail", | 
 |  |  |             headers: { | 
 |  |  |                 'token': localStorage.getItem('token') | 
 |  |  |             }, | 
 |  |  |             data: { | 
 |  |  |                 crnNo: id | 
 |  |  |             }, | 
 |  |  |             method: 'post', | 
 |  |  |             success: function (res) { | 
 |  |  |                 for (var val in res.data) { | 
 |  |  |                     var find = $("#crnWindow").find(":input[name='" + val + "']"); | 
 |  |  |                     if (find[0].type === 'text') { | 
 |  |  |                         find.val(res.data[val]); | 
 |  |  |                     } else if (find[0].type === 'checkbox') { | 
 |  |  |                         find.attr("checked", res.data[val] === 'Y'); | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |  | 
 |  |  |         }) | 
 |  |  |  | 
 |  |  |     }) | 
 |  |  |     // 堆垛机信息 | 
 |  |  |     $('.loc').on('click', function (e) { | 
 |  |  |         var id = this.id.split("-")[1]; | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl + "/console/loc/detail", | 
 |  |  |             headers: { | 
 |  |  |                 'token': localStorage.getItem('token') | 
 |  |  |             }, | 
 |  |  |             data: { | 
 |  |  |                 locNo: id | 
 |  |  |             }, | 
 |  |  |             method: 'post', | 
 |  |  |             success: function (res) { | 
 |  |  |                 if (res.code === 200) { | 
 |  |  |                     $("#locWindow").attr('style', 'display:block;'); | 
 |  |  |                     $("#locWindow").css('left', e.pageX+10); | 
 |  |  |                     $("#locWindow").css('top', e.pageY+10); | 
 |  |  |                     $("#siteWindow").attr("style", "display:none;"); | 
 |  |  |                     $("#crnWindow").attr("style", "display:none;"); | 
 |  |  |                     $('.detailed').empty(); | 
 |  |  |                     $('.detailed').append('库位号:' + id ); | 
 |  |  |                     for (var val in res.data) { | 
 |  |  |                         switch (res.data[val]) { | 
 |  |  |                             case "LOC_STAY_OVER" : | 
 |  |  |                                 res.data[val] = "测试失败NG" | 
 |  |  |                                 break; | 
 |  |  |                             case "LOC_STAY" : | 
 |  |  |                                 res.data[val] = "测试成功OK" | 
 |  |  |                                 break; | 
 |  |  |                             case "LOC_WAIT_TESTINT" : | 
 |  |  |                                 res.data[val] = "在库待测" | 
 |  |  |                                 break; | 
 |  |  |                             case "LOC_TESTING" : | 
 |  |  |                                 res.data[val] = "在库测试中" | 
 |  |  |                                 break; | 
 |  |  |                             case "LOC_ERROR" : | 
 |  |  |                                 res.data[val] = "异常报警" | 
 |  |  |                                 break; | 
 |  |  |                             case "LOC_EMPTY" : | 
 |  |  |                                 res.data[val] = "空库位" | 
 |  |  |                                 break; | 
 |  |  |                         } | 
 |  |  |                         var find = $("#locWindow").find(":input[name='" + val + "']"); | 
 |  |  |                         find.val(res.data[val]); | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |             } | 
 |  |  |  | 
 |  |  |         }) | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     }) | 
 |  |  |     // 弹窗关闭 | 
 |  |  |     $('button').on('click', function () { | 
 |  |  |         $('#siteWindow').attr('style', 'display:none') | 
 |  |  |         $('#crnWindow').attr('style', 'display:none') | 
 |  |  |         $('#locWindow').attr('style', 'display:none') | 
 |  |  |     }) | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     var crn1Position = 0; | 
 |  |  |     var crn2Position = 0; | 
 |  |  |     var crn3Position = 0; | 
 |  |  |     var crn4Position = 0; | 
 |  |  |     var crn5Position = 0; | 
 |  |  |  | 
 |  |  |     // 初始化 | 
 |  |  |     getSitesInfo(); | 
 |  |  |     getCrnInfo(); | 
 |  |  |     getSystemRunningStatus(); | 
 |  |  |     getBarcodeInfo(); | 
 |  |  |     getScaleInfo(); | 
 |  |  |     getLocInfo(); | 
 |  |  |     // 实时访问 | 
 |  |  |     setInterval(function () { | 
 |  |  |         getCrnInfo(); | 
 |  |  | 
 |  |  |     }, 1000); | 
 |  |  |     setInterval(function () { | 
 |  |  |         getSitesInfo(); | 
 |  |  |         getLocInfo(); | 
 |  |  |     }, 3000); | 
 |  |  |  | 
 |  |  |     // 系统运行开关 | 
 |  |  |     function systemSwitch() { | 
 |  |  |         if (parent.systemRunning){ | 
 |  |  |             layer.prompt({title: '请输入口令,并停止 WCS 系统', formType: 1,   shadeClose: true}, function(pass, idx){ | 
 |  |  |         if (parent.systemRunning) { | 
 |  |  |             layer.prompt({title: '请输入口令,并停止 WCS 系统', formType: 1, shadeClose: true}, function (pass, idx) { | 
 |  |  |                 layer.close(idx); | 
 |  |  |                 doSwitch(0, pass); // 停止wcs系统 | 
 |  |  |             }); | 
 |  |  | 
 |  |  |     function doSwitch(operatorType, password) { | 
 |  |  |         // 加载tips | 
 |  |  |         var index = layer.load(1, { | 
 |  |  |             shade: [0.1,'#fff'] | 
 |  |  |             shade: [0.1, '#fff'] | 
 |  |  |         }); | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl+ "/console/system/switch", | 
 |  |  |             url: baseUrl + "/console/system/switch", | 
 |  |  |             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |             // async: false, | 
 |  |  |             data: { | 
 |  |  | 
 |  |  |             method: 'POST', | 
 |  |  |             success: function (res) { | 
 |  |  |                 layer.close(index); | 
 |  |  |                 if (res.code === 200){ | 
 |  |  |                 if (res.code === 200) { | 
 |  |  |                     if (res.data.status) { | 
 |  |  |                         $('#system-icon').attr("class", "system-icon-open"); | 
 |  |  |                         $('#system-run-desc').html("系统运行中..."); | 
 |  |  | 
 |  |  |                         $('#system-run-desc').html("系统已停止!"); | 
 |  |  |                         parent.systemRunning = false; | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     parent.location.href = baseUrl+"/login"; | 
 |  |  |                 }  else { | 
 |  |  |                 } else if (res.code === 403) { | 
 |  |  |                     parent.location.href = baseUrl + "/login"; | 
 |  |  |                 } else { | 
 |  |  |                     console.log(res.msg); | 
 |  |  |                      | 
 |  |  |  | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |         }); | 
 |  |  | 
 |  |  |     // 获取wcs系统运行状态 | 
 |  |  |     function getSystemRunningStatus() { | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl+ "/console/system/running/status", | 
 |  |  |             url: baseUrl + "/console/system/running/status", | 
 |  |  |             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |             method: 'POST', | 
 |  |  |             success: function (res) { | 
 |  |  |                 if (res.code === 200){ | 
 |  |  |                 if (res.code === 200) { | 
 |  |  |                     if (res.data.status) { | 
 |  |  |                         $('#system-icon').attr("class", "system-icon-open"); | 
 |  |  |                         $('#system-run-desc').html("系统运行中..."); | 
 |  |  | 
 |  |  |                         $('#system-run-desc').html("系统已停止!"); | 
 |  |  |                         parent.systemRunning = false; | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     parent.location.href = baseUrl+"/login"; | 
 |  |  |                 }  else { | 
 |  |  |                 } else if (res.code === 403) { | 
 |  |  |                     parent.location.href = baseUrl + "/login"; | 
 |  |  |                 } else { | 
 |  |  |                     console.log(res.msg); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     // 输送设备实时数据获取 | 
 |  |  |     function getSitesInfo(){ | 
 |  |  |     function getSitesInfo() { | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl+ "/console/latest/data/site", | 
 |  |  |             url: baseUrl + "/console/latest/data/site", | 
 |  |  |             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |             method: 'POST', | 
 |  |  |             success: function (res) { | 
 |  |  |                 if (res.code === 200){ | 
 |  |  |                 if (res.code === 200) { | 
 |  |  |                     var sites = res.data; | 
 |  |  |                     for (var i = 0; i < sites.length; i++){ | 
 |  |  |                         var siteEl = $("#site-"+sites[i].siteId); | 
 |  |  |                     for (var i = 0; i < sites.length; i++) { | 
 |  |  |                         var siteEl = $("#site-" + sites[i].siteId); | 
 |  |  |                         siteEl.attr("class", "site " + sites[i].siteStatus); | 
 |  |  |                         if (sites[i].workNo != null && sites[i].workNo>0) { | 
 |  |  |                         if (sites[i].workNo != null && sites[i].workNo > 0) { | 
 |  |  |                             siteEl.html(sites[i].siteId + "[" + sites[i].workNo + "]"); | 
 |  |  |                         } else { | 
 |  |  |                             siteEl.html(sites[i].siteId); | 
 |  |  |                         } | 
 |  |  |                         if (i+1===8) { | 
 |  |  |                             carAnimate(i+1, Number(sites[i].nearbySta)); | 
 |  |  |                         if (i + 1 === 8) { | 
 |  |  |                             carAnimate(i + 1, Number(sites[i].nearbySta)); | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     parent.location.href = baseUrl+"/login"; | 
 |  |  |                 }  else { | 
 |  |  |                 } else if (res.code === 403) { | 
 |  |  |                     parent.location.href = baseUrl + "/login"; | 
 |  |  |                 } else { | 
 |  |  |                     console.log(res.msg); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     // 堆垛机实时数据获取 | 
 |  |  |     function getCrnInfo(){ | 
 |  |  |     function getCrnInfo() { | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl+ "/console/latest/data/crn", | 
 |  |  |             url: baseUrl + "/console/latest/data/crn", | 
 |  |  |             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |             method: 'POST', | 
 |  |  |             success: function (res) { | 
 |  |  |                 if (res.code === 200){ | 
 |  |  |                 // console.log(res) | 
 |  |  |                 if (res.code === 200) { | 
 |  |  |                     var crns = res.data; | 
 |  |  |                     for (var i = 0; i < crns.length; i++){ | 
 |  |  |                         var crnEl = $("#crn-"+crns[i].crnId); | 
 |  |  |                     for (var i = 0; i < crns.length; i++) { | 
 |  |  |                         var crnEl = $("#crn-" + crns[i].crnId); | 
 |  |  |                         crnEl.attr("class", "machine " + crns[i].crnStatus); | 
 |  |  |                         var unit = ($('.item').eq(0).width()+4)/2; | 
 |  |  |                         crnEl.animate({left: (crns[i].bay * unit + 25) +'px'}, 1000); | 
 |  |  |                         var unit = 0;//($('.item').eq(0).width() + 13) / 2; | 
 |  |  |                         if (crns[i].bay < 0) { | 
 |  |  |                             crns[i].bay = 1 | 
 |  |  |                         } | 
 |  |  |                         // crnEl.animate({left: (crns[i].bay * unit) + 'px'}, 1000); | 
 |  |  |                         // crns[i].bay = 15; | 
 |  |  |  | 
 |  |  |                         unit = 45.9; | 
 |  |  |                         offSet = 360; | 
 |  |  |  | 
 |  |  |                         if(crns[i].bay === 1){ | 
 |  |  |                             crnEl.animate({left: offSet + 'px'}, 1000); | 
 |  |  |                         } else { | 
 |  |  |                             crnEl.animate({left: (offSet - unit + (crns[i].bay * unit)) + 'px'}, 1000); | 
 |  |  |                         } | 
 |  |  |  | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     parent.location.href = baseUrl+"/login"; | 
 |  |  |                 }  else { | 
 |  |  |                 } else if (res.code === 403) { | 
 |  |  |                     parent.location.href = baseUrl + "/login"; | 
 |  |  |                 } else { | 
 |  |  |                     console.log(res.msg); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     // 扫码器实时数据获取 | 
 |  |  |     function getBarcodeInfo(){ | 
 |  |  |     function getBarcodeInfo() { | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl+ "/console/latest/data/barcode", | 
 |  |  |             url: baseUrl + "/console/latest/data/barcode", | 
 |  |  |             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |             method: 'POST', | 
 |  |  |             success: function (res) { | 
 |  |  |                 if (res.code === 200){ | 
 |  |  |                 if (res.code === 200) { | 
 |  |  |                     var barcodes = res.data; | 
 |  |  |                     for (var i = 0; i < barcodes.length; i++){ | 
 |  |  |                         $("#code-decoder-data-"+barcodes[i].barcodeId).html(barcodes[i].codeValue); | 
 |  |  |                     for (var i = 0; i < barcodes.length; i++) { | 
 |  |  |                         $("#code-decoder-data-" + barcodes[i].barcodeId).html(barcodes[i].codeValue); | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     parent.location.href = baseUrl+"/login"; | 
 |  |  |                 }  else { | 
 |  |  |                 } else if (res.code === 403) { | 
 |  |  |                     parent.location.href = baseUrl + "/login"; | 
 |  |  |                 } else { | 
 |  |  |                     console.log(res.msg); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     // 磅秤实时数据获取 | 
 |  |  |     function getScaleInfo(){ | 
 |  |  |     function getScaleInfo() { | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl+ "/console/latest/data/scale", | 
 |  |  |             url: baseUrl + "/console/latest/data/scale", | 
 |  |  |             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |             method: 'POST', | 
 |  |  |             success: function (res) { | 
 |  |  |  | 
 |  |  |                 if (res.code === 200){ | 
 |  |  |                 if (res.code === 200) { | 
 |  |  |                     var sclaes = res.data; | 
 |  |  |                     for (var i = 0; i < sclaes.length; i++){ | 
 |  |  |                     for (var i = 0; i < sclaes.length; i++) { | 
 |  |  |                         console.log(sclaes[i].scaleId + ":" + sclaes[i].value) | 
 |  |  |                         $("#scale-data-"+sclaes[i].scaleId).text(sclaes[i].value); | 
 |  |  |                         $("#scale-data-" + sclaes[i].scaleId).text(sclaes[i].value); | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     parent.location.href = baseUrl+"/login"; | 
 |  |  |                 }  else { | 
 |  |  |                 } else if (res.code === 403) { | 
 |  |  |                     parent.location.href = baseUrl + "/login"; | 
 |  |  |                 } else { | 
 |  |  |                     console.log(res.msg); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |         }); | 
 |  |  |     } | 
 |  |  |     function getInfo() { | 
 |  |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     // 库位实时数据获取 | 
 |  |  |     function getLocInfo() { | 
 |  |  |         $.ajax({ | 
 |  |  |             url: baseUrl + "/console/latest/data/loc", | 
 |  |  |             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |             method: 'POST', | 
 |  |  |             success: function (res) { | 
 |  |  |                 if (res.code === 200) { | 
 |  |  |                     var locs = res.data; | 
 |  |  |                     for (var i = 0; i < locs.length; i++) { | 
 |  |  |                         var siteEl = $("#loc-" + locs[i].locNo); | 
 |  |  |                         siteEl.attr("class", "loc " + locs[i].packStatus); | 
 |  |  |                         // debugger | 
 |  |  |                         // if (locs[i].workNo != null && locs[i].workNo > 0) { | 
 |  |  |                         //     siteEl.html(locs[i].siteId + "[" + locs[i].workNo + "]"); | 
 |  |  |                         // } else { | 
 |  |  |                         //     siteEl.html(locs[i].siteId); | 
 |  |  |                         // } | 
 |  |  |                         // if (i + 1 === 8) { | 
 |  |  |                         //     carAnimate(i + 1, Number(locs[i].nearbySta)); | 
 |  |  |                         // } | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403) { | 
 |  |  |                     parent.location.href = baseUrl + "/login"; | 
 |  |  |                 } else { | 
 |  |  |                     console.log(res.msg); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |  | 
 |  |  |     // 堆垛机偏移动画 | 
 |  |  |     function crnAnimate(id, leftVal) { | 
 |  |  |         // console.log(crn1Position) | 
 |  |  |         switch (id) { | 
 |  |  |             case 1: | 
 |  |  |                 $("#crn-1").animate({left: leftVal+'px'}, 1000); | 
 |  |  |                 $("#crn-1").animate({left: leftVal + 'px'}, 1000); | 
 |  |  |                 crn1Position = leftVal; | 
 |  |  |                 break; | 
 |  |  |             case 2: | 
 |  |  |                 $("#crn-2").animate({left: leftVal+'px'}, 1000); | 
 |  |  |                 $("#crn-2").animate({left: leftVal + 'px'}, 1000); | 
 |  |  |                 crn2Position = leftVal; | 
 |  |  |                 break; | 
 |  |  |             case 3: | 
 |  |  |                 $("#crn-3").animate({left: leftVal + 'px'}, 1000); | 
 |  |  |                 crn3Position = leftVal; | 
 |  |  |                 break; | 
 |  |  |             case 4: | 
 |  |  |                 $("#crn-4").animate({left: leftVal + 'px'}, 1000); | 
 |  |  |                 crn4Position = leftVal; | 
 |  |  |                 break; | 
 |  |  |             case 5: | 
 |  |  |                 $("#crn-5").animate({left: leftVal + 'px'}, 1000); | 
 |  |  |                 crn5Position = leftVal; | 
 |  |  |                 break; | 
 |  |  |             default: | 
 |  |  |                 break | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     // 页面点击事件监听 --------------------------------------------------------- | 
 |  |  |  | 
 |  |  |     // 输送设备点击事件 | 
 |  |  |     $('.site').on('click', function () { | 
 |  |  |         var id = this.id.split("-")[1]; | 
 |  |  |         if (id === undefined) { | 
 |  |  |             return; | 
 |  |  |         } | 
 |  |  |         layer.open({ | 
 |  |  |             title: id + " 站点信息详情", | 
 |  |  |             closeBtn: 0, | 
 |  |  |             skin: 'layui-layer-lan', | 
 |  |  |             offset: '180px', | 
 |  |  |             type: 1, | 
 |  |  |             shadeClose: true, | 
 |  |  |             content: $('#siteWindow'), | 
 |  |  |             area: ['35rem', '18rem'], | 
 |  |  |             btn: ['确定', '关闭'], | 
 |  |  |             success: function(layero, index){ | 
 |  |  |                 http.post(baseUrl+"/console/site/detail", {siteId: id}, function (res) { | 
 |  |  |                     for (var val in res.data) { | 
 |  |  |                         var find = $("#siteWindow").find(":input[name='" + val + "']"); | 
 |  |  |                         if (find[0].type==='text') { | 
 |  |  |                             find.val(res.data[val]); | 
 |  |  |                         } else if (find[0].type === 'checkbox') { | 
 |  |  |                             find.attr("checked", res.data[val] === 'Y'); | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 }) | 
 |  |  |             }, | 
 |  |  |             end: function () { | 
 |  |  |                 $(':input', $("#siteWindow")).val('').removeAttr('checked').removeAttr('selected'); | 
 |  |  |             } | 
 |  |  |         }); | 
 |  |  |     }); | 
 |  |  |  | 
 |  |  |     // 堆垛机点击事件 | 
 |  |  |     $('.machine').on('click', function () { | 
 |  |  |         var id = this.id.split("-")[1]; | 
 |  |  |         layer.open({ | 
 |  |  |             title: id+"号堆垛机", | 
 |  |  |             skin: 'layui-layer-lan', | 
 |  |  |             closeBtn: 0, | 
 |  |  |             type: 1, | 
 |  |  |             offset: '150px', | 
 |  |  |             shadeClose: true, | 
 |  |  |             content: $("#crnWindow"), | 
 |  |  |             area: ['40rem', '20rem'], | 
 |  |  |             btn: ['确定', '关闭'], | 
 |  |  |             success: function(layero, index){ | 
 |  |  |                 http.post(baseUrl+"/console/crn/detail", {crnNo: id}, function (res) { | 
 |  |  |                     for (var val in res.data) { | 
 |  |  |                         var find = $("#crnWindow").find(":input[name='" + val + "']"); | 
 |  |  |                         if (find[0].type==='text') { | 
 |  |  |                             find.val(res.data[val]); | 
 |  |  |                         } else if (find[0].type === 'checkbox') { | 
 |  |  |                             find.attr("checked", res.data[val] === 'Y'); | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 }) | 
 |  |  |             }, | 
 |  |  |             end: function () { | 
 |  |  |                 $(':input', $("#crnWindow")).val('').removeAttr('checked').removeAttr('selected'); | 
 |  |  |             } | 
 |  |  |         }); | 
 |  |  |     }); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     // 小车偏移动画 | 
 |  |  |     function carAnimate(id, target) { | 
 |  |  | 
 |  |  |         } else { | 
 |  |  |             return; | 
 |  |  |         } | 
 |  |  |         $("#site-" + id).animate({top: targetTop+'px'}, 1000); | 
 |  |  |         $("#site-" + id).animate({top: targetTop + 'px'}, 1000); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | </script> | 
 |  |  | </html> | 
 |  |  |  | 
 |  |  | </script> |