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 @@
+
+
+
+
+
+
+
+
+ 设备区域
+
+
+
+
+
+
+
+ 设备点位
+
+
+
+
+
+
+
+ 物料重量
+
+
+
+
+
+
+
+ 托盘编码
+
+
+
+
+
+
+
+ 料桶编码
+
+
+
+
+
+
+
+
+
+
+
+ | 工单号 |
+ 物料编码 |
+ 物料名称 |
+ 工单状态 |
+ 开工人 |
+ 创建者 |
+ 计划量 |
+ 实际量 |
+
+
+
+
+ | {{e.material_name}} |
+ {{e.qty}} |
+ {{e.material_code}} |
+ {{e.pcsn}} |
+ {{e.struct_code}} |
+ {{e.qty_unit_name}} |
+ {{e.material_spec}} |
+ {{e.material_spec}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+ 设备区域
+
+
+
+
+
+
+
+ 设备点位
+
+
+
+
+
+
+
+ 托盘编码
+
+
+
+
+
+
+
+
+
+
+
+ | 工单号 |
+ 物料编码 |
+ 物料名称 |
+ 工单状态 |
+ 开工人 |
+ 创建者 |
+ 计划量 |
+ 实际量 |
+
+
+
+
+ | {{e.material_name}} |
+ {{e.qty}} |
+ {{e.material_code}} |
+ {{e.pcsn}} |
+ {{e.struct_code}} |
+ {{e.qty_unit_name}} |
+ {{e.material_spec}} |
+ {{e.material_spec}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+ 设备区域
+
+
+
+
+
+
+
+ 设备点位
+
+
+
+
+
+
+
+
+
+
+
+ | 工单号 |
+ 物料编码 |
+ 物料名称 |
+ 工单状态 |
+ 开工人 |
+ 创建者 |
+ 计划量 |
+ 实际量 |
+
+
+
+
+ | {{e.material_name}} |
+ {{e.qty}} |
+ {{e.material_code}} |
+ {{e.pcsn}} |
+ {{e.struct_code}} |
+ {{e.qty_unit_name}} |
+ {{e.material_spec}} |
+ {{e.material_spec}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+ 仓位编码
+
+
+
+
+
+
+
+ 料桶编码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+