| | |
| | | <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> |
| | |
| | | <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> |
| | | <text class="item-text" style="text-align: left;">该系统主要用于车间内原材料、半成品、成品的自动化存储、出入库及配送管理。该系统配置了2816个标准料盒仓位。依托先进的堆垛机械、输送滚筒及RFID技术,与WCS及WMS软件系统深度融合,实现储运作业的高效协同与精确管理。创新采用的双层库位设计与双工位双伸位货叉技术,实现了物料的并行处理,兼顾库容同时提升物料处理效率,此外,系统还配备了自主研制AGV自动接驳系统,实现物料在料库和生产工位的往复自动流转,极大提升了物料的转运效率和生产线的连续运行能力。</text> |
| | | </view> |
| | | <view class="box-item"> |
| | | <text class="item-title">仓库数据</text> |
| | |
| | | <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> |
| | |
| | | vertical 滑动方向是否为纵向 |
| | | display-multiple-items 同时显示的滑块数量 --> |
| | | <swiper class="swiper-body-main" vertical="true" |
| | | display-multiple-items="3" |
| | | display-multiple-items="6" |
| | | circular="true" :autoplay="true" :interval="3000" :duration="2000"> |
| | | <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.count}} / 总数: {{item.total}}</view> |
| | | <view style="width: 40%;">规格: {{item.specs}}</view> |
| | | <view style="width: 30%;">备注: {{item.memo}}</view> |
| | | |
| | | |
| | | <!-- 11 --> |
| | | </swiper-item> |
| | | </swiper> |
| | | </view> |
| | |
| | | </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> |
| | |
| | | barcode: "" |
| | | }, |
| | | swiperList: [], |
| | | timeOut: false, |
| | | timeOuts: false, |
| | | times: 0, |
| | | currDate: '' |
| | | } |
| | |
| | | method:"GET", |
| | | data: {ledId:that.baseLedId}, |
| | | success(result) { |
| | | that.timeOut = false |
| | | that.timeOuts = false |
| | | that.times = 0 |
| | | var res = result.data |
| | | if (res.data && res.data !== "") { |
| | |
| | | } |
| | | }, |
| | | fail(err) { |
| | | that.timeOut = true |
| | | that.timeOuts = true |
| | | that.times = that.times+3 |
| | | that.infoType = 0 |
| | | } |
| | |
| | | data: {ledId:that.baseLedId}, |
| | | method:"GET", |
| | | success(result) { |
| | | that.timeOut = false |
| | | that.timeOuts = false |
| | | that.times = 0 |
| | | var res = result.data |
| | | if (res.data && res.data !== "") { |
| | |
| | | } |
| | | }, |
| | | fail(err) { |
| | | that.timeOut = true |
| | | that.timeOuts = true |
| | | that.infoType = 0 |
| | | } |
| | | }) |