| | |
| | | circular="true" :autoplay="true" :interval="5000" :duration="2000"> |
| | | <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> |
| | | <view style="width: 100%;">{{i+1}} / {{swiperList.length}}</view> |
| | | <view style="width: 100%;">单号: {{item.orderNo}}</view> |
| | | <view style="width: 50%;">商品编号: {{item.matnr}}</view> |
| | | <view style="width: 50%;">商品名称: {{item.maktx}}</view> |
| | | <view style="width: 100%;">规格: {{item.specs}}</view> |
| | | <view style="width: 100%;">U8旧品名: {{item.sku}}</view> |
| | | <view style="width: 50%;">规格: {{item.specs}}</view> |
| | | <view style="width: 50%;">U8旧品名: {{item.sku}}</view> |
| | | <view style="width: 100%;">型号: {{item.model}}</view> |
| | | <view style="width: 100%;color: red;font-weight: bolder;">客户名称: {{item.supp}}</view> |
| | | <view style="width: 50%;">主数量: {{item.count}}</view> |
| | | <view style="width: 50%;color: red;font-weight: bolder;">辅数量: {{item.weight}}</view> |
| | | <view style="width: 50%;">库存: {{item.total}}</view> |
| | | <view style="width: 50%;color: red;font-weight: bolder;">客户名称: {{item.supp}}</view> |
| | | <view style="width: 50%;color: red;font-weight: bolder;">开票客户: {{item.kpCstmrName}}</view> |
| | | <view style="width: 25%;">主数量: {{item.count}}</view> |
| | | <view style="width: 25%;color: red;font-weight: bolder;">辅数量: {{item.weight}}</view> |
| | | <view style="width: 25%;">库存: {{item.total}}</view> |
| | | <view style="width: 25%;">辅库存: {{item.totalWeight}}</view> |
| | | </swiper-item> |
| | | </swiper> |
| | | </view> |