#
whycq
2023-10-12 d6507f2c151f316d9285764b4cec25912b004b64
#
1个文件已修改
313 ■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 313 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -1,6 +1,5 @@
<template>
    <view class="container">
        <!-- 宁波捷丰项目 -->
        <uni-transition :duration="duration" :mode-class="homeMode" :show="homeViewShow">
            <view class="home-view">
                <view class="head">
@@ -30,9 +29,9 @@
                                            <view class="flex-col" style="width: calc(100% - 5vw);">
                                                <view class="flex-row" style="position: relative;" >
                                                    <view style="width: 2vw;padding-left: 2vw;;font-size: 2vw;">{{baseInfo.xDistance}}</view>
                                                    <view style="position: absolute;bottom: 0;left: 10vw;">m</view>
                                                    <view style="position: absolute;bottom: 0;left: 10vw;">KM</view>
                                                </view>
                                                <view style="height: 100%;text-align: left;text-indent: 2em;">累计走行距离(米)</view>
                                                <view style="height: 100%;text-align: left;text-indent: 2em;">累计走行距离(千米)</view>
                                            </view>
                                        </view>
                                        
@@ -41,9 +40,9 @@
                                            <view class="flex-col" style="width: calc(100% - 5vw);">
                                                <view class="flex-row" style="position: relative;" >
                                                    <view style="width: 2vw;padding-left: 2vw;;font-size: 2vw;">{{baseInfo.yDistance}}</view>
                                                    <view style="position: absolute;bottom: 0;left: 10vw;">m</view>
                                                    <view style="position: absolute;bottom: 0;left: 10vw;">KM</view>
                                                </view>
                                                <view style="height: 100%;text-align: left;text-indent: 2em;">累计升降距离(米)</view>
                                                <view style="height: 100%;text-align: left;text-indent: 2em;">累计升降距离(千米)</view>
                                            </view>
                                        </view>
                                        
@@ -52,9 +51,9 @@
                                            <view class="flex-col" style="width: calc(100% - 5vw);">
                                                <view class="flex-row" style="position: relative;" >
                                                    <view style="-width: 2vw;padding-left: 2vw;;font-size: 2vw;">{{baseInfo.xDuration}}</view>
                                                    <view style="position: absolute;bottom: 0;left: 10vw;">s</view>
                                                    <view style="position: absolute;bottom: 0;left: 10vw;">H</view>
                                                </view>
                                                <view style="height: 100%;text-align: left;text-indent: 2em;">累计走行时长(秒)</view>
                                                <view style="height: 100%;text-align: left;text-indent: 2em;">累计走行时长(小时)</view>
                                            </view>
                                        </view>
                                        
@@ -63,9 +62,9 @@
                                            <view class="flex-col" style="width: calc(100% - 5vw);">
                                                <view class="flex-row" style="position: relative;" >
                                                    <view style="width: 2vw;padding-left: 2vw;;font-size: 2vw;">{{baseInfo.yDuration}}</view>
                                                    <view style="position: absolute;bottom: 0;left: 10vw;">s</view>
                                                    <view style="position: absolute;bottom: 0;left: 10vw;">H</view>
                                                </view>
                                                <view style="height: 100%;text-align: left;text-indent: 2em;">累计升降时长(秒)</view>
                                                <view style="height: 100%;text-align: left;text-indent: 2em;">累计升降时长(小时)</view>
                                            </view>
                                        </view>
                                        
@@ -135,9 +134,9 @@
                                
                                <!-- null -->
                                <view style="height: 2%;"></view>
                                
                                <view style="height: 51%;">
                                <view style="height: 43%;">
                                    <y-box>
                                        <view class="box-item">
                                            <view class="flex-row" style="width: 100%;">
@@ -156,65 +155,38 @@
                                                </view>
                                            </view>
                                            <view class="flex-row" style="width: 100%;">
                                                <!-- 库位使用情况 -->
                                                <!-- left -->
                                                <view style="margin-left: 5%;">
                                                <!-- 左 -->
                                                <view class="charts-box-ring">
                                                    <qiun-data-charts type="ring" :opts="{legend:{position:'bottom'}}" :eopts="ringOpts" :chartData="chartsDataPie2" :echartsH5="true" :echartsApp="true"/>
                                                </view>
                                                <!-- 右 -->
                                                <view>
                                                    <view class="flex-row sub-info">
                                                        <image src="../../static/g1.png" mode="aspectFit"></image>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">长总库位</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.longAllLoc}}</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">在库</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.stockCount}}</view>
                                                    </view>
                                                    <view class="flex-row sub-info">
                                                        <image src="../../static/g1.png" mode="aspectFit"></image>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">使用库位</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.longUseLoc}}</view>
                                                    <view class="flex-row sub-info" style="margin-top: 2vh;">
                                                        <image src="../../static/f1.png" mode="aspectFit"></image>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">空库</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.emptyCount}}</view>
                                                    </view>
                                                    <view class="flex-row sub-info">
                                                        <image src="../../static/g1.png" mode="aspectFit"></image>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">空库位</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.longEmptyLoc}}</view>
                                                    </view>
                                                    <view class="flex-row sub-info">
                                                        <image src="../../static/g1.png" mode="aspectFit"></image>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">禁用库位</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.longXLoc}}</view>
                                                    <view class="flex-row sub-info" style="margin-top: 2vh;">
                                                        <image src="../../static/e1.png" mode="aspectFit"></image>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">锁定</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.noneCount}}</view>
                                                    </view>
                                                </view>
                                                <view style="margin-left: 5%;">
                                                    <view class="flex-row sub-info">
                                                        <image src="../../static/g1.png" mode="aspectFit"></image>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">短总库位</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.shortAllLoc}}</view>
                                                    </view>
                                                    <view class="flex-row sub-info">
                                                        <image src="../../static/g1.png" mode="aspectFit"></image>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">使用库位</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.shortUseLoc}}</view>
                                                    </view>
                                                    <view class="flex-row sub-info">
                                                        <image src="../../static/g1.png" mode="aspectFit"></image>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">空库位</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.shortEmptyLoc}}</view>
                                                    </view>
                                                    <view class="flex-row sub-info">
                                                        <image src="../../static/g1.png" mode="aspectFit"></image>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;">禁用库位</view>
                                                        <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.shortXLoc}}</view>
                                                    </view>
                                                </view>
                                            </view>
                                        </view>
                                        
                                    </y-box>
                                </view>
                                <view style="height: 2%;"></view>
                                <view style="height: 10%;">
                                <view style="height: 18%;">
                                    <y-box>
                                        <view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;letter-spacing: 1vh;">
                                            <!-- 嘉善边锋机械股份有限公司 -->
                                            自动仓库WCS监控平台
                                            <!-- <image src="../../static/ruiyun.jpg" mode="" style="width: 100%;"></image> -->
                                        </view>
                                    </y-box>
                                </view>
@@ -302,7 +274,7 @@
                <!-- 弹出title -->
                <view class="eject-title">修改 / 配置</view>
                <!-- input -->
                <view class="eject-input">
                <scroll-view scroll-y class="eject-input">
                    <view class="item">
                        <view class="desc">ip:</view>
                        <view class="input">
@@ -333,7 +305,7 @@
                            <input type="text" v-model="baseUrl">
                        </view>
                    </view>
                </view>
                </scroll-view>
                <!-- button -->
                <view class="eject-button">
                    <view class="button-item" @click="ejectClose">取 消</view>
@@ -341,9 +313,12 @@
                </view>
            </view>
        </view>
        <view style="color: #FFF;position: fixed;bottom: 10px;left: 10px;" v-show="timeOut">
            连接超时: {{times}} s
        </view>
    </view>
</template>
<!-- {"msg":"操作成功","code":200,"data":[{"title":"全板出库","workNo":7460,"staNo":110,"sourceStaNo":null,"locNo":null,"sourceLocNo":"0807102","matDtos":[{"matNo":"50460834","maknx":"200x60桌面","count":26.0}],"emptyMk":false,"ioType":101}]} -->
<script>
    import demodata from '@/mockdata/demodata.json';
    import ycqdata from '@/pages/index/data.json';
@@ -367,14 +342,6 @@
                    stockCount: '',
                    emptyCount: '',
                    noneCount: '',
                    longAllLoc: '',
                    shortAllLoc: '',
                    longEmptyLoc: '',
                    shortEmptyLoc: '',
                    longUseLoc: '',
                    shortUseLoc: '',
                    longXLoc: '',
                    shortXLoc: '',
                },
                chartsData: {
                    "Line": {
@@ -412,9 +379,21 @@
                    maknx: "",
                    specs: "",
                    count: "",
                    error: ""
                    error: "",
                    barcode: "",
                    orderNo: '',
                    batch: '',
                    doneOfTray: '',
                    totalOfTray: '',
                    doneOfUnit: '',
                    totalOfUnit: '',
                    ctnNo: '1'
                },
                swiperList: []
                swiperList: [],
                timeOut: false,
                times: 0,
                currDate: '',
                textred: 'textred'
            }
        },
        onShow() {
@@ -443,18 +422,19 @@
                this.initlineChart()
                this.initPieChart()
                this.getOther()
                this.getDate()
                this.getInfo()
                this.getError()
                // this.getInfo2()
                // this.getError2()
                this.getDate2()
                // this.getInfo()
                // this.getError()
                this.getInfo2()
                this.getError2()
                this.getUrl()
                this.controller()
                // 测试用
            },1000)
        },
        methods: {
            timeOuts() {
                console.log(this.times);
            },
            getUrl() {
                this.commonUrl = this.baseHttp + this.baseIP + ':' +this.basePort + "/" +this.baseUrl
            },
@@ -467,29 +447,7 @@
                let that = this
                var result = ycqdata.dataInfo2
                var    res = result.data
                if (res.data && res.data !== "") {
                    if (that.infoType == 2 || that.infoType == 3) {
                        return;
                    }
                    // infoType1:只有拣料等信息
                    that.infoType = 1
                    if (res.data[0].ioType === 101) {
                        that.infoText.title = '全板出库'
                    } else if(res.data[0].ioType === 103) {
                        that.infoText.title = '检料出库'
                    }
                    that.infoText.staNo = res.data[0].staNo
                    that.swiperList = res.data[0].matDtos
                    // that.infoText.matnr = res.data[0].matDtos[0].matnr
                    // that.infoText.specs = res.data[0].matDtos[0].specs
                    // that.infoText.maknx = res.data[0].matDtos[0].maknx
                    // that.infoText.count = res.data[0].matDtos[0].count
                } else {
                    if (that.infoType == 2 || that.infoType == 3) {
                        return;
                    }
                    that.infoType = 0
                }
                that.infoModel(res)
            },
            getError2 () {
                let that = this
@@ -521,31 +479,7 @@
                    data: {ledId:that.baseLedId},
                    success(result) {
                        var    res = result.data
                        if (res.data && res.data !== "") {
                            if (that.infoType == 2 || that.infoType == 3) {
                                return;
                            }
                            // infoType1:只有拣料等信息
                            that.infoType = 1
                            if (res.data[0].ioType === 101) {
                                that.infoText.title = '全板出库'
                            } else if(res.data[0].ioType === 103) {
                                that.infoText.title = '检料出库'
                            } else if(res.data[0].ioType === 107) {
                                that.infoText.title = '盘点出库'
                            }
                            that.infoText.staNo = res.data[0].staNo
                            that.swiperList = res.data[0].matDtos
                            // that.infoText.matnr = res.data[0].matDtos[0].matnr
                            // that.infoText.specs = res.data[0].matDtos[0].specs
                            // that.infoText.maknx = res.data[0].matDtos[0].maknx
                            // that.infoText.count = res.data[0].matDtos[0].count
                        } else {
                            if (that.infoType == 2 || that.infoType == 3) {
                                return;
                            }
                            that.infoType = 0
                        }
                        that.infoModel(res)
                    }
                })
                
@@ -581,10 +515,63 @@
                })
                
            },
            infoModel(res) {
                let that = this
                if (res.data && res.data !== "") {
                    if (that.infoType == 2 || that.infoType == 3) {
                        return;
                    }
                    // infoType1:只有拣料等信息
                    that.infoType = 1
                    if (res.data[0].ioType === 101) {
                        that.infoText.title = '全板出库'
                    } else if(res.data[0].ioType === 103) {
                        that.infoText.title = '检料出库'
                    } else if(res.data[0].ioType === 107) {
                        that.infoText.title = '盘点出库'
                    }
                    that.infoText.staNo = res.data[0].staNo
                    that.swiperList = res.data[0].matDtos
                    // that.infoText.matnr = res.data[0].matDtos[0].matnr
                    // that.infoText.specs = res.data[0].matDtos[0].specs
                    // that.infoText.maknx = res.data[0].matDtos[0].maknx
                    // that.infoText.count = res.data[0].matDtos[0].count
                } else {
                    if (that.infoType == 2 || that.infoType == 3) {
                        return;
                    }
                    that.infoType = 0
                }
            },
            // 控制器
            controller() {
                switch(this.infoType) {
                    // 有信息 但 没有错误信息
                    case 0:
                        if (this.errorInfoViewShow) {
                            this.errorInfoViewShow = false
                            this.errorInfoMode = ['fade', 'slide-bottom']
                            setTimeout(()=>{
                                this.homeViewShow = true
                                this.homeMode = ['fade', 'slide-bottom']
                            },1000)
                        } else if (this.infoViewShow) {
                            this.infoViewShow = false
                            this.infoMode = ['fade', 'slide-bottom']
                            setTimeout(()=>{
                                this.homeViewShow = true
                                this.homeMode = ['fade', 'slide-bottom']
                            },1000)
                        } else if (this.errorInfoViewShow && this.infoViewShow) {
                            this.errorInfoViewShow = false
                            this.infoViewShow = false
                            this.infoMode = ['fade', 'slide-bottom']
                            setTimeout(()=>{
                                this.homeViewShow = true
                                this.homeMode = ['fade', 'slide-bottom']
                            },1000)
                        }
                        return;
                    case 1: 
                        if (this.homeViewShow) {
                            this.homeViewShow = false
@@ -639,23 +626,7 @@
                            },1000)
                        }
                        return;
                    default :
                        if (this.errorInfoViewShow) {
                            this.errorInfoViewShow = false
                            this.errorInfoMode = ['fade', 'slide-bottom']
                            setTimeout(()=>{
                                this.homeViewShow = true
                                this.homeMode = ['fade', 'slide-bottom']
                            },1000)
                        } else if (this.infoViewShow) {
                            this.infoViewShow = false
                            this.infoMode = ['fade', 'slide-bottom']
                            setTimeout(()=>{
                                this.homeViewShow = true
                                this.homeMode = ['fade', 'slide-bottom']
                            },1000)
                        }
                        return;
                }
                
            },
@@ -692,6 +663,27 @@
                this.getUrl()
                this.ejectShow = false
            },
            // 日历 服务器
            getDate2() {
                let that = this
                if(that.commonUrl == 'undefined') {
                    return
                }
                uni.request({
                    url: that.commonUrl + "/monitor/date",
                    method:"GET",
                    success(result) {
                        var res = result.data.data
                        that.calendar = res.year + "年" + res.month + "月" + res.day + "日 " + res.hour + ":" + res.minute + ":" + res.second + " " + res.week
                        that.currDate = res.year + "/" + res.month + "/" + res.day
                    },
                    fail(res) {
                        console.log(res);
                    }
                })
            },
            // 日历
            getDate() {
                var dt = new Date();
@@ -715,7 +707,7 @@
                this.calendar = year + "年" + month + "月" + day + "日 " + hours + ":" + minutes + ":" + seconds + " " + weeks
            },
            getDateFormat(value) {
                var date = new Date();// 获取当前时间
                var date = new Date(this.currDate);// 获取当前时间
                date.setDate(date.getDate() + value);// 设置天数 -1 天
                var m = date.getMonth() + 1
                var d = date.getDate()
@@ -725,6 +717,9 @@
            /*************** 折线图 *****************************************************************************************************/
            initlineChart() {
                let that = this
                if(that.commonUrl == 'undefined') {
                    return
                }
                uni.request({
                    url: that.commonUrl + "/monitor/line/charts",
                    method:'GET',
@@ -743,25 +738,19 @@
            /*************** 饼图 *****************************************************************************************************/
            initPieChart() {
                let that = this
                if(that.commonUrl == 'undefined') {
                    return
                }
                uni.request({
                    url: that.commonUrl + "/monitor/loc/rep",
                    method:'GET',
                    data: {
                        crnId: that.baseCrnId,
                    },
                    success(result) {
                        var res = result.data
                        if (res.code === 200) {
                            console.log(res.data.pie);
                            that.chartsData.Pie.series[0].data = res.data.pie
                            that.baseInfo.longAllLoc = res.data.longAllLoc
                            that.baseInfo.shortAllLoc = res.data.shortAllLoc
                            that.baseInfo.longEmptyLoc = res.data.longEmptyLoc
                            that.baseInfo.shortEmptyLoc = res.data.shortEmptyLoc
                            that.baseInfo.longUseLoc = res.data.longUseLoc
                            that.baseInfo.shortUseLoc = res.data.shortUseLoc
                            that.baseInfo.longXLoc = res.data.longXLoc
                            that.baseInfo.shortXLoc = res.data.shortXLoc
                            that.baseInfo.stockCount = res.data.stockCunt
                            that.baseInfo.emptyCount = res.data.emptyCount
                            that.baseInfo.noneCount = res.data.noneCount
                            that.baseInfo.used = res.data.used
                            that.baseInfo.usedPr = res.data.usedPr
                        }
@@ -770,6 +759,9 @@
            },
            getOther() {
                let that = this
                if(that.commonUrl == 'undefined') {
                    return
                }
                uni.request({
                    url: that.commonUrl + "/monitor/other",
                    data: {
@@ -919,12 +911,14 @@
        /* background-color: #00ffff; */
    }
    .sub-info {
        margin-top: 1vh;
        font-size: 1.5vw;
    }
    .sub-info image {
        width: 3.5vw;
        height: 3.5vw;
    }
    .red{
        color: red
    }
    
    
@@ -1029,12 +1023,15 @@
        text-align: center;
    }
    .eject-input {
        margin-top: 2vh;
        height: 25vh;
        /* background-color: #00163E; */
        ::-webkit-scrollbar{display:none}
    }
    .item {
        display: flex;
        align-items: center;
        margin: 2vh 0 0 0;
        margin: 1vh 0 0 0;
        font-size: 1.5vw;
        color: #363636;
    }
@@ -1093,5 +1090,9 @@
    .info-box-text-item {
        height: 20%;font-size: 8vh;
        justify-content: center;
        white-space: pre-line;
    }
    .textred{
        color: red;
    }
</style>