From b8edf4b1a0fdecf995a4004541f1f4d3ed86bdb3 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Sun, 1 Feb 2026 15:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=99=E6=A1=B6=E7=A7=B0=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/hdyy/scgl/lt-weight.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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 = []