#
LSH
2024-03-25 21a4bf818a8a3e90d1b4f86d3e61304ceccbb49f
src/main/webapp/views/monitor/index.html
@@ -93,7 +93,7 @@
            document.msExitFullscreen();
        }
    }
    let url = 'http://192.168.4.188:8088/fnwms'
    let url = 'http://10.12.55.200:8080/fnwms'
    var item = [{locNo: '1',locSts: '1',mk: '1',packStatus$: '1'}]
    var year = '2020';
    var month = '05';
@@ -114,7 +114,7 @@
        setDate();
    },1000)
    setInterval(()=>{
        //location.reload()
        location.reload()
    },600000)
    function initTest() {
        var box = ''
@@ -157,13 +157,12 @@
        $('#bar-hour').text(hour);
        $('#bar-minute').text(minute);
        $('#bar-second').text(second);
        $('#bar-week').text(week);
    }
    /**
     * 获取时间
     */
    function getDate() {
        http.get("http://localhost:9090/fnwcs/monitor/date", null, function (res) {
        http.get("http://10.12.55.200:8080/fnwcs/monitor/date", null, function (res) {
            if (res.code === 200){
                year = res.data.year;
                month = res.data.month;
@@ -212,7 +211,7 @@
                        color: '#FFF'
                    }
                },
                data: ['其他', '测试库位', '静置库位', '测试前暂存库为', '测试失败库位']
                data: ['测试库位', '静置库位', '暂存库位', 'NG库位']
            }
        ],
        yAxis: [