diff --git a/pages/hdyy/scgl/lt-weight.vue b/pages/hdyy/scgl/lt-weight.vue index 0982788..ea644ec 100644 --- a/pages/hdyy/scgl/lt-weight.vue +++ b/pages/hdyy/scgl/lt-weight.vue @@ -47,6 +47,7 @@ + @@ -55,20 +56,22 @@ - + - + + + - + - +
选择 序号 桶号 物料编码类别 规格 型号点位目的点位
{{i+1}}{{e.bag_code}}{{e.bucket_code}} {{e.material_code}} {{e.material_name}} {{e.pcsn}} {{e.class_name}} {{e.material_spec}} {{e.material_model}}{{e.struct_code}}
@@ -130,7 +133,8 @@ let res = await getTaskBucketGroupInfo(this.val1) if (res) { this.dataList = [...res.data.row] - console.log(this.dataList, 'dataList') + this.pkId = this.dataList[0].bucket_code + this.pkObj = this.dataList[0] this.num = this.dataList.reduce((sum, item) => sum + Number(item.qty), 0) } else { this.dataList = []