diff --git a/pages.json b/pages.json index 13c4889..62e328d 100644 --- a/pages.json +++ b/pages.json @@ -436,6 +436,55 @@ } } + ,{ + "path" : "pages/ftdl/man-load-goods", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/ftdl/man-get-goods", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/ftdl/line-call-mater", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/ftdl/line-down-mater", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/ftdl/kc-manage", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/ftdl/fixedpoint-work", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/ftdl/work-manage", + "style" : + { + "navigationStyle": "custom" + } + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/ftdl/fixedpoint-work.vue b/pages/ftdl/fixedpoint-work.vue new file mode 100644 index 0000000..ffff41e --- /dev/null +++ b/pages/ftdl/fixedpoint-work.vue @@ -0,0 +1,176 @@ + + + \ No newline at end of file diff --git a/pages/ftdl/kc-manage.vue b/pages/ftdl/kc-manage.vue new file mode 100644 index 0000000..ffff41e --- /dev/null +++ b/pages/ftdl/kc-manage.vue @@ -0,0 +1,176 @@ + + + \ No newline at end of file diff --git a/pages/ftdl/line-call-mater.vue b/pages/ftdl/line-call-mater.vue new file mode 100644 index 0000000..ffff41e --- /dev/null +++ b/pages/ftdl/line-call-mater.vue @@ -0,0 +1,176 @@ + + + \ No newline at end of file diff --git a/pages/ftdl/line-down-mater.vue b/pages/ftdl/line-down-mater.vue new file mode 100644 index 0000000..ffff41e --- /dev/null +++ b/pages/ftdl/line-down-mater.vue @@ -0,0 +1,176 @@ + + + \ No newline at end of file diff --git a/pages/ftdl/man-get-goods.vue b/pages/ftdl/man-get-goods.vue new file mode 100644 index 0000000..ffff41e --- /dev/null +++ b/pages/ftdl/man-get-goods.vue @@ -0,0 +1,176 @@ + + + \ No newline at end of file diff --git a/pages/ftdl/man-load-goods.vue b/pages/ftdl/man-load-goods.vue new file mode 100644 index 0000000..ffff41e --- /dev/null +++ b/pages/ftdl/man-load-goods.vue @@ -0,0 +1,176 @@ + + + \ No newline at end of file diff --git a/pages/ftdl/work-manage.vue b/pages/ftdl/work-manage.vue new file mode 100644 index 0000000..ffff41e --- /dev/null +++ b/pages/ftdl/work-manage.vue @@ -0,0 +1,176 @@ + + + \ No newline at end of file diff --git a/pages/home/home.vue b/pages/home/home.vue index b5a705a..6b18bbc 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -41,6 +41,7 @@ return { userName: '', menuList: [ + {title: '东丽管理', path: 'RF03', sonTree: [{title: '人工放货', path: '/pages/ftdl/man-load-goods'}, {title: '人工取货', path: '/pages/ftdl/man-get-goods'}, {title: '产线叫料', path: '/pages/ftdl/line-call-mater'}, {title: '产线下料', path: '/pages/ftdl/line-down-mater'}, {title: '库存锁定/解锁', path: '/pages/ftdl/kc-manage'}, {title: '定点作业', path: '/pages/ftdl/fixedpoint-work'}, {title: '作业管理', path: '/pages/ftdl/work-manage'}]}, {title: '预装管理', path: 'RF04', sonTree: [{title: '物料组盘', path: '/pages/entry/mater-group2'}, {title: '货架绑定', path: '/pages/outbound/shelf-bind'}]}, {title: '产线管理', path: 'RF07', sonTree: [{title: '产线叫料', path: '/pages/outbound/line-callmater'}, {title: '线边仓出库', path: '/pages/outbound/mater-outstore'}, {title: '产线转运', path: '/pages/outbound/line-transfer2'}]}, {title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘', path: '/pages/entry/mater-group'}, {title: '组盘入库', path: '/pages/entry/groupplate-instore'}, {title: '货架绑定', path: '/pages/outbound/shelf-bind'}, {title: '拣选余料回库', path: '/pages/entry/pick-yl-return-store'}, {title: '空载具入库', path: '/pages/entry/empty-vehicle-instore'}]},