diff --git a/common/style/iconfont.css b/common/style/iconfont.css index 910814e..19a2c23 100644 --- a/common/style/iconfont.css +++ b/common/style/iconfont.css @@ -67,4 +67,18 @@ } .icon-check::after { content: '\e608' +} + +.cancel_icon::before { + content: "\e632"; +} +.cancel_icon { + display: block; + width: 50px; + height: 50px; + font-size: 25px; + color: #fff; + line-height: 50px; + text-align: center; + background-color: #E9B451; } \ No newline at end of file diff --git a/pages/home/home.vue b/pages/home/home.vue index 0d80474..9b5f3ca 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -1,113 +1,177 @@ - diff --git a/static/images/RF01.png b/static/images/RF01.png new file mode 100644 index 0000000..af989ff Binary files /dev/null and b/static/images/RF01.png differ diff --git a/static/images/RF02.png b/static/images/RF02.png new file mode 100644 index 0000000..44fa467 Binary files /dev/null and b/static/images/RF02.png differ diff --git a/static/images/RF03.png b/static/images/RF03.png new file mode 100644 index 0000000..30c871f Binary files /dev/null and b/static/images/RF03.png differ diff --git a/static/images/exit.png b/static/images/exit.png new file mode 100644 index 0000000..fefa052 Binary files /dev/null and b/static/images/exit.png differ diff --git a/static/images/info_bg.png b/static/images/info_bg.png new file mode 100644 index 0000000..8f7e000 Binary files /dev/null and b/static/images/info_bg.png differ diff --git a/utils/getData2.js b/utils/getData2.js index e41dd0d..3253a8f 100644 --- a/utils/getData2.js +++ b/utils/getData2.js @@ -21,6 +21,32 @@ export const pdaUpdate = () => request({ // return res // } +// 菜单 +export const authority = () => { + let res = { + sonTree: [ + {menu_id: '1', path: 'RF01', name: '缓存线', sonTree: [ + {menu_id: '1', name: '扫码异常', path: '/pages/management/inscanerror'}, + {menu_id: '2', name: '缓存线盘点', path: '/pages/management/hcxcheck'}, + {menu_id: '3', name: '缓存线出箱异常', path: '/pages/management/HcxOutError'}, + {menu_id: '4', name: '任务操作', path: '/pages/management/ZlOperate'}, + {menu_id: '5', name: '缓存线异常处理', path: '/pages/management/HcxErrorHandle'} + ] + }, + {menu_id: '2', path: 'RF02', name: '生产管理', sonTree: [ + {menu_id: '1', name: '任务管理', path: '/pages/management/inscanerror'} + ] + }, + {menu_id: '3', path: 'RF03', name: '出入库管理', sonTree: [ + {menu_id: '1', name: '成品入库', path: '/pages/management/inscanerror'}, + {menu_id: '2', name: '半成品入库', path: '/pages/management/inscanerror'} + ] + } + ] + } + return res +} + /** 扫码异常 */ // 1.1缓存线下拉框 export const getCacheLine = (area) => request({