diff --git a/pages/hdyy/scgl/lt-weight.vue b/pages/hdyy/scgl/lt-weight.vue
index 971e1fd..0982788 100644
--- a/pages/hdyy/scgl/lt-weight.vue
+++ b/pages/hdyy/scgl/lt-weight.vue
@@ -128,8 +128,9 @@
async _getTaskBucketGroupInfo () {
try {
let res = await getTaskBucketGroupInfo(this.val1)
- if (res && res.data.length > 0) {
- this.dataList = [...res.data]
+ if (res) {
+ this.dataList = [...res.data.row]
+ console.log(this.dataList, 'dataList')
this.num = this.dataList.reduce((sum, item) => sum + Number(item.qty), 0)
} else {
this.dataList = []
diff --git a/pages/hdyy/scgl/md-xialiao.vue b/pages/hdyy/scgl/md-xialiao.vue
index 395bafa..2f01d66 100644
--- a/pages/hdyy/scgl/md-xialiao.vue
+++ b/pages/hdyy/scgl/md-xialiao.vue
@@ -4,81 +4,38 @@
+
+
+ 物料编码
+
+
+
+
+
+
+
+
+ 盒数
+
+
+
+
+
当前点位
-
-
-
-
-
-
- 载具
-
-
-
- 总数量
-
-
-
-
-
-
-
-
-
-
-
- | 序号 |
- 袋号 |
- 物料编码 |
- 物料名称 |
- 批号 |
- 出库数量 |
- 单位 |
- 供应商 |
- 类别 |
- 规格 |
- 型号 |
- 点位 |
- 载具 |
-
-
-
-
- | {{i+1}} |
- {{e.bag_code}} |
- {{e.material_code}} |
- {{e.material_name}} |
- {{e.pcsn}} |
- {{e.qty}} |
- {{e.qty_unit_name}} |
- {{e.supp_name}} |
- {{e.class_name}} |
- {{e.material_spec}} |
- {{e.material_model}} |
- {{e.struct_code}} |
- {{e.vehicle_code}} |
-
-
-
-
-
-
-
+
+
@@ -86,7 +43,7 @@