#
whycq
2024-03-02 5bb7cf9fe664549b382da52e15069ff2bd980151
#
1个文件已修改
3个文件已添加
28 ■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/static/head.png 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/static/headleft.png 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/static/headright.png 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -4,7 +4,8 @@
        <uni-transition :duration="duration" :mode-class="infoMode" :show="infoViewShow">
            <view class="home-view">
                <view class="head">
                    <text>入库屏</text>
                    <image src="../../static/head.png" mode="" class="head-image"></image>
                    <text style="z-index: 999;">入库屏</text>
                </view>
                <!-- 日历 -->
                <view class="time-tools">{{calendar}}</view>
@@ -192,7 +193,16 @@
                    count: "",
                    error: ""
                },
                swiperList: [],
                swiperList: [
                    {
                        maktx: 1,
                        storeReplenishment: '123123',
                        storeAdd: '123123',
                        beBatch$: '123',
                        appeTime$: '2024年3月1日 21点14分',
                        overTime$: '2024年3月1日 21点14分'
                    }
                ],
                inspect: 'inspectRed'
            }
        },
@@ -225,7 +235,7 @@
                // this.getError()
                // this.getInfo2()
                // this.getError2()
                this.getInfo3()
                // this.getInfo3()
                // this.controller()
            },1000)
            
@@ -640,8 +650,9 @@
    .home-view {
        width: 100vw;
        min-height: 100vh;
        background-image: url(../../static/background.png);
        background-size: 100vw 100vh;
       /* background-image: url(../../static/head.png);
        background-size: 50vw 10vh;
        background-repeat: no-repeat; */
    }
    .home-right {
        width: 50vw;
@@ -662,6 +673,11 @@
        justify-content: center;
        transform: scale(0.7);
    }
    .head-image {
        width: 80%;
        position: absolute;
        z-index: 1;
    }
    .time-tools {
        position: absolute;
        right: 2%;
@@ -671,7 +687,7 @@
    }
    .button-left {
        position: absolute;
        background-image: url(../../static/right.png);
        background-image: url(../../static/headleft.png);
        background-size: 100% 100%;
        top: 1.8%;
        left: 21.3%;
Monitor-APP/static/head.png
Monitor-APP/static/headleft.png
Monitor-APP/static/headright.png