diff --git a/pages.json b/pages.json index 79e8c09..23afa3f 100644 --- a/pages.json +++ b/pages.json @@ -72,6 +72,14 @@ } } + ,{ + "path" : "pages/task/rkzp", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/home/home.vue b/pages/home/home.vue index 968238d..38fd158 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -32,6 +32,7 @@ return { userName: '', menuList: [ + {title: '入库组盘', icon: 'RF7', path: '/pages/task/rkzp'}, {title: '入库确认', icon: 'RF1', path: '/pages/task/rkqr'}, {title: '出库确认', icon: 'RF2', path: '/pages/task/ckqr'}, {title: '盘点确认', icon: 'RF3', path: '/pages/task/pdqr'}, diff --git a/pages/task/rkqr.vue b/pages/task/rkqr.vue index 41e9e01..7b6043f 100644 --- a/pages/task/rkqr.vue +++ b/pages/task/rkqr.vue @@ -2,14 +2,7 @@ - - - - + @@ -22,46 +15,6 @@ /> - - - 物料编码 - - - - - - - - 批次 - - - - - - - - 数量 - - - - - - - - 单位 - - - - - - - - - - - - - 点位编码 @@ -78,12 +31,6 @@ - - - - - - @@ -112,13 +59,17 @@ + + + + \ No newline at end of file diff --git a/static/image/menu/RF7.png b/static/image/menu/RF7.png new file mode 100644 index 0000000..18a06e7 Binary files /dev/null and b/static/image/menu/RF7.png differ