1
zhang
2025-08-21 c03bca81846581a092d58953d059dbaa04747bb2
Monitor-APP/pages/home/home.vue
@@ -3,7 +3,7 @@
      <uni-transition :duration="duration" :mode-class="homeMode" :show="homeViewShow">
         <view class="home-view">
            <view class="head">
               <text>自动仓库WCS监控平台</text>
               <text>中扬智能大屏显示系统</text>
            </view>
            <!-- 日历 -->
            <view class="time-tools">{{calendar}}</view>
@@ -15,7 +15,7 @@
                  <view class="mian-item-box">
                     <y-box>
                        <view class="box-item">
                           <text class="item-title">自动化立体仓库</text>
                           <text class="item-title">中扬智能大屏显示系统</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>
@@ -217,11 +215,11 @@
                     <view class="text-content">
                        <!-- head -->
                        <view class="swiper-head">
                           <view style="width: 20%;">托盘码:{{infoText.barcode}}</view>
                           <view style="width: 35%;">商品编号</view>
                           <view style="width: 35%;">商品名称</view>
                           <!-- <view style="width: 20%;">规格</view> -->
                           <view style="width: 10%;">数量</view>
                           <view style="width: 30%;">托盘码: {{infoText.barcode}}</view>
                           <view style="width: 20%;">工作号: {{infoText.workNo}}</view>
                           <view style="width: 30%;" v-show="pakoutShow">源库位: {{infoText.sourceLocNo}}</view>
                           <view style="width: 20%;">目标站: {{infoText.staNo}}</view>
                           <!-- <view style="width: 10%;">数量</view> -->
                        </view>
                        <!-- body -->
                        <view class="swiper-body">
@@ -230,14 +228,16 @@
                           vertical 滑动方向是否为纵向 
                           display-multiple-items 同时显示的滑块数量 -->
                           <swiper class="swiper-body-main" vertical="true" 
                           display-multiple-items="8"
                           circular="true" :autoplay="true" :interval="3000" :duration="1000">
                           display-multiple-items="1"
                           circular="true" :autoplay="false" :interval="3000" :duration="2000">
                              <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                 <view style="width: 20%;">No:{{i+1}}</view>
                                 <view style="width: 35%;">{{item.matnr}}</view>
                                 <view style="width: 35%;">{{item.maknx}}</view>
                                 <!-- <view style="width: 20%;">{{item.specs}}</view> -->
                                 <view style="width: 10%;">{{item.count}}</view>
                                 <view style="width: 100%;display: flex;flex-direction: column;
                                 align-items: center;justify-content: space-around;">
                                    <view style="width: 60%;font-size:4vw" v-show="!pakoutShow">库位号: {{infoText.locNo}}</view>
                                    <view style="width: 60%;font-size:4vw" v-show="pakoutShow">产品代号: {{item.matnr}}</view>
                                    <view style="width: 60%;font-size:4vw" v-show="pakoutShow">产品名称: {{item.maknx}}</view>
                                    <view style="width: 60%;font-size:4vw" v-show="pakoutShow">数量: [{{item.count}} / {{item.total}}]</view>
                                 </view>
                              </swiper-item>
                           </swiper>
                        </view>
@@ -276,7 +276,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">
@@ -307,7 +307,7 @@
                     <input type="text" v-model="baseUrl">
                  </view>
               </view>
            </view>
            </scroll-view>
            <!-- button -->
            <view class="eject-button">
               <view class="button-item" @click="ejectClose">取 消</view>
@@ -315,7 +315,7 @@
            </view>
         </view>
      </view>
      <view style="color: #FFF;position: fixed;bottom: 10px;left: 10px;" v-show="timeOut">
      <view style="color: #FFF;position: fixed;bottom: 10px;left: 10px;" v-show="timeOuts">
         连接超时: {{times}} s
      </view>
   </view>
@@ -377,6 +377,8 @@
            infoText: {
               title: '',
               staNo: "",
               locNo: "",
               sourceLocNo: "",
               matnr: "",
               maknx: "",
               specs: "",
@@ -385,9 +387,10 @@
               barcode: ""
            },
            swiperList: [],
            timeOut: false,
            timeOuts: false,
            times: 0,
            currDate: ''
            currDate: '',
            pakoutShow: false
         }
      },
      onShow() {
@@ -452,23 +455,33 @@
               that.infoType = 1
               if (res.data[0].ioType === 101) {
                  that.infoText.title = '全板出库'
                  that.pakoutShow = true
               } else if(res.data[0].ioType === 103) {
                  that.infoText.title = '检料出库'
                  that.infoText.title = '拣料出库'
                  that.pakoutShow = true
               } else if(res.data[0].ioType === 53) {
                  that.infoText.title = '拣料入库'
                  that.pakoutShow = false
               } else if(res.data[0].ioType === 57) {
                  that.infoText.title = '盘点入库'
                  that.pakoutShow = false
               } else if(res.data[0].ioType === 107) {
                  that.infoText.title = '盘点出库'
                  that.pakoutShow = true
               } else if(res.data[0].ioType === 1) {
                  that.infoText.title = '入库'
                  that.pakoutShow = false
               } else if(res.data[0].ioType === 10) {
                  that.infoText.title = '空托入库'
                  that.pakoutShow = false
               } else if(res.data[0].ioType === 110) {
                  that.infoText.title = '空托出库'
               }
               that.infoText.barcode = res.data[0].barcode
               that.infoText.workNo = res.data[0].workNo
               that.infoText.sourceLocNo = res.data[0].sourceLocNo
               that.infoText.staNo = res.data[0].staNo
               that.swiperList = res.data[0].matDtos
               // that.infoText.matnr = res.data[0].matDtos[0].matnr
               // that.infoText.specs = res.data[0].matDtos[0].specs
               // that.infoText.maknx = res.data[0].matDtos[0].maknx
               // that.infoText.count = res.data[0].matDtos[0].count
            } else {
               if (that.infoType == 2 || that.infoType == 3) {
                  return;
@@ -518,18 +531,33 @@
                     that.infoType = 1
                     if (res.data[0].ioType === 101) {
                        that.infoText.title = '全板出库'
                        that.pakoutShow = true
                     } else if(res.data[0].ioType === 103) {
                        that.infoText.title = '检料出库'
                        that.infoText.title = '拣料出库'
                        that.pakoutShow = true
                     } else if(res.data[0].ioType === 53) {
                        that.infoText.title = '拣料入库'
                        that.pakoutShow = false
                     } else if(res.data[0].ioType === 57) {
                        that.infoText.title = '盘点入库'
                        that.pakoutShow = false
                     } else if(res.data[0].ioType === 107) {
                        that.infoText.title = '盘点出库'
                        that.pakoutShow = true
                     } else if(res.data[0].ioType === 1) {
                        that.infoText.title = '入库'
                        that.pakoutShow = false
                     } else if(res.data[0].ioType === 10) {
                        that.infoText.title = '空托入库'
                        that.pakoutShow = false
                     } else if(res.data[0].ioType === 110) {
                        that.infoText.title = '空托出库'
                     }
                     that.infoText.barcode = res.data[0].barcode
                     that.infoText.workNo = res.data[0].workNo
                     that.infoText.sourceLocNo = res.data[0].sourceLocNo
                     that.infoText.locNo = res.data[0].locNo
                     that.infoText.staNo = res.data[0].staNo
                     that.swiperList = res.data[0].matDtos
                     // that.infoText.matnr = res.data[0].matDtos[0].matnr
                     // that.infoText.specs = res.data[0].matDtos[0].specs
@@ -544,7 +572,7 @@
               },
               fail(err) {
                  that.timeOut = true
                  that.times = that.times+3
                  that.times = that.times+1
                  that.infoType = 0
               }
            })
@@ -797,6 +825,7 @@
                  ledId: that.baseLedId,
               },
               success(result) {
                  console.log(result);
                  var res = result.data
                  if (res.code === 200) {
                     that.baseInfo.xDistance = res.data.xDistance
@@ -1048,12 +1077,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;
   }