diff --git a/pages.json b/pages.json
index 58f2f90..a09ddb0 100644
--- a/pages.json
+++ b/pages.json
@@ -398,6 +398,78 @@
"navigationStyle": "custom"
}
}
+ ,{
+ "path" : "pages/General/warehouse-box",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/General/material",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/General/supplier",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/General/distribution-box",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/General/machine-order",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/General/line-transfer",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/General/pick-place-goods",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/General/ops-mgmt",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/General/pt-update",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/General/distribution-box.vue b/pages/General/distribution-box.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/General/distribution-box.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/General/line-transfer.vue b/pages/General/line-transfer.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/General/line-transfer.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/General/machine-order.vue b/pages/General/machine-order.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/General/machine-order.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/General/material.vue b/pages/General/material.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/General/material.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/General/ops-mgmt.vue b/pages/General/ops-mgmt.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/General/ops-mgmt.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/General/pick-place-goods.vue b/pages/General/pick-place-goods.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/General/pick-place-goods.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/General/pt-update.vue b/pages/General/pt-update.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/General/pt-update.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/General/supplier.vue b/pages/General/supplier.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/General/supplier.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/General/warehouse-box.vue b/pages/General/warehouse-box.vue
new file mode 100644
index 0000000..228d94e
--- /dev/null
+++ b/pages/General/warehouse-box.vue
@@ -0,0 +1,320 @@
+
+
+
+
+
+
+
+
+ 入库单类型
+
+
+
+
+
+
+
+ 单据编码
+
+
+
+
+
+
+
+
+ 物料名称
+
+
+
+
+
+
+
+ 物料规格
+
+
+
+
+
+
+
+ 单位
+
+
+
+
+
+
+
+ 物料批次
+
+
+
+
+
+
+
+ 物料数量
+
+
+
+
+
+
+
+ 载具编码
+
+
+
+
+
+
+
+ 仓库编码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 物料编码 |
+ 物料名称 |
+ 物料数量 |
+ 单位 |
+ 单据状态 |
+ 物料批次 |
+
+
+
+
+
+ | {{i+1}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.qty}} |
+ {{e.unit_name}} |
+ {{e.bill_status}} |
+ {{e.pcsn}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/home/home.vue b/pages/home/home.vue
index b803411..0d6f19d 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -42,7 +42,15 @@
return {
userName: '',
menuList: [
- {title: '通用功能', path: 'RF06', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}]},
+ {title: '通用功能', path: 'RF06', sonTree: [
+ {title: '入库组箱', path: '/pages/General/warehouse-box'},
+ {title: '配送组箱', path: '/pages/General/distribution-box'},
+ {title: '点对点转运', path: '/pages/General/line-transfer'},
+ {title: '点对点转运', path: '/pages/General/line-transfer'},
+ {title: '确认取放货', path: '/pages/General/pick-place-goods'},
+ {title: '作业管理', path: '/pages/General/ops-mgmt'},
+ {title: '点位更新', path: '/pages/General/pt-update'}
+ ]},
{title: '小料箱功能', path: 'RF03', sonTree: [{title: '空载具出库', path: '/pages/Material/kzj-out-store'}, {title: '空载具入库', path: '/pages/Material/kzj-in-store'}, {title: '小料箱入库', path: '/pages/Material/xlx-in-store'}]},
{title: '大料箱功能', path: 'RF04', sonTree: [{title: '空载具出入库', path: '/pages/Material/kzj-inout-store'}, {title: '料箱入库', path: '/pages/Material/lx-in-store'}, {title: '物料入库', path: '/pages/Material/mater-in-store'}, {title: '大料箱出库', path: '/pages/Material/dlx-out-store'}, {title: '退库确认', path: '/pages/Material/tuiku-confirm'}, {title: '大料箱移库', path: '/pages/Material/dlx-move-store'}, {title: '大料箱盘库', path: '/pages/Material/dlx-pan-store'}]},
// {title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}, {title: '合格证入库', path: '/pages/entry/qualified-to-store'}, {title: '单据入库', path: '/pages/entry/bill-to-store'}, {title: '盘点入库', path: '/pages/entry/check-to-store'}, {title: '空托盘入库', path: '/pages/entry/empty-tray-to-store'}]},