#
whycq
2022-05-11 e175c5409609089bb5c8169c89cd17e27c8bf4b6
#
1个文件已修改
27 ■■■■ 已修改文件
Monitor-APP/pages/index/index.vue 27 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/index/index.vue
@@ -3,8 +3,24 @@
    <!-- "拣料出库(4426)\n源库位:1200101\n目标站:186\n1101842-10000-22047518517\n\n" -->
    <view class="container">
        <view class="floor-screen" :class="floorMove" >
            <view style="">
                <text>{{newspaper}}</text>
            <view class="head">
                <text>自动仓库WCS监控平台</text>
                <view class="time-tools">{{year}}-{{month}}-{{day}}&nbsp{{hours}}:{{minutes}}:{{seconds}}&nbsp{{week}}</view>
                <view class="button-left" @click="url()"></view>
                <view class="button-right" @click="ledId()"></view>
            </view>
            <view class="main">
                <view class="main-sides" style="width: 100%;">
                    <view class="box" style="height: 90%;">
                        <view class="box-border box-border1"></view>
                        <view class="box-border box-border2"></view>
                        <view class="box-border box-border3"></view>
                        <view class="box-border box-border4"></view>
                        <view style="">
                            <text>{{newspaper}}</text>
                        </view>
                    </view>
                </view>
            </view>
        </view>
        <view class="top-screen" :class="topMove">
@@ -218,10 +234,10 @@
                week:'星期四',
                ani:'',
                // move: 'upMove 1.5s 1;',
                move:true,
                move:false,
                topMove:'topUp',
                floorMove:'',
                newspaper:'',
                newspaper:'拣料出库(4426) 源库位:1200101 目标站:186\n1101842-10000-22047518501\n1101842-10000-22047518502\n1101842-10000-22047518503\n1101842-10000-22047518504\n1101842-10000-22047518505\n1101842-10000-22047518506\n1101842-10000-22047518507\n1101842-10000-22047518508\n1101842-10000-22047518509\n1101842-10000-22047518510\n1101842-10000-22047518511\n1101842-10000-22047518512\n1101842-10000-22047518513\n1101842-10000-22047518514\n1101842-10000-22047518515',
            }
        },
        mounted() {
@@ -248,7 +264,7 @@
                // this.getPakin();
            }, 1000);
            setInterval(() => {
                // this.getDate();
                this.getDate();
                this.getPakin();
                this.animation();
            },1000)
@@ -483,6 +499,7 @@
        height: 1080px;
        position: relative;
        color: #FFFFFF;
        font-size: 100rpx;
        background-image: url(../../static/background.png);
    }
    .container {