From 5deaa0bc1e744bd1c78180fa3a173267e553187d Mon Sep 17 00:00:00 2001
From: juzi <819872918@qq.com>
Date: Thu, 29 Feb 2024 16:46:25 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../group/monitoring/groupTeamView/index.vue | 4 +-
.../teamProduction/components/searchArea.vue | 103 ++++++++++++++++++
.../group/monitoring/teamProduction/index.vue | 16 +--
src/views/order/base/orderGroup/index.vue | 7 +-
4 files changed, 112 insertions(+), 18 deletions(-)
create mode 100644 src/views/group/monitoring/teamProduction/components/searchArea.vue
diff --git a/src/views/group/monitoring/groupTeamView/index.vue b/src/views/group/monitoring/groupTeamView/index.vue
index 71f95eda..1719b7b7 100644
--- a/src/views/group/monitoring/groupTeamView/index.vue
+++ b/src/views/group/monitoring/groupTeamView/index.vue
@@ -136,11 +136,11 @@ export default {
params.teamId = val.data.id
params.teamName = val.data.name
this.workOrderList.map(item => {
- if (this.queryParams.workOrderId === item.id) {
+ if (val.data.workOrderId === item.id) {
this.workOrderName = item.name
}
})
- params.workOrderId = this.queryParams.workOrderId
+ params.workOrderId = val.data.workOrderId
params.workOrderName = this.workOrderName
params.roomNameDict = val.data.roomNameDict
this.$nextTick(() => {
diff --git a/src/views/group/monitoring/teamProduction/components/searchArea.vue b/src/views/group/monitoring/teamProduction/components/searchArea.vue
new file mode 100644
index 00000000..739d19e8
--- /dev/null
+++ b/src/views/group/monitoring/teamProduction/components/searchArea.vue
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+ {{ item.roomNameDictName }}-{{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/group/monitoring/teamProduction/index.vue b/src/views/group/monitoring/teamProduction/index.vue
index 45cbb569..be06f52d 100644
--- a/src/views/group/monitoring/teamProduction/index.vue
+++ b/src/views/group/monitoring/teamProduction/index.vue
@@ -1,11 +1,12 @@
-
+