#
Junjie
5 天以前 8314972d343283fa7c15b41dac8e311b8b329086
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>中扬智能大屏显示系统</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>
@@ -136,7 +136,7 @@
                        <view style="height: 2%;"></view>
                        
                        
                        <view style="height: 43%;">
                        <view style="height: 61%;">
                           <y-box>
                              <view class="box-item">
                                 <view class="flex-row" style="width: 100%;">
@@ -182,13 +182,7 @@
                              
                           </y-box>
                        </view>
                        <view style="height: 2%;"></view>
                        <view style="height: 18%;display: flex;justify-content: space-around;align-items: center;">
                           <view style="height: 50%;">
                              <image style="height: 100%;" src="../../static/logo-bai.png" mode="aspectFit"></image>
                           </view>
                        </view>
                        <view style="height: 2%;"></view>
                     </view>
                  </view>
               </view>
@@ -227,19 +221,24 @@
                           vertical 滑动方向是否为纵向 
                           display-multiple-items 同时显示的滑块数量 -->   
                           <swiper class="swiper-body-main" vertical="true" 
                           display-multiple-items="2"
                           circular="true" :autoplay="true" :interval="5000" :duration="2000">
                           display-multiple-items="1"
                           circular="true" :autoplay="true" :interval="10000" :duration="3000">
                              <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                 <view style="width: 100%;">{{i+1}} / {{swiperList.length}}</view>
                                 <view style="width: 50%;">单号: {{item.orderNo}}</view>
                                 <view style="width: 50%;">库存状态: {{item.cstateid}}</view>
                                 <view style="width: 50%;">商品编号: {{item.matnr}}</view>
                                 <view style="width: 50%;">商品名称: {{item.maktx}}</view>
                                 <view style="width: 50%;">规格: {{item.specs}}</view>
                                 <view style="width: 50%;">工序: {{item.sku}}</view>
                                 <view style="width: 100%;">数量: {{item.count}}/{{item.total}}</view>
                                 <view style="width: 50%;">U8旧品名: {{item.sku}}</view>
                                 <view style="width: 100%;">型号: {{item.model}}</view>
                                 <view style="width: 100%;color: red;font-size: 3.1vw;">客户名称: {{item.supp}}</view>
                                 <view style="width: 100%;color: red;font-size: 3.1vw;">开票客户: {{item.kpCstmrName}}</view>
                                 <!-- <view style="width: 25%;">主数量: {{item.count}}</view> -->
                                 <view style="width: 25%;color: red;font-size: 3.1vw;">辅数量: {{item.allWeight}}</view>
                                 <view style="width: 25%;">库存: {{item.allStock}}</view>
                                 <view style="width: 25%;">剩余: {{item.lessStock}}</view>
                                 <!-- <view style="width: 25%;">辅库存: {{item.totalWeight}}</view> -->
                              </swiper-item>
                           </swiper>
                        </view>
@@ -457,7 +456,7 @@
               if (res.data[0].ioType === 101) {
                  that.infoText.title = '全板出库'
               } else if(res.data[0].ioType === 103) {
                  that.infoText.title = '检料出库'
                  that.infoText.title = '拣料出库'
               } else if(res.data[0].ioType === 107) {
                  that.infoText.title = '盘点出库'
               } else if(res.data[0].ioType === 1) {
@@ -540,7 +539,7 @@
                     if (res.data[0].ioType === 101) {
                        that.infoText.title = '全板出库'
                     } else if(res.data[0].ioType === 103) {
                        that.infoText.title = '检料出库'
                        that.infoText.title = '拣料出库'
                     } else if(res.data[0].ioType === 107) {
                        that.infoText.title = '盘点出库'
                     } else if(res.data[0].ioType === 1) {
@@ -554,7 +553,24 @@
                     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
                     let matDtos = res.data[0].matDtos;
                     let allWeight = 0;
                     let allStock = 0;
                     matDtos.forEach((item) => {
                        allWeight += item.weight;
                        allStock += item.totalWeight;
                     })
                     let lessStock = allStock - allWeight;
                     let matDto = matDtos[0];
                     matDto.allWeight = allWeight;
                     matDto.allStock = allStock;
                     matDto.lessStock = lessStock;
                     that.swiperList = [matDto]
                     // 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