| | |
| | | <swiper-item class="swiper-item" v-for="(item,i) in locList" :key="i"> |
| | | <!-- <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view> --> |
| | | <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> --> |
| | | <view style="width: 50%; font-size: 3vw;">型号: {{item.model}}</view> |
| | | <view style="width: 50%; font-size: 3vw;">卷数: {{item.modelCount}}</view> |
| | | <view style="width: 70%; font-size: 2vw;">料号: {{item.matnr}}</view> |
| | | <view style="width: 30%; font-size: 2vw;">数量: {{item.matnrCount}}</view> |
| | | |
| | | |
| | | |
| | |
| | | </y-box> |
| | | </view> |
| | | <view style="height: 2%;"></view> |
| | | <view style="height: 18%;"> |
| | | <y-box> |
| | | <view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;letter-spacing: 1vh;"> |
| | | 智能大屏显示系统 |
| | | </view> |
| | | </y-box> |
| | | <view style="height: 18%;display: flex;justify-content: space-around;align-items: center;"> |
| | | <view style="font-size: 4vh"> |
| | | 自动仓库WCS监控平台 |
| | | </view> |
| | | <view style="height: 50%;"> |
| | | <image style="height: 100%;" src="../../static/img/logo-bai.png" mode="aspectFit"></image> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <!-- <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view> --> |
| | | <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> --> |
| | | <view style="width: 50%; font-size: 3vw;">物料编码: {{item.matnr}}</view> |
| | | <view style="width: 50%; font-size: 3vw;">批号: {{item.batch}}</view> |
| | | <view style="width: 33%; font-size: 3vw;">生产日期: {{item.manuDate}}</view> |
| | | <view style="width: 50%; font-size: 3vw;">批号: {{item.batch}}</view> |
| | | <view style="width: 100%; font-size: 3vw;">规格: {{item.specs}}</view> |
| | | <view style="width: 50%; font-size: 3vw;">数量: {{item.anfme}}</view> |
| | | <view style="width: 50%; font-size: 3vw;">单位: {{item.sku}}</view> |
| | | |
| | | <view style="width: 33%; font-size: 3vw;">型号: {{item.model}}</view> |
| | | <view style="width: 33%; font-size: 3vw;">膜类型: {{item.specs}}</view> |
| | | |
| | | <view style="width: 33%; font-size: 3vw;">长度: {{item.length}}</view> |
| | | <view style="width: 33%; font-size: 3vw;">宽度: {{item.weight}}</view> |
| | | <view style="width: 33%; font-size: 3vw;">面积: {{item.volume}}</view> |
| | | |
| | | |
| | | </swiper-item> |
| | |
| | | // 测试用 |
| | | |
| | | },1000) |
| | | |
| | | setInterval(()=> { |
| | | setTimeout(()=>{ |
| | | plus.runtime.restart(); |
| | | },100) |
| | | |
| | | },1000*60*60*4) |
| | | }, |
| | | methods: { |
| | | statisticalModel() { |