| | |
| | | vertical 滑动方向是否为纵向 |
| | | display-multiple-items 同时显示的滑块数量 --> |
| | | <swiper class="swiper-body-main" vertical="true" |
| | | display-multiple-items="3" |
| | | display-multiple-items="1" |
| | | 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%;">{{i+1}} / {{swiperList.length}}</view> --> |
| | | <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> --> |
| | | <view style="width: 40%;">名称: {{item.maknx}}</view> |
| | | <view style="width: 30%;">客户: {{item.manu}}</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: 30%;">出库: {{item.count}} / 总数: {{item.total}}</view> |
| | | <view style="width: 40%;">规格: {{item.specs}}</view> |
| | | <view style="width: 30%;">备注: {{item.memo}}</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> |
| | | |
| | | |
| | | </swiper-item> |
| | |
| | | swiperList: [], |
| | | timeOut: false, |
| | | times: 0, |
| | | currDate: '' |
| | | currDate: '', |
| | | |
| | | } |
| | | }, |
| | | onShow() { |
| | |
| | | }, |
| | | 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 |