#
whycq
2024-05-27 bd18bae05ec337f06ba825d4e4148f7129009c14
#
3个文件已修改
10 ■■■■ 已修改文件
Monitor-APP/manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/manifest.json
@@ -3,7 +3,7 @@
    "appid" : "__UNI__CA903B7",
    "description" : "",
    "versionName" : "1.0.2",
    "versionCode" : 102,
    "versionCode" : 104,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
Monitor-APP/pages/home/home.css
@@ -1,7 +1,7 @@
.text-content {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 13px;
    /* background-color: aliceblue;     */
}
.swiper-head {
Monitor-APP/pages/home/home.vue
@@ -462,8 +462,8 @@
            setInterval(()=>{
                // 测试用
                
                // this.getVisualized()
                this.getVisualizedTest()
                this.getVisualized()
                // this.getVisualizedTest()
            },1000)
        },
        methods: {
@@ -533,7 +533,7 @@
                                        that.infoText.title = '盘点再入库'
                                    } else if (res.data.agvWrkMast.ioType == 53) {
                                        that.infoText.title = '拣料再入库'
                                    }  else {
                                    } else if (res.data.agvWrkMast.ioType == 101) {
                                        that.infoText.title = '全板出库'
                                    } 
                                } else{