#
whycq
2024-08-14 3cdd4897c9d9daf4d4588e0e9c177f62547bbd0a
Monitor-APP/pages/home/home.vue
@@ -234,10 +234,10 @@
                                 <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view>
                                 <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> -->
                                 <view style="width: 40%;">编码: {{item.matnr}}</view>
                                 <view style="width: 30%;">名称: {{item.matnr}}</view>
                                 <view style="width: 30%;">名称: {{item.maknx}}</view>
                                 
                                 
                                 <view style="width: 30%;">数量: {{item.anfme}}</view>
                                 <view style="width: 30%;">数量: {{item.count}}</view>
                                 <view style="width: 40%;">图号: {{item.model}}</view>
                                 <view style="width: 30%;">规格: {{item.specs ? item.specs : '--'}}</view>
                                 
@@ -422,15 +422,21 @@
            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()
            // 测试用
            
         },1000)
         setTimeout(()=> {
            uni.reLaunch({
                url: '/pages/home/home' // 这里填写你想要重启后展示的页面路径
             });
         },1000*60*60)
      },
      methods: {
         timeOut() {