diff --git a/common/style/layout.styl b/common/style/layout.styl
index c54d973..c7367d5 100644
--- a/common/style/layout.styl
+++ b/common/style/layout.styl
@@ -563,4 +563,11 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
padding-left: 20rpx;
padding-right: 20rpx;
line-height: 50rpx;
+}
+.ftsize1 {
+ font-size 20rpx
+ background #fff
+ border-color #ff6a00
+ color #ff6a00
+ margin-top: 10rpx
}
\ No newline at end of file
diff --git a/pages.json b/pages.json
index d7df6f3..0a0ac25 100644
--- a/pages.json
+++ b/pages.json
@@ -244,6 +244,132 @@
"navigationStyle": "custom"
}
}
+ ,{
+ "path" : "pages/hdyy/kzj/kzj-duidie",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/kzj/kzj-instore",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/kzj/kzj-outstore",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/ccgl/kn-hepan",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/ccgl/sh-instore",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/ccgl/zj-instore",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/ccgl/zj-outstore",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/zpgl/mater-zudai",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/zpgl/mater-zupan",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/zpgl/mater-zutong",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/scgl/cp-chuliao",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/scgl/lt-callmater",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/scgl/lt-weight",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/scgl/point-quhuo",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/scgl/sc-chuliao",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/scgl/sl-huiku",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/scgl/tp-callmater",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/hdyy/scgl/yjg-chuliao",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/hdyy/ccgl/kn-hepan.vue b/pages/hdyy/ccgl/kn-hepan.vue
new file mode 100644
index 0000000..dca0a43
--- /dev/null
+++ b/pages/hdyy/ccgl/kn-hepan.vue
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+
+
+ 移入载具
+
+
+
+
+
+
+
+ 移入点位
+
+
+
+
+
+
+
+ 总数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 袋号 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+
+
+
+
+ | {{i+1}} |
+ {{e.code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.unit}} |
+ {{e.gys}} |
+ {{e.leibie}} |
+ {{e.guige}} |
+ {{e.xinghao}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/ccgl/sh-instore.vue b/pages/hdyy/ccgl/sh-instore.vue
new file mode 100644
index 0000000..a32529d
--- /dev/null
+++ b/pages/hdyy/ccgl/sh-instore.vue
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+ 库区
+
+
+
+
+
+
+
+ 载具
+
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 袋号 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+
+
+
+
+ | {{i+1}} |
+ {{e.code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.unit}} |
+ {{e.gys}} |
+ {{e.leibie}} |
+ {{e.guige}} |
+ {{e.xinghao}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/ccgl/zj-instore.vue b/pages/hdyy/ccgl/zj-instore.vue
new file mode 100644
index 0000000..be26c48
--- /dev/null
+++ b/pages/hdyy/ccgl/zj-instore.vue
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+
+
+ 点位/载具
+
+
+
+
+
+
+
+ 总数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 袋号 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 出库数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 点位 |
+ 载具 |
+
+
+
+
+ | {{i+1}} |
+ {{e.bag_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.qty_unit_name}} |
+ {{e.supp_name}} |
+ {{e.material_type_id}} |
+ {{e.material_spec}} |
+ {{e.material_model}} |
+ {{e.struct_code}} |
+ {{e.vehicle_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/ccgl/zj-outstore.vue b/pages/hdyy/ccgl/zj-outstore.vue
new file mode 100644
index 0000000..734dafe
--- /dev/null
+++ b/pages/hdyy/ccgl/zj-outstore.vue
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+
+
+ 总数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 袋号 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 出库数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 点位 |
+ 载具 |
+
+
+
+
+ | {{i+1}} |
+ {{e.bag_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.qty_unit_name}} |
+ {{e.supp_name}} |
+ {{e.material_type_id}} |
+ {{e.material_spec}} |
+ {{e.material_model}} |
+ {{e.struct_code}} |
+ {{e.vehicle_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/kzj/kzj-duidie.vue b/pages/hdyy/kzj/kzj-duidie.vue
new file mode 100644
index 0000000..79c8e58
--- /dev/null
+++ b/pages/hdyy/kzj/kzj-duidie.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+ 载具点位
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 堆叠位 |
+ 当前托盘数 |
+ 待堆叠 |
+ 剩余可堆叠 |
+
+
+
+
+ | {{i+1}} |
+ {{e.supp_name}} |
+ {{e.remark}} |
+ {{e.remark}} |
+ {{e.remark}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/kzj/kzj-instore.vue b/pages/hdyy/kzj/kzj-instore.vue
new file mode 100644
index 0000000..3a51224
--- /dev/null
+++ b/pages/hdyy/kzj/kzj-instore.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+ 入库点
+
+
+
+
+
+
+
+ 载具
+
+
+
+
+
+
+
+ 入库库区
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/kzj/kzj-outstore.vue b/pages/hdyy/kzj/kzj-outstore.vue
new file mode 100644
index 0000000..f313857
--- /dev/null
+++ b/pages/hdyy/kzj/kzj-outstore.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+ 出库点
+
+
+
+
+
+
+
+ 载具类型
+
+
+
+
+
+
+
+ 载具库区
+
+
+
+
+
+
+
+ 出库数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/scgl/cp-chuliao.vue b/pages/hdyy/scgl/cp-chuliao.vue
new file mode 100644
index 0000000..5e5c570
--- /dev/null
+++ b/pages/hdyy/scgl/cp-chuliao.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+ 当前点位
+
+
+
+
+
+
+
+ 总数量
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 袋号 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 出库数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 点位 |
+ 载具 |
+
+
+
+
+ | {{i+1}} |
+ {{e.bag_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.qty_unit_name}} |
+ {{e.supp_name}} |
+ {{e.material_type_id}} |
+ {{e.material_spec}} |
+ {{e.material_model}} |
+ {{e.struct_code}} |
+ {{e.vehicle_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/scgl/lt-callmater.vue b/pages/hdyy/scgl/lt-callmater.vue
new file mode 100644
index 0000000..cbbf454
--- /dev/null
+++ b/pages/hdyy/scgl/lt-callmater.vue
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
+ 物料编码
+
+
+
+
+
+
+
+
+ 批号
+
+
+
+
+
+
+
+
+ 要料点
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 点位 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 载具 |
+
+
+
+
+ | {{i+1}} |
+ {{e.struct_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.qty_unit_name}} |
+ {{e.supp_name}} |
+ {{e.material_type_id}} |
+ {{e.material_spec}} |
+ {{e.material_model}} |
+ {{e.vehicle_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/scgl/lt-weight.vue b/pages/hdyy/scgl/lt-weight.vue
new file mode 100644
index 0000000..842a8a4
--- /dev/null
+++ b/pages/hdyy/scgl/lt-weight.vue
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+ 载具
+
+
+
+
+
+
+
+ 当前点位
+
+
+
+
+
+
+
+ 总数量
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 桶号 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 点位 |
+
+
+
+
+ | {{i+1}} |
+ {{e.bag_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.material_type_id}} |
+ {{e.material_spec}} |
+ {{e.material_model}} |
+ {{e.struct_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/scgl/point-quhuo.vue b/pages/hdyy/scgl/point-quhuo.vue
new file mode 100644
index 0000000..c150610
--- /dev/null
+++ b/pages/hdyy/scgl/point-quhuo.vue
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+
+
+ 载具
+
+
+
+
+
+
+
+ 总数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 袋号 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 出库数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 点位 |
+ 载具 |
+
+
+
+
+ | {{i+1}} |
+ {{e.bag_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.qty_unit_name}} |
+ {{e.supp_name}} |
+ {{e.material_type_id}} |
+ {{e.material_spec}} |
+ {{e.material_model}} |
+ {{e.struct_code}} |
+ {{e.vehicle_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/scgl/sc-chuliao.vue b/pages/hdyy/scgl/sc-chuliao.vue
new file mode 100644
index 0000000..f799cf7
--- /dev/null
+++ b/pages/hdyy/scgl/sc-chuliao.vue
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+ 当前点位
+
+
+
+
+
+
+
+ 载具
+
+
+
+
+
+
+
+ 总数量
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 袋号 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 出库数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 点位 |
+ 载具 |
+
+
+
+
+ | {{i+1}} |
+ {{e.bag_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.qty_unit_name}} |
+ {{e.supp_name}} |
+ {{e.material_type_id}} |
+ {{e.material_spec}} |
+ {{e.material_model}} |
+ {{e.struct_code}} |
+ {{e.vehicle_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/scgl/sl-huiku.vue b/pages/hdyy/scgl/sl-huiku.vue
new file mode 100644
index 0000000..6288bcb
--- /dev/null
+++ b/pages/hdyy/scgl/sl-huiku.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+ 点位/载具
+
+
+
+
+
+
+
+ 总数量
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 袋号 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 出库数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 点位 |
+ 载具 |
+
+
+
+
+ | {{i+1}} |
+ {{e.bag_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.qty_unit_name}} |
+ {{e.supp_name}} |
+ {{e.material_type_id}} |
+ {{e.material_spec}} |
+ {{e.material_model}} |
+ {{e.struct_code}} |
+ {{e.vehicle_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/scgl/tp-callmater.vue b/pages/hdyy/scgl/tp-callmater.vue
new file mode 100644
index 0000000..cbbf454
--- /dev/null
+++ b/pages/hdyy/scgl/tp-callmater.vue
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
+ 物料编码
+
+
+
+
+
+
+
+
+ 批号
+
+
+
+
+
+
+
+
+ 要料点
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 点位 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 载具 |
+
+
+
+
+ | {{i+1}} |
+ {{e.struct_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.qty_unit_name}} |
+ {{e.supp_name}} |
+ {{e.material_type_id}} |
+ {{e.material_spec}} |
+ {{e.material_model}} |
+ {{e.vehicle_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/scgl/yjg-chuliao.vue b/pages/hdyy/scgl/yjg-chuliao.vue
new file mode 100644
index 0000000..02d4207
--- /dev/null
+++ b/pages/hdyy/scgl/yjg-chuliao.vue
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+
+
+ 载具
+
+
+
+
+
+
+
+ 总数量
+
+
+
+
+
+
+
+ 当前点位
+
+
+
+
+
+
+
+ 目的区域
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 袋号 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 出库数量 |
+ 单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 点位 |
+ 载具 |
+
+
+
+
+ | {{i+1}} |
+ {{e.bag_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.qty_unit_name}} |
+ {{e.supp_name}} |
+ {{e.material_type_id}} |
+ {{e.material_spec}} |
+ {{e.material_model}} |
+ {{e.struct_code}} |
+ {{e.vehicle_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/wbc/wbc-enter.vue b/pages/hdyy/wbc/wbc-enter.vue
index 2472237..7c4de7a 100644
--- a/pages/hdyy/wbc/wbc-enter.vue
+++ b/pages/hdyy/wbc/wbc-enter.vue
@@ -37,21 +37,33 @@
| 序号 |
+ 点位 |
物料编码 |
物料名称 |
批号 |
数量 |
单位 |
+ 供应商 |
+ 类别 |
+ 规格 |
+ 型号 |
+ 载具 |
| {{i+1}} |
+ {{e.point_code}} |
{{e.material_code}} |
{{e.material_name}} |
{{e.pcsn}} |
{{e.qty}} |
{{e.unit}} |
+ {{e.gys}} |
+ {{e.leibie}} |
+ {{e.guige}} |
+ {{e.xinghao}} |
+ {{e.zaiju}} |
diff --git a/pages/hdyy/zpgl/mater-zudai.vue b/pages/hdyy/zpgl/mater-zudai.vue
new file mode 100644
index 0000000..d21b9ea
--- /dev/null
+++ b/pages/hdyy/zpgl/mater-zudai.vue
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+
+
+ 袋号
+
+
+
+
+
+
+
+ 物料编码
+
+
+
+
+
+
+
+
+ 物料名称
+
+
+
+
+
+
+
+ 物料类别
+
+
+
+
+
+
+
+ 供应商编码
+
+
+
+
+
+
+
+
+ 供应商名称
+
+
+
+
+
+
+
+ 批号
+
+
+
+
+
+
+
+ 数量
+
+
+
+
+
+
+
+ 计量单位
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/hdyy/zpgl/mater-zupan.vue b/pages/hdyy/zpgl/mater-zupan.vue
new file mode 100644
index 0000000..34368ca
--- /dev/null
+++ b/pages/hdyy/zpgl/mater-zupan.vue
@@ -0,0 +1,208 @@
+
+
+
+
+
+
+
+
+ 载具
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 袋号 |
+ 物料编码 |
+ 物料名称 |
+ 类别 |
+ 批号 |
+ 数量 |
+ 单位 |
+ 供应商 |
+
+
+
+
+ | {{i+1}} |
+ {{e.code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.leibie}} |
+ {{e.pcsn}} |
+ {{e.qty}} |
+ {{e.unit}} |
+ {{e.gys}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/hdyy/zpgl/mater-zutong.vue b/pages/hdyy/zpgl/mater-zutong.vue
new file mode 100644
index 0000000..a3e5e12
--- /dev/null
+++ b/pages/hdyy/zpgl/mater-zutong.vue
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
+ 桶号
+
+
+
+
+
+
+
+ 桶自重
+
+
+
+
+ KG
+
+
+
+ 物料编码
+
+
+
+
+
+
+
+
+ 物料名称
+
+
+
+
+
+
+
+ 物料类别
+
+
+
+
+
+
+
+ 批号
+
+
+
+
+
+
+
+ 数量
+
+
+
+
+
+
+
+ 计量单位
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 3e04b39..28f33fb 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -42,7 +42,7 @@
return {
userName: '',
menuList: [
- {title: '通用功能', path: 'RF06', sonTree: [
+ {title: '通用功能', path: 'RF07', sonTree: [
{title: '入库组箱', path: '/pages/General/warehouse-box'},
{title: '配送组箱', path: '/pages/General/distribution-box'},
{title: '点对点转运', path: '/pages/General/line-transfer'},
@@ -50,12 +50,12 @@
{title: '作业管理', path: '/pages/General/ops-mgmt'},
{title: '点位更新', path: '/pages/General/pt-update'}
]},
- {title: '小料箱功能', path: 'RF03', sonTree: [
+ {title: '小料箱功能', path: 'RF08', 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: 'RF09', sonTree: [
{title: '空载具出入库', path: '/pages/Material/kzj-inout-store'},
{title: '料箱入库', path: '/pages/Material/lx-in-store'},
{title: '物料入库', path: '/pages/Material/mater-in-store'},
@@ -70,7 +70,33 @@
{title: '外包材送入', path: '/pages/hdyy/wbc/wbc-enter'},
{title: '外包材领用', path: '/pages/hdyy/wbc/wbc-getuse'},
{title: '外包材还回', path: '/pages/hdyy/wbc/wbc-return'}
- ]}
+ ]},
+ {title: '空载具管理', path: 'RF02', sonTree: [
+ {title: '空载具入库', path: '/pages/hdyy/kzj/kzj-instore'},
+ {title: '空载具出库', path: '/pages/hdyy/kzj/kzj-outstore'},
+ {title: '空载具堆叠', path: '/pages/hdyy/kzj/kzj-duidie'}
+ ]},
+ {title: '仓储管理', path: 'RF03', sonTree: [
+ {title: '收货入库', path: '/pages/hdyy/ccgl/sh-instore'},
+ {title: '直接入库', path: '/pages/hdyy/ccgl/zj-instore'},
+ {title: '直接出库', path: '/pages/hdyy/ccgl/zj-outstore'},
+ {title: '库内合盘', path: '/pages/hdyy/ccgl/kn-hepan'}
+ ]},
+ {title: '组盘管理', path: 'RF04', sonTree: [
+ {title: '物料组袋', path: '/pages/hdyy/zpgl/mater-zudai'},
+ {title: '物料组盘', path: '/pages/hdyy/zpgl/mater-zupan'},
+ {title: '物料组桶', path: '/pages/hdyy/zpgl/mater-zutong'}
+ ]},
+ {title: '生产管理', path: 'RF05', sonTree: [
+ {title: '成品出料', path: '/pages/hdyy/scgl/cp-chuliao'},
+ {title: '料桶叫料', path: '/pages/hdyy/scgl/lt-callmater'},
+ {title: '料桶称重', path: '/pages/hdyy/scgl/lt-weight'},
+ {title: '点位取货', path: '/pages/hdyy/scgl/point-quhuo'},
+ {title: '生产出料', path: '/pages/hdyy/scgl/sc-chuliao'},
+ {title: '剩料回库', path: '/pages/hdyy/scgl/sl-huiku'},
+ {title: '托盘叫料', path: '/pages/hdyy/scgl/tp-callmater'},
+ {title: '预加工出料', path: '/pages/hdyy/scgl/yjg-chuliao'}
+ ]},
],
show: false,
secM: [],