diff --git a/pages.json b/pages.json
index b2c536b..3347d09 100644
--- a/pages.json
+++ b/pages.json
@@ -419,6 +419,14 @@
"navigationStyle": "custom"
}
+ }
+ ,{
+ "path" : "pages/entry/site-group",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
}
,{
"path" : "pages/entry/empty-vehicle-instore",
diff --git a/pages/common/mater-list3.vue b/pages/common/mater-list3.vue
new file mode 100644
index 0000000..58d1652
--- /dev/null
+++ b/pages/common/mater-list3.vue
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+ 物料
+
+
+
+
+
+
+
+
+
+
+
+ | 物料名称 |
+ 物料规格 |
+ 物料编码 |
+
+
+
+
+ | {{e.material_name}} |
+ {{e.material_spec}} |
+ {{e.material_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/entry/site-group.vue b/pages/entry/site-group.vue
new file mode 100644
index 0000000..0b0a193
--- /dev/null
+++ b/pages/entry/site-group.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+ 载具编码
+
+
+
+
+
+
+
+ 地面站点
+
+
+
+
+
+
+
+ 物料信息
+
+
+
+
+
+
+
+ 物料名称
+
+
+
+
+
+
+
+ 物料规格
+
+
+
+
+
+
+
+ 物料编码
+
+
+
+
+
+
+
+
+ 物料数量
+
+
+
+
+
+
+
+ 源单编码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 9f6202a..15889ac 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -43,7 +43,7 @@
menuList: [
{title: '预装管理', path: 'RF04', sonTree: [{title: '物料组盘', path: '/pages/entry/mater-group2'}, {title: '货架绑定', path: '/pages/outbound/shelf-bind'}, {title: '空架呼叫', path: '/pages/outbound/kjhj'}]},
{title: '产线管理', path: 'RF07', sonTree: [{title: '产线叫料', path: '/pages/outbound/line-callmater'}, {title: '线边仓出库', path: '/pages/outbound/mater-outstore'}, {title: '产线转运', path: '/pages/outbound/line-transfer2'}, {title: '空架入库', path: '/pages/outbound/kjrk'}]},
- {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'}]},
+ {title: '入库管理', path: 'RF01', sonTree: [{title: '站点组盘', path: '/pages/entry/site-group'}, {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'}]},
{title: '出库管理', path: 'RF02', sonTree: [{title: '产线转运', path: '/pages/outbound/line-transfer'}, {title: '空载具出库', path: '/pages/outbound/empty-vehicle-outstore'}, {title: 'CTU载具出库', path: '/pages/outbound/ctu-vehicle-outstore'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}]},
// {title: '入库管理', path: 'RF01', sonTree: [{title: '组盘入库', path: '/pages/entry/groupplate-instore'}, {title: '拣选余料回库', path: '/pages/entry/pick-yl-return-store'}, {title: '空载具入库', path: '/pages/entry/empty-vehicle-instore'}]},
// {title: '出库管理', path: 'RF02', sonTree: [{title: '产线转运', path: '/pages/outbound/line-transfer'}, {title: '空载具出库', path: '/pages/outbound/empty-vehicle-outstore'}, {title: 'CTU载具出库', path: '/pages/outbound/ctu-vehicle-outstore'}]}