#
luxiaotao1123
2021-03-23 0d334766bcd06f6ce8678caed5747600f74b4d21
src/main/webapp/views/home/console.html
@@ -204,7 +204,7 @@
        <div class="layui-col-sm6" style="padding-bottom: 0;">
            <div class="layui-row layui-col-space15">
                <div class="layui-col-xs6 layui-col-sm3">
                    <a class="console-app-group" lay-href="mat/mat.html?resourceId=20414" lay-text="产品资料管理">
                    <a class="console-app-group" lay-href="mat/mat.html?resourceId=20414" lay-text="商品资料管理">
                        <i class="console-app-icon layui-icon layui-icon-cart" style="color: #ff9c6e;"></i>
                        <div class="console-app-name">商品</div>
                    </a>
@@ -327,6 +327,7 @@
                                    <td align="center">滞留天数</td>
                                    <td align="center">商品编码</td>
                                    <td align="center">商品名称</td>
                                    <td align="center">数量</td>
                                </tr>
                                </thead>
                                <tbody id="retentionList">
@@ -378,12 +379,12 @@
                    <div class="layui-carousel admin-carousel admin-news" id="workplaceNewsCarousel">
                        <div carousel-item>
                            <div>
                                <a href="http://192.168.1.22:8080/htwms" target="_blank"
                                <a href="http://192.168.110.56:8080/htwms" target="_blank"
                                   style="color:#fff;background-color: #009688;background-image: linear-gradient(to right,#009688,#5fb878);">
                                    ASRS(自动化立体仓库) - WMS</a>
                            </div>
                            <div>
                                <a href="http://192.168.1.22:8080/htwcs" target="_blank"
                                <a href="http://192.168.110.56:8080/htwcs" target="_blank"
                                   style="color:#fff;background-color: #009fde;background-image: linear-gradient(to right,#009fde,#00beff);">
                                    ASRS(自动化立体仓库) - WCS 设备控制中心</a>
                            </div>
@@ -548,6 +549,7 @@
        <td align="center">
            <span style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{maktx}}</span>
        </td>
        <td align="center"><span style="font-weight: bold">{{anfme}}</span></td>
    </tr>
    {{/each}}
</script>