#
whycq
2022-12-19 5ac9bec38919c1615fc277e8d2115bf87b9cc1d4
Monitor-APP/pages/home/home.vue
@@ -187,8 +187,8 @@
                           <y-box>
                              <view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;letter-spacing: 1vh;">
                                 <!-- 嘉善边锋机械股份有限公司 -->
                                 自动仓库WCS监控平台
                                 <!-- <image src="../../static/ruiyun.jpg" mode="" style="width: 100%;"></image> -->
                                 <!-- 自动仓库WCS监控平台 -->
                                 <image src="../../static/ruiyun.jpg" mode="" style="width: 100%;"></image>
                              </view>
                           </y-box>
                        </view>
@@ -217,7 +217,7 @@
                        <view class="flex-col info-box-text-item">目标站:{{infoText.staNo}}</view>
                        <view class="flex-col info-box-text-item">商品编号:{{infoText.matnr}}</view>
                        <view class="flex-col info-box-text-item">商品名称:{{infoText.maknx}}</view>
                        <view class="flex-col info-box-text-item">商品规格:{{infoText.specs}}</view>
                        <view class="flex-col info-box-text-item">批号:{{infoText.specs}}</view>
                        <view class="flex-col info-box-text-item">数量:{{infoText.count}}</view>
                     </view>
                  </y-box>
@@ -425,7 +425,7 @@
               }
               that.infoText.staNo = res.data[0].staNo
               that.infoText.matnr = res.data[0].matDtos[0].matnr
               that.infoText.specs = res.data[0].matDtos[0].specs
               that.infoText.batch = res.data[0].matDtos[0].batch
               that.infoText.maknx = res.data[0].matDtos[0].maknx
               that.infoText.count = res.data[0].matDtos[0].count
            } else {
@@ -477,7 +477,8 @@
                        that.infoText.title = '检料出库'
                     }
                     that.infoText.staNo = res.data[0].staNo
                     that.infoText.specs = res.data[0].matDtos[0].specs
                     that.infoText.matnr = res.data[0].matDtos[0].matnr
                     that.infoText.batch = res.data[0].matDtos[0].batch
                     that.infoText.maknx = res.data[0].matDtos[0].maknx
                     that.infoText.count = res.data[0].matDtos[0].count
                  } else {