| | |
| | | <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> |
| | | </view> |
| | |
| | | <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%;"> |
| | |
| | | |
| | | </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;"> |
| | | <!-- 嘉善边锋机械股份有限公司 --> |
| | | 自动仓库WCS监控平台 |
| | | <!-- <image src="../../static/vietnam.jpg" mode="" style="width: 100%;"></image> --> |
| | | </view> |
| | | </y-box> |
| | | </view> |
| | | <view style="height: 2%;"></view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <!-- 文本容器 --> |
| | | <view class="text-content"> |
| | | <!-- head --> |
| | | <view class="swiper-head"> |
| | | <view style="width: 30%;">托盘码: {{infoText.barcode}}</view> |
| | | <view class="swiper-head"> |
| | | <view style="width: 20%;">工作号: {{infoText.workNo}}</view> |
| | | <view style="width: 30%;">源库位: {{infoText.sourceLocNo}}</view> |
| | | <view style="width: 20%;">目标站: {{infoText.staNo}}</view> |
| | | <view style="width: 30%;">托盘码: {{infoText.barcode}}</view> |
| | | <!-- <view style="width: 10%;">数量</view> --> |
| | | </view> |
| | | <!-- body --> |
| | |
| | | <!-- swiper 一些说明 |
| | | circular 是否采用衔接滑动,即播放到末尾后重新回到开头 |
| | | vertical 滑动方向是否为纵向 |
| | | display-multiple-items 同时显示的滑块数量 --> |
| | | display-multiple-items 同时显示的滑块数量 --> |
| | | <swiper class="swiper-body-main" vertical="true" |
| | | display-multiple-items="3" |
| | | circular="true" :autoplay="true" :interval="3000" :duration="2000"> |
| | | display-multiple-items="2" |
| | | circular="true" :autoplay="true" :interval="5000" :duration="2000"> |
| | | <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> |
| | | <view style="width: 20%;">{{i+1}}\5</view> |
| | | <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> --> |
| | | <view style="width: 40%;">名称: {{item.maknx}}</view> |
| | | <view style="width: 40%;">客户: {{item.info}}</view> |
| | | <view style="width: 100%;">{{i+1}} / {{swiperList.length}}</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: 20%;">数量: {{item.count}}</view> |
| | | <view style="width: 40%;">规格: {{item.specs}}</view> |
| | | <view style="width: 40%;">备注: {{item.bz}}</view> |
| | | |
| | | |
| | | </swiper-item> |
| | |
| | | <!-- 弹出title --> |
| | | <view class="eject-title">修改 / 配置</view> |
| | | <!-- input --> |
| | | <view class="eject-input"> |
| | | <scroll-view scroll-y class="eject-input"> |
| | | <view class="item"> |
| | | <view class="desc">ip:</view> |
| | | <view class="input"> |
| | |
| | | <input type="text" v-model="baseUrl"> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </scroll-view> |
| | | <!-- button --> |
| | | <view class="eject-button"> |
| | | <view class="button-item" @click="ejectClose">取 消</view> |
| | |
| | | homeMode: [], |
| | | infoMode: [], |
| | | errorInfoMode: [], |
| | | useInfo: '', |
| | | baseInfo: { |
| | | xDistance: 1, |
| | | yDistance: 2, |
| | |
| | | this.initlineChart() |
| | | this.initPieChart() |
| | | this.getOther() |
| | | this.getUserInfo() |
| | | // this.getDate() |
| | | this.getDate2() |
| | | this.getInfo() |
| | |
| | | that.infoType = 0 |
| | | } |
| | | }, |
| | | getUserInfo() { |
| | | let that = this |
| | | uni.request({ |
| | | url: that.commonUrl + "/monitor/led", |
| | | method:"GET", |
| | | data: {ledId:that.baseLedId}, |
| | | success(res) { |
| | | res = res.data |
| | | if (res.data && res.data != '') { |
| | | that.useInfo = res.data |
| | | } |
| | | } |
| | | }) |
| | | }, |
| | | getInfo() { |
| | | let that = this |
| | | uni.request({ |
| | |
| | | }, |
| | | fail(err) { |
| | | that.timeOut = true |
| | | that.times = that.times+3 |
| | | that.times = that.times+1 |
| | | that.infoType = 0 |
| | | } |
| | | }) |
| | |
| | | ledId: that.baseLedId, |
| | | }, |
| | | success(result) { |
| | | console.log(result); |
| | | var res = result.data |
| | | if (res.code === 200) { |
| | | that.baseInfo.xDistance = res.data.xDistance |
| | |
| | | text-align: center; |
| | | } |
| | | .eject-input { |
| | | |
| | | margin-top: 2vh; |
| | | height: 25vh; |
| | | /* background-color: #00163E; */ |
| | | ::-webkit-scrollbar{display:none} |
| | | } |
| | | .item { |
| | | display: flex; |
| | | align-items: center; |
| | | margin: 2vh 0 0 0; |
| | | margin: 1vh 0 0 0; |
| | | font-size: 1.5vw; |
| | | color: #363636; |
| | | } |