#
whycq
2023-11-06 321d832e90265b74992a60728c11ef8ec81f61c9
Monitor-APP/pages/home/home.vue
@@ -215,11 +215,11 @@
                     <view class="text-content">
                        <!-- head -->
                        <view class="swiper-head">
                           <view style="width: 20%;">目标站:{{infoText.staNo}}</view>
                           <view style="width: 30%;">商品编号</view>
                           <view style="width: 20%;">商品名称</view>
                           <view style="width: 20%;">规格</view>
                           <view style="width: 10%;">数量</view>
                           <view style="width: 25%;">目标站:{{infoText.staNo}}</view>
                           <view style="width: 25%;">商品编号</view>
                           <view style="width: 25%;">商品名称</view>
                           <!-- <view style="width: 20%;">规格</view> -->
                           <view style="width: 25%;">数量</view>
                        </view>
                        <!-- body -->
                        <view class="swiper-body">
@@ -231,11 +231,11 @@
                           display-multiple-items="8"
                           circular="true" :autoplay="true" :interval="3000" :duration="1000">
                              <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                 <view style="width: 20%;">No:{{i+1}}</view>
                                 <view style="width: 30%;">{{item.matNo}}</view>
                                 <view style="width: 20%;">{{item.maknx}}</view>
                                 <view style="width: 20%;">{{item.specs}}</view>
                                 <view style="width: 10%;">{{item.count}}</view>
                                 <view style="width: 25%;">No:{{i+1}}</view>
                                 <view style="width: 25%;">{{item.matNo}}</view>
                                 <view style="width: 25%;">{{item.maknx}}</view>
                                 <!-- <view style="width: 20%;">{{item.specs}}</view> -->
                                 <view style="width: 25%;">{{item.count}}</view>
                              </swiper-item>
                           </swiper>
                        </view>
@@ -244,6 +244,10 @@
               </view>
            </view>
         </view>
         <!-- <view class="btn"> -->
            <!-- <button >拣料回库</button> -->
            <!-- <button  size="mini" type="primary" @click="">拣料回库</button> -->
         <!-- </view> -->
      </uni-transition>
      <!-- 异常信息 -->
      <uni-transition :duration="duration" :mode-class="errorInfoMode" :show="errorInfoViewShow">
@@ -325,6 +329,7 @@
   export default {
      data() {
         return {
            commonUrl: '',
            series: [],
            homeViewShow: true,
            infoViewShow: false   ,
@@ -414,22 +419,50 @@
         that.baseLedId = BaseLedId
         that.basePort = BasePort
         that.baseCrnId = BaseCrnId
         // this.getUrl()
         this.getDate2()
         setTimeout(()=>{
            // this.getServerData()
            // this.initlineChart()
            // this.initPieChart()
            // this.getOther()
            setTimeout(()=>{
               this.getServerData()
               this.initlineChart()
               this.initPieChart()
               this.getOther()
               setTimeout(()=>{
                  this.getServerData()
                  this.initlineChart()
                  this.initPieChart()
                  this.getOther()
               },3000)
            },1000)
         },1000)
      },
      onLoad() {
         setInterval(()=>{
            this.getServerData()
            this.initlineChart()
            this.initPieChart()
            this.getOther()
            this.getDate2()
            // this.getInfo()
            // this.getError()
            this.getInfo2()
            this.getError2()
            this.getUrl()
            this.getInfo()
            this.getError()
            // this.getInfo2()
            // this.getError2()
            this.controller()
         },1000)
         setInterval(()=>{
            this.getDate2()
            this.getUrl()
            this.getInfo()
            this.getError()
            // this.getInfo2()
            // this.getError2()
            this.controller()
         },600000)
      },
      methods: {
         timeOuts() {
@@ -518,6 +551,7 @@
         infoModel(res) {
            let that = this
            if (res.data && res.data !== "") {
               that.infoText.title = res.data[0].title
               if (that.infoType == 2 || that.infoType == 3) {
                  return;
               }
@@ -726,11 +760,14 @@
               success(result) {
                  var res = result.data
                  if (res.code === 200) {
                     that.chartsData.Line.categories = [
                        that.getDateFormat(-11),that.getDateFormat(-10),that.getDateFormat(-9),that.getDateFormat(-8),
                        that.getDateFormat(-7),that.getDateFormat(-6),that.getDateFormat(-5),that.getDateFormat(-4),
                        that.getDateFormat(-3),that.getDateFormat(-2),that.getDateFormat(-1),that.getDateFormat(0),]
                     that.chartsData.Line.series = res.data.rows
                     setTimeout(()=> {
                        that.chartsData.Line.categories = [
                           that.getDateFormat(-11),that.getDateFormat(-10),that.getDateFormat(-9),that.getDateFormat(-8),
                           that.getDateFormat(-7),that.getDateFormat(-6),that.getDateFormat(-5),that.getDateFormat(-4),
                           that.getDateFormat(-3),that.getDateFormat(-2),that.getDateFormat(-1),that.getDateFormat(0),]
                        that.chartsData.Line.series = res.data.rows
                     },1000)
                  }
               }
            })
@@ -765,7 +802,7 @@
            uni.request({
               url: that.commonUrl + "/monitor/other",
               data: {
                  crnId: that.baseCrnId,
                  crnId: that.baseCrnId,
                  ledId: that.baseLedId,
               },
               success(result) {
@@ -792,6 +829,15 @@
   /* @import url("../../static/css/common.css"); */
   @import url("home.css");
   /* 列 */
   .btn {
      position: fixed;
      width: 100%;
      height: 10vh;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
   }
   .flex-col {
      display: flex;
      flex-direction: column;