diff --git a/pages.json b/pages.json
index a84612d..76958a1 100644
--- a/pages.json
+++ b/pages.json
@@ -56,6 +56,46 @@
}
}
+ ,{
+ "path" : "pages/manage/task-manage",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/manage/inst-manage",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/manage/yzhnml-carry",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/manage/vehicle-unbind",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/manage/group-task",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/home/home.vue b/pages/home/home.vue
index f23b70a..72d40c9 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -35,7 +35,12 @@
{id: 1, title: '拆包机搬运', icon: 'RF01', path: '/pages/manage/cbj-carry'},
{id: 2, title: '压机搬运', icon: 'RF02', path: '/pages/manage/press-carry'},
{id: 3, title: '物料报废', icon: 'RF03', path: '/pages/manage/mater-scrap'},
- {id: 4, title: '人工分拣', icon: 'RF04', path: '/pages/manage/man-sort'}
+ {id: 4, title: '人工分拣', icon: 'RF04', path: '/pages/manage/man-sort'},
+ {id: 5, title: '任务管理', icon: 'RF05', path: '/pages/manage/task-manage'},
+ {id: 6, title: '指令管理', icon: 'RF06', path: '/pages/manage/inst-manage'},
+ {id: 7, title: '压制混碾满料搬运', icon: 'RF07', path: '/pages/manage/yzhnml-carry'},
+ {id: 8, title: '条码解绑', icon: 'RF08', path: '/pages/manage/vehicle-unbind'},
+ {id: 9, title: '组盘查看', icon: 'RF09', path: '/pages/manage/group-task'}
],
show: false,
secM: []
@@ -147,4 +152,5 @@
margin 0 auto 0.2rpx
.menu-name
_font(28rpx, 38rpx, #444,,center)
+ padding 0 20rpx
diff --git a/pages/manage/group-task.vue b/pages/manage/group-task.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/manage/group-task.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/manage/inst-manage.vue b/pages/manage/inst-manage.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/manage/inst-manage.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/manage/task-manage.vue b/pages/manage/task-manage.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/manage/task-manage.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/manage/vehicle-unbind.vue b/pages/manage/vehicle-unbind.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/manage/vehicle-unbind.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/manage/yzhnml-carry.vue b/pages/manage/yzhnml-carry.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/manage/yzhnml-carry.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/image/menu/RF05.png b/static/image/menu/RF05.png
new file mode 100644
index 0000000..ab42ca3
Binary files /dev/null and b/static/image/menu/RF05.png differ
diff --git a/static/image/menu/RF06.png b/static/image/menu/RF06.png
new file mode 100644
index 0000000..4de6e93
Binary files /dev/null and b/static/image/menu/RF06.png differ
diff --git a/static/image/menu/RF07.png b/static/image/menu/RF07.png
new file mode 100644
index 0000000..ee6ef08
Binary files /dev/null and b/static/image/menu/RF07.png differ
diff --git a/static/image/menu/RF08.png b/static/image/menu/RF08.png
new file mode 100644
index 0000000..a65670b
Binary files /dev/null and b/static/image/menu/RF08.png differ
diff --git a/static/image/menu/RF09.png b/static/image/menu/RF09.png
new file mode 100644
index 0000000..d2b969b
Binary files /dev/null and b/static/image/menu/RF09.png differ