diff --git a/pages/entry/mater-group.vue b/pages/entry/mater-group.vue
index e7226a5..b0b425f 100644
--- a/pages/entry/mater-group.vue
+++ b/pages/entry/mater-group.vue
@@ -1,6 +1,6 @@
-
+
@@ -12,14 +12,6 @@
-
-
- 地面站点
-
-
-
-
-
物料信息
@@ -52,14 +44,6 @@
-
物料数量
@@ -68,6 +52,14 @@
+
+
+ 物料批次
+
+
+
+
+
源单编码
@@ -80,7 +72,7 @@
-
+
@@ -129,13 +121,13 @@
},
async _groupPlate () {
this.disabled = true
- if (JSON.stringify(this.currentData) === '{}' || !this.val3) {
+ if (JSON.stringify(this.currentData) === '{}') {
this.disabled = false
return
}
try {
this.currentData.stor_code = this.index
- let res = await groupPlate(this.currentData.material_id, this.currentData.pcsn, this.currentData.qty, this.val2, this.val1, this.val3)
+ let res = await groupPlate(this.currentData.material_id, this.val3, this.currentData.qty, this.val2, this.val1)
uni.showToast({
title: res.message,
icon: 'none'
diff --git a/pages/entry/mater-group2.vue b/pages/entry/mater-group2.vue
index c4a8a60..8720698 100644
--- a/pages/entry/mater-group2.vue
+++ b/pages/entry/mater-group2.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 9cbfa78..6656c1f 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -42,7 +42,7 @@
userName: '',
menuList: [
{title: '预装管理', path: 'RF04', sonTree: [{title: '物料组盘', path: '/pages/entry/mater-group2'}, {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/quhuo-confirm'}, {title: '产线转运', path: '/pages/outbound/line-transfer2'}]},
+ {title: '产线管理', path: 'RF07', sonTree: [{title: '产线叫料', path: '/pages/outbound/line-callmater'}, {title: '线边仓出库', path: '/pages/outbound/mater-outstore'}, {title: '产线转运', path: '/pages/outbound/line-transfer2'}]},
{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: 'RF02', sonTree: [{title: '线边仓出库', path: '/pages/outbound/mater-outstore'}, {title: '产线叫料', path: '/pages/outbound/line-callmater'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}, {title: '产线转运', path: '/pages/outbound/line-transfer'}, {title: '空载具出库', path: '/pages/outbound/empty-vehicle-outstore'}, {title: 'CTU载具出库', path: '/pages/outbound/ctu-vehicle-outstore'}]},
// {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'}]},