From bf777aba6b49c3cbfabb88673067bcd27f00a86f Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期六, 20 十二月 2025 09:16:30 +0800
Subject: [PATCH] led调试
---
Monitor-APP/pages/home/home.vue | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index c3b9de7..7638e8f 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/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,
--
Gitblit v1.9.1