| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | <view class="flex-col" style="align-items: flex-end;justify-content: flex-end;" > |
| | | <!-- style="justify-content: flex-end;position: absolute;top: 0;right: 1vw;text-align: right;" --> |
| | | <text class="item-title">{{baseInfo.usedPr}}%</text> |
| | | <text class="item-subTitle">同比上月 + 5%</text> |
| | | <!-- <text class="item-subTitle">同比上月 + 5%</text> --> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <!-- 百分比 --> |
| | | <view class="flex-col" style="align-items: flex-end;justify-content: flex-end;" > |
| | | <!-- style="justify-content: flex-end;position: absolute;top: 0;right: 1vw;text-align: right;" --> |
| | | <text class="item-title">31</text> |
| | | <text class="item-subTitle">今日订单数</text> |
| | | <!-- <text class="item-title">31</text> |
| | | <text class="item-subTitle">今日订单数</text> --> |
| | | </view> |
| | | </view> |
| | | </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> |
| | |
| | | <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> |
| | | <!-- <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view> --> |
| | | <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> --> |
| | | <view style="width: 100%; font-size: 88rpx;">DI单号: {{item.orderNo}}</view> |
| | | <view style="width: 100%; font-size: 88rpx;">捆包号码: {{item.matnr}}</view> |
| | | <view style="width: 100%; font-size: 88rpx;">AS400: {{item.brand}}</view> |
| | | <view style="width: 50%; font-size: 88rpx;">物料编码: {{item.matnr}}</view> |
| | | <view style="width: 50%; font-size: 88rpx;">生产日期: {{item.manuDate}}</view> |
| | | <view style="width: 33%; font-size: 88rpx;">批号: {{item.batch}}</view> |
| | | <view style="width: 33%; font-size: 88rpx;">型号: {{item.model}}</view> |
| | | <view style="width: 33%; font-size: 88rpx;">膜类型: {{item.specs}}</view> |
| | | |
| | | <view style="width: 100%; font-size: 88rpx;">机种号: {{item.maknx}}</view> |
| | | <view style="width: 50%; font-size: 88rpx;">台数: {{item.number}}</view> |
| | | <view style="width: 50%; font-size: 88rpx;">净重: {{item.weight}}KG</view> |
| | | <view style="width: 33%; font-size: 88rpx;">长度: {{item.length}}</view> |
| | | <view style="width: 33%; font-size: 88rpx;">宽度: {{item.weight}}</view> |
| | | <view style="width: 33%; font-size: 88rpx;">面积: {{item.volume}}KG</view> |
| | | |
| | | |
| | | </swiper-item> |