#
whycq
2024-06-27 602e9c1226007978e5ae5db665e9bab0236b53d8
#
2个文件已修改
14 ■■■■■ 已修改文件
Monitor-APP/pages/home/home.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.css
@@ -1,7 +1,7 @@
.text-content {
    width: 100%;
    height: 100%;
    font-size: 56rpx;
    font-size: 44rpx;
    /* background-color: aliceblue;     */
}
.swiper-head {
Monitor-APP/pages/home/home.vue
@@ -419,10 +419,10 @@
                this.getOther()
                // this.getDate()
                this.getDate2()
                // this.getInfo()
                // this.getError()
                this.getInfo2()
                this.getError2()
                this.getInfo()
                this.getError()
                // this.getInfo2()
                // this.getError2()
                this.getUrl()
                this.controller()
                // 测试用
@@ -522,12 +522,16 @@
                            that.infoType = 1
                            if (res.data[0].ioType === 101) {
                                that.infoText.title = '全板出库'
                                that.pakoutShow = true
                            } else if(res.data[0].ioType === 103) {
                                that.infoText.title = '检料出库'
                                that.pakoutShow = true
                            } else if(res.data[0].ioType === 107) {
                                that.infoText.title = '盘点出库'
                                that.pakoutShow = true
                            } else if(res.data[0].ioType === 1) {
                                that.infoText.title = '入库'
                                that.pakoutShow = false
                            } else if(res.data[0].ioType === 10) {
                                that.infoText.title = '空托入库'
                            } else if(res.data[0].ioType === 110) {