From 7c6a091c14d60a4ba06a5fd84f4d02f6d9e93229 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Thu, 23 Mar 2023 11:29:47 +0800
Subject: [PATCH] =?UTF-8?q?AGV=E5=85=A5=E7=AE=B1=E5=BC=82=E5=B8=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 6 ++
pages/home/home.vue | 2 +-
pages/management/agvinerror.vue | 123 ++++++++++++++++++++++++++++++++
3 files changed, 130 insertions(+), 1 deletion(-)
create mode 100644 pages/management/agvinerror.vue
diff --git a/pages.json b/pages.json
index 9770118..1377b90 100644
--- a/pages.json
+++ b/pages.json
@@ -41,6 +41,12 @@
"style": {
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pages/management/agvinerror",
+ "style": {
+ "navigationStyle": "custom"
+ }
}
],
"globalStyle": {
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 760bb8a..e96481e 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -19,7 +19,7 @@
缓存线盘点
- AGV入箱异常
+ AGV入箱异常
AGV出箱异常
diff --git a/pages/management/agvinerror.vue b/pages/management/agvinerror.vue
new file mode 100644
index 0000000..8d6d32d
--- /dev/null
+++ b/pages/management/agvinerror.vue
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 选择 |
+ 指令编号 |
+ 设备编号 |
+ 起点 |
+ 目的 |
+ 目的2 |
+
+
+
+
+ |
+
+ |
+ {{e.instructorder_no}} |
+ {{e.wcsdevice_code}} |
+ {{e.startpoint_code}} |
+ {{e.nextpoint_code}} |
+ {{e.nextpoint_code2}} |
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file