From 1939e4efa67f5deb813b5fa52be1d57310a5685f Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 30 Jul 2025 14:35:22 +0800 Subject: [PATCH] add --- pages.json | 32 +++++ pages/home/home.vue | 1 + pages/zw/jb-lower-mater.vue | 222 ++++++++++++++++++++++++++++++++++ pages/zw/jb-return-mater.vue | 206 +++++++++++++++++++++++++++++++ pages/zw/jb-up-mater.vue | 189 +++++++++++++++++++++++++++++ pages/zw/materbox-instore.vue | 95 +++++++++++++++ 6 files changed, 745 insertions(+) create mode 100644 pages/zw/jb-lower-mater.vue create mode 100644 pages/zw/jb-return-mater.vue create mode 100644 pages/zw/jb-up-mater.vue create mode 100644 pages/zw/materbox-instore.vue diff --git a/pages.json b/pages.json index 54578d8..1fb627d 100644 --- a/pages.json +++ b/pages.json @@ -402,6 +402,38 @@ } } + ,{ + "path" : "pages/zw/jb-lower-mater", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/zw/jb-up-mater", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/zw/jb-return-mater", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/zw/materbox-instore", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/home/home.vue b/pages/home/home.vue index 16e5d81..5ce115c 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -41,6 +41,7 @@ return { userName: '', menuList: [ + {title: '解包', path: 'RF10', sonTree: [{title: '解包上料', path: '/pages/zw/jb-up-mater'}, {title: '解包下料', path: '/pages/zw/jb-lower-mater'}, {title: '料桶入库', path: '/pages/zw/materbox-instore'}, {title: '解包退料', path: '/pages/zw/jb-return-mater'}]}, {title: '预装管理', path: 'RF04', sonTree: [{title: '物料组盘', path: '/pages/entry/mater-group'}, {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/out-store-confirm'}]}, {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'}]}, diff --git a/pages/zw/jb-lower-mater.vue b/pages/zw/jb-lower-mater.vue new file mode 100644 index 0000000..ed1ab7e --- /dev/null +++ b/pages/zw/jb-lower-mater.vue @@ -0,0 +1,222 @@ + + + diff --git a/pages/zw/jb-return-mater.vue b/pages/zw/jb-return-mater.vue new file mode 100644 index 0000000..f8af3c4 --- /dev/null +++ b/pages/zw/jb-return-mater.vue @@ -0,0 +1,206 @@ + + + diff --git a/pages/zw/jb-up-mater.vue b/pages/zw/jb-up-mater.vue new file mode 100644 index 0000000..a0cb0ee --- /dev/null +++ b/pages/zw/jb-up-mater.vue @@ -0,0 +1,189 @@ + + + diff --git a/pages/zw/materbox-instore.vue b/pages/zw/materbox-instore.vue new file mode 100644 index 0000000..2dc7bad --- /dev/null +++ b/pages/zw/materbox-instore.vue @@ -0,0 +1,95 @@ + + + + +