#
Junjie
4 天以前 a2b5e7a2d134be290cc89972eee60b0404f4bd3a
Monitor-APP/pages/home/home.vue
@@ -225,15 +225,18 @@
                           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: 50%;">规格: {{item.specs}}</view>
                                 <view style="width: 50%;">工序: {{item.sku}}</view>
                                 <view style="width: 100%;">数量: {{item.count}}/{{item.total}}</view>
                                 <view style="width: 50%;">U8旧品名: {{item.sku}}</view>
                                 <view style="width: 100%;">型号: {{item.model}}</view>
                                 <view style="width: 100%;color: red;font-size: 3.1vw;">客户名称: {{item.supp}}</view>
                                 <view style="width: 100%;color: red;font-size: 3.1vw;">开票客户: {{item.kpCstmrName}}</view>
                                 <view style="width: 25%;">主数量: {{item.count}}</view>
                                 <view style="width: 25%;color: red;font-size: 3.1vw;">辅数量: {{item.weight}}</view>
                                 <view style="width: 25%;">库存: {{item.total}}</view>
                                 <view style="width: 25%;">辅库存: {{item.totalWeight}}</view>
                              </swiper-item>
                           </swiper>
                        </view>