12
ZY
2025-03-28 97cec1ca4764354df78c3236cf21ee5418b62dbd
Monitor-APP/pages/home/home.vue
@@ -253,6 +253,7 @@
                        <view>商品编码:{{item.matnr}}</view>
                        <view>商品名称:{{item.maknx}}</view>
                        <view>规格:{{item.specs}}</view>
                        <view>图号:{{item.model}}</view>
                        <view>数量:{{item.count}} / {{item.total ? item.total : '--'}}</view>
@@ -485,10 +486,10 @@
         setInterval(() => {
            this.getDate2()
            this.getUrl()
            // this.getInfo()
            // this.getError()
            this.getInfo2()
            this.getError2()
            this.getInfo()
            this.getError()
            // this.getInfo2()
            // this.getError2()
            this.controller()
         }, 1000)
@@ -497,7 +498,7 @@
            this.initlineChart()
            this.initPieChart()
            this.getOther()
         }, 3600000)
         }, 1800000)
      },
      methods: {
         timeOuts() {