| | |
| | | <!-- head --> |
| | | <view class="swiper-head"> |
| | | <view style="width: 20%;">托盘码:{{infoText.barcode}}</view> |
| | | <view style="width: 30%;">商品编号</view> |
| | | <view style="width: 20%;">商品名称</view> |
| | | <view style="width: 35%;">商品编号</view> |
| | | <view style="width: 35%;">商品名称</view> |
| | | <!-- <view style="width: 20%;">规格</view> --> |
| | | <view style="width: 10%;">数量</view> |
| | | </view> |
| | |
| | | circular="true" :autoplay="true" :interval="3000" :duration="1000"> |
| | | <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> |
| | | <view style="width: 20%;">No:{{i+1}}</view> |
| | | <view style="width: 30%;">{{item.matnr}}</view> |
| | | <view style="width: 20%;">{{item.maknx}}</view> |
| | | <view style="width: 35%;">{{item.matnr}}</view> |
| | | <view style="width: 35%;">{{item.maknx}}</view> |
| | | <!-- <view style="width: 20%;">{{item.specs}}</view> --> |
| | | <view style="width: 10%;">{{item.count}}</view> |
| | | </swiper-item> |