From 984374077e5c45df4573ae7d9137f52bb0e0f380 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 27 六月 2024 15:58:19 +0800
Subject: [PATCH] 待检库不满足入库条件改为入库外协
---
代码管理/大屏/src/views/centerRight4.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue"
index dcc4797..55ec29f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue"
@@ -46,12 +46,12 @@
this.GetLocationData();
setInterval(() => {
this.GetLocationData()
- },1000)
+ },5000)
},
GetLocationData(){
var _this=this;
this.data = [];
- axios.post("http://localhost:8099/api/Readplc/Workinfo_information").then((x)=>{
+ axios.post("http://192.168.12.101:8099/api/Readplc/Workinfo_information").then((x)=>{
let GetAGVTaskData = []
x.data.forEach(element => {
let data = [
@@ -68,7 +68,7 @@
oddRowBGC: '#0f1325', //濂囨暟琛�
evenRowBGC: '#171c33', //鍋舵暟琛�
index: true,
- columnWidth: [50,130,100,60,200],
+ columnWidth: [50,130,100,60,270],
align: ['center'],
}
}).catch((x)=>{
--
Gitblit v1.9.3