#
zjj
2024-05-28 1d9c0c73edead414607604eeacd5d622d3c133ed
#
1个文件已修改
10 ■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -233,13 +233,13 @@
                                        <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%;">料号: {{item.matnr}}</view> -->
                                            <view style="width: 40%;">名称: {{item.maknx}}</view>
                                            <view style="width: 30%;">客户: {{item.manu}}</view>
                                            <view style="width: 40%;">DI单号: {{item.orderNo}}</view>
                                            <view style="width: 30%;">捆包号码: {{item.matnr}}</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: 30%;">机种号: {{item.maknx}}</view>
                                            <view style="width: 40%;">台数: {{item.number}}</view>
                                            <view style="width: 30%;">净重: {{item.weight}}</view>
                                            
                                            
                                        </swiper-item>