pang.jiabao
2025-09-24 364b5118f49cba11485438b6ccc0c57a0845b9ec
led显示屏修改
1个文件已修改
17 ■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -256,12 +256,14 @@
                <!-- 主体 -->
                <view class="info-main">
                    <view class="info-box">
                        <view class="swiper-head" style="height: 10%;width: 96%;margin-left: 2%;font-size: 2.5vw;">
                            <view style="width: 15%;">订单号</view>
                        <view class="swiper-head" style="height: 10%;width: 96%;margin-left: 2%;font-size: 2vw;display: flex;">
                            <view style="width: 20%; display: flex; flex-direction: column; align-items: center;">
                                    <view style="line-height: 1.5; white-space: nowrap;">托盘码:{{infoText.barcode}}</view>
                                    <view>订单号</view>
                            </view>
                            <view style="width: 10%;">单行ID</view>
                            <view style="width: 10%;">托盘码</view>
                            <view style="width: 15%;">商品编号</view>
                            <view style="width: 15%;">商品名称</view>
                            <view style="width: 20%;">商品名称</view>
                            <view style="width: 15%;">特殊说明</view>
                            <view style="width: 10%;">作业数量</view>
                            <view style="width: 10%;">剩余数量</view>
@@ -313,14 +315,13 @@
                                    display-multiple-items 同时显示的滑块数量 -->
                                <swiper class="swiper-body-main" vertical="true" 
                                    display-multiple-items="3"
                                    circular="true" :autoplay="true" :interval="3000" :duration="1000" style="font-size: 2.5vw;">
                                    circular="true" :autoplay="true" :interval="3000" :duration="1000" style="font-size: 2vw;">
                                        <swiper-item  class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                            <!-- <view>No:{{i+1}}</view> -->
                                            <view style="width: 15%;">{{item.orderNo}}</view>
                                            <view style="width: 20%;"> {{item.orderNo}}</view>
                                            <view style="width: 10%;"> {{item.memo}}</view>
                                            <view style="width: 10%;">{{infoText.barcode}}</view>
                                            <view style="width: 15%;">{{item.matnr}}</view>
                                            <view style="width: 15%;">{{item.maknx}}</view>
                                            <view style="width: 20%;">{{item.maknx}}</view>
                                            <view style="width: 15%;">{{item.batch}}</view>
                                            <view style="width: 10%;">{{item.count}}</view>
                                            <view style="width: 10%;">{{item.total}}</view>