| | |
| | | <!-- 文本容器 --> |
| | | <view class="text-content"> |
| | | <!-- head --> |
| | | <!-- <view class="swiper-head"> |
| | | <view style="flex: 1;">作业数量:{{infoText.barcode}}</view> |
| | | <view style="flex: 1;">剩余数量</view> |
| | | </view> --> |
| | | <view class="swiper-head"> |
| | | <view style="flex: 2;">任务号:{{infoText.workNo}}</view> |
| | | <view style="flex: 2;">托盘码:{{infoText.barcode}}</view> |
| | | <view style="flex: 2;">库位:{{infoText.locNo}}</view> |
| | | </view> |
| | | <view class="swiper-head" v-show="swiperList.length > 0"> |
| | | <view style="flex: 2;">任务号</view> |
| | | <view style="flex: 3;">商品编号</view> |
| | | <view style="flex: 2;">商品名称</view> |
| | | <view style="flex: 2;">规格</view> |
| | | <view style="flex: 2;">工序</view> |
| | | <view style="flex: 2;">数量</view> |
| | | <view style="flex: 2;">序号</view> |
| | | <view style="flex: 3;">商品编号</view> |
| | | <!-- <view style="flex: 2;">商品名称</view> --> |
| | | <!-- <view style="flex: 2;">规格</view> --> |
| | | <view style="flex: 3;">批号</view> |
| | | <view style="flex: 2;">数量</view> |
| | | |
| | | </view> |
| | | <!-- body --> |
| | |
| | | circular 是否采用衔接滑动,即播放到末尾后重新回到开头 |
| | | vertical 滑动方向是否为纵向 |
| | | display-multiple-items 同时显示的滑块数量 --> |
| | | <swiper class="swiper-body-main" vertical="true" display-multiple-items="15" |
| | | <swiper class="swiper-body-main" vertical="true" display-multiple-items="5" |
| | | circular="true" :autoplay="true" :interval="3000" :duration="1000"> |
| | | <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i" |
| | | :style="item.color"> |
| | | <view style="flex: 2;">{{infoText.workNo}}</view> |
| | | <view style="flex: 2;">{{i+1}}</view> |
| | | <view style="flex: 3;">{{item.matnr}}</view> |
| | | <view style="flex: 2;">{{item.maknx}}</view> |
| | | <view style="flex: 2;">{{item.specs}}</view> |
| | | <view style="flex: 2;">{{item.sku}}</view> |
| | | <view style="flex: 2;">{{item.count}}/{{item.total}}</view> |
| | | <!-- <view style="flex: 2;">{{item.maknx}}</view> --> |
| | | <!-- <view style="flex: 2;">{{item.specs}}</view> --> |
| | | <view style="flex: 2;">{{item.batch}}</view> |
| | | <view style="flex: 2;">{{item.count}}</view> |
| | | </swiper-item> |
| | | </swiper> |
| | | </view> |
| | |
| | | error: "", |
| | | barcode: "", |
| | | orderNo: '', |
| | | locNo: '', |
| | | batch: '', |
| | | doneOfTray: '', |
| | | totalOfTray: '', |
| | |
| | | |
| | | that.infoText.staNo = res.data[0].staNo |
| | | that.infoText.workNo = res.data[0].workNo |
| | | that.infoText.locNo = res.data[0].locNo |
| | | that.infoText.barcode = res.data[0].barcode |
| | | that.swiperList = res.data[0].matDtos |
| | | // that.infoText.matnr = res.data[0].matDtos[0].matnr |
| | | // that.infoText.specs = res.data[0].matDtos[0].specs |