#
zjj
2024-05-27 9c1a072c6b8813b069cd9515f709d9bc05faef65
Monitor-APP/pages/home/home.vue
@@ -15,7 +15,7 @@
                  <view class="mian-item-box">
                     <y-box>
                        <view class="box-item">
                           <text class="item-title">自动化立体仓库</text>
                           <text class="item-title">自动仓库WCS监控平台</text>
                           <text class="item-subTitle">Automatic Storageand Retrieval System</text>
                           <text class="item-text" style="text-align: left;">利用立体仓库设备可实现仓库高层合理化、存取自动化、操作简便化;自动化立体仓库是当前技术水平较高的形式。自动化立体仓库的主体由货架、巷道式堆垛起重机、入(出)库工作台和自动运进(出)及操作控制系统组成。货架是钢结构或钢筋混凝土结构的建筑物或结构体,货架内是标准尺寸的货位空间,巷道堆垛起重机穿行于货架之间的巷道中,完成存、取货的工作。管理上采用计算机及条形码技术。</text>
                        </view>
@@ -186,9 +186,7 @@
                        <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/vietnam.jpg" mode="" style="width: 100%;"></image> -->
                                 中扬智能大屏显示系统
                              </view>
                           </y-box>
                        </view>
@@ -233,15 +231,15 @@
                           display-multiple-items="3"
                           circular="true" :autoplay="true" :interval="3000" :duration="2000">
                              <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                 <view style="width: 20%;">{{i+1}}\{{swiperList.length}}</view>
                                 <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view>
                                 <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> -->
                                 <view style="width: 40%;">名称: {{item.maknx}}</view>
                                 <view style="width: 40%;">客户: {{item.manu}}</view>
                                 <view style="width: 30%;">客户: {{item.manu}}</view>
                                 
                                 
                                 <view style="width: 20%;">数量: {{item.count}}</view>
                                 <view style="width: 30%;">出库: {{item.count}} / 总数: {{item.total}}</view>
                                 <view style="width: 40%;">规格: {{item.specs}}</view>
                                 <view style="width: 40%;">备注: {{item.memo}}</view>
                                 <view style="width: 30%;">备注: {{item.memo}}</view>
                                 
                                 
                              </swiper-item>
@@ -282,7 +280,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">
@@ -313,7 +311,7 @@
                     <input type="text" v-model="baseUrl">
                  </view>
               </view>
            </view>
            </scroll-view>
            <!-- button -->
            <view class="eject-button">
               <view class="button-item" @click="ejectClose">取 消</view>
@@ -424,10 +422,10 @@
            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()
            // 测试用
@@ -1060,12 +1058,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;
   }