diff --git a/pages.json b/pages.json
index 1377b90..fc02685 100644
--- a/pages.json
+++ b/pages.json
@@ -19,7 +19,19 @@
}
},
{
- "path": "pages/management/inscanerror",
+ "path": "pages/management/HcxOutError",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/management/ZlOperate",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/management/HcxErrorHandle",
"style": {
"navigationStyle": "custom"
}
diff --git a/pages/home/home.vue b/pages/home/home.vue
index e96481e..a23a31b 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -22,16 +22,16 @@
AGV入箱异常
- AGV出箱异常
+ AGV出箱异常
- 缓存线出箱异常
+ 缓存线出箱异常
- 指令操作
+ 指令操作
- 缓存线异常处理
+ 缓存线异常处理
diff --git a/pages/management/HcxErrorHandle.vue b/pages/management/HcxErrorHandle.vue
new file mode 100644
index 0000000..01a64a5
--- /dev/null
+++ b/pages/management/HcxErrorHandle.vue
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/management/HcxOutError.vue b/pages/management/HcxOutError.vue
index d3eed33..395cba1 100644
--- a/pages/management/HcxOutError.vue
+++ b/pages/management/HcxOutError.vue
@@ -4,11 +4,15 @@
-
+
+
+
-
+
+
+
diff --git a/pages/management/ZlOperate.vue b/pages/management/ZlOperate.vue
new file mode 100644
index 0000000..ac4d66c
--- /dev/null
+++ b/pages/management/ZlOperate.vue
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 选择 |
+ 指令编号 |
+ 设备编号 |
+ 起点 |
+ 目的 |
+ 目的2 |
+
+
+
+
+ |
+
+ |
+ {{e.instructorder_no}} |
+ {{e.wcsdevice_code}} |
+ {{e.startpoint_code}} |
+ {{e.nextpoint_code}} |
+ {{e.nextpoint_code2}} |
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file