pang.jiabao
2025-12-20 bf777aba6b49c3cbfabb88673067bcd27f00a86f
led调试
1个文件已修改
26 ■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -123,7 +123,7 @@
                    <view class="mian-item">
                        <view class="mian-item-box">
                            <view style="width: 100%;height: 100%;">
                                <view style="height: 35%;">
                                <view style="height: 48%;">
                                    <!-- 折线图 -->
                                    <y-box>
                                        <view class="box-item">
@@ -158,7 +158,7 @@
                                <view style="height: 2%;"></view>
                                <view style="height: 43%;">
                                <view style="height: 50%;">
                                    <y-box>
                                        <view class="box-item">
                                            <view class="flex-row" style="width: 100%;">
@@ -217,13 +217,13 @@
                                    </y-box>
                                </view>
                                <view style="height: 2%;"></view>
                                <!-- <view style="height: 2%;"></view>
                                <view style="height: 18%"  class="flex-row">
                                        <image style="height: 100%;"
                                            src="../../static/barcode.png" mode="aspectFit"></image>
                                        <image style="height: 100%;"
                                            src="../../static/zy_logo.png" mode="aspectFit"></image>
                                </view>
                                </view> -->
                            </view>
                        </view>
                    </view>
@@ -249,10 +249,10 @@
                                    <view style="line-height: 1.5; white-space: nowrap;">任务号:{{infoText.workNo}}</view>
                                    <view>订单号</view>
                            </view>
                            <view style="width: 15%;">商品编号</view>
                            <view style="width: 15%;">商品名称</view>
                            <view style="width: 10%;">托盘码</view>
                            <view style="width: 15%;">批号</view>
                            <view style="width: 20%;">物料编号</view>
                            <view style="width: 25%;">物料名称</view>
                            <view style="width: 10%;">料箱码</view>
                            <!-- <view style="width: 15%;">批号</view> -->
                            <view style="width: 10%;">数量</view>
                            <view style="width: 10%;">目标库位</view>
                            <view style="width: 10%;">源库位</view>
@@ -308,10 +308,10 @@
                                        <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: 15%;word-break: break-all;">{{item.matnr}}</view>
                                            <view style="width: 15%;word-break: break-all;">{{item.maknx}}</view>
                                            <view style="width: 20%;word-break: break-all;">{{item.matnr}}</view>
                                            <view style="width: 25%;word-break: break-all;">{{item.maknx}}</view>
                                            <view style="width: 10%;">{{infoText.barcode}}</view>
                                            <view style="width: 15%;word-break: break-all;">{{item.batch}}</view>
                                            <!-- <view style="width: 15%;word-break: break-all;">{{item.batch}}</view> -->
                                            <view style="width: 10%;">{{item.anfme}}</view>
                                            <view style="width: 10%;">{{infoText.locNo}}</view>
                                            <view style="width: 10%;">{{infoText.sourceLocNo}}</view>
@@ -449,9 +449,9 @@
                baseLedId: '',
                baseCrnId: '',
                baseUrl: '',
                apiIp: '192.168.5.101',
                apiIp: '127.0.0.1',
                apiPort: '9090',
                apiUrl: 'jsjwcs',
                apiUrl: 'djwcs',
                ledInfosApi: '/console/getLedInfos',
                info: null,
                error: null,