From 234e0265fbed611b20f0903bb69fbf0bd5417c1c Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 10 十一月 2025 15:51:22 +0800
Subject: [PATCH] 最新
---
项目代码/DP/src/components/echart/centerLeft/centerLeft1Chart/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/DP/src/components/echart/centerLeft/centerLeft1Chart/index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/DP/src/components/echart/centerLeft/centerLeft1Chart/index.vue"
index 8045e9b..55e0487 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/DP/src/components/echart/centerLeft/centerLeft1Chart/index.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/DP/src/components/echart/centerLeft/centerLeft1Chart/index.vue"
@@ -11,7 +11,7 @@
data () {
return {
cdata: {
- xData: ["绌鸿揣浣�", "鏈夎揣", "绌烘墭", "鍚堟牸", "寰呬慨"],
+ xData: ["绌鸿揣浣�", "绌烘墭", "鍚堟牸", "寰呬慨"],
seriesData: [
// { value: 10, name: "绌鸿揣浣�" },
// { value: 5, name: "鏈夎揣" },
@@ -36,7 +36,7 @@
this.changeNumber();
setInterval(() => {
this.changeNumber()
- },2000)
+ },3000)
},
// changeNumber() {
// axios.post("http://127.0.0.1:9290/api/Task/Outbound_inventory").then((res) => {
@@ -57,11 +57,12 @@
changeNumber() {
axios.post("http://10.78.70.112:8098/api/Task/Outbound_inventory")
+ //axios.post("http://127.0.0.1:9290/api/Task/Outbound_inventory")
.then(response => {
let agvs = response.data;
let seriesDatas = [
{ value: agvs.location_Free, name: "绌鸿揣浣�" },
- { value: agvs.location_occupation, name: "鏈夎揣" },
+ //{ value: agvs.location_occupation, name: "鏈夎揣" },
{ value: agvs.location_EmptyPallet, name: "绌烘墭" },
{ value: agvs.stock_qualified, name: "鍚堟牸" },
{ value: agvs.stock_inspected, name: "寰呬慨" }
--
Gitblit v1.9.3