From c03bca81846581a092d58953d059dbaa04747bb2 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 21 八月 2025 12:54:49 +0800
Subject: [PATCH] 1
---
Monitor-APP/pages/home/home.vue | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 1fc6a86..64d0e3a 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -377,6 +377,8 @@
infoText: {
title: '',
staNo: "",
+ locNo: "",
+ sourceLocNo: "",
matnr: "",
maknx: "",
specs: "",
@@ -419,10 +421,10 @@
this.getOther()
// this.getDate()
this.getDate2()
- // this.getInfo()
- // this.getError()
- this.getInfo2()
- this.getError2()
+ this.getInfo()
+ this.getError()
+ // this.getInfo2()
+ // this.getError2()
this.getUrl()
this.controller()
// 娴嬭瘯鐢�
@@ -554,6 +556,7 @@
that.infoText.barcode = res.data[0].barcode
that.infoText.workNo = res.data[0].workNo
that.infoText.sourceLocNo = res.data[0].sourceLocNo
+ that.infoText.locNo = res.data[0].locNo
that.infoText.staNo = res.data[0].staNo
that.swiperList = res.data[0].matDtos
// that.infoText.matnr = res.data[0].matDtos[0].matnr
--
Gitblit v1.9.1