From f0a7fa09eeef7fd9dc97173b5ef8e319d17c7f28 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期一, 10 十一月 2025 17:44:14 +0800
Subject: [PATCH] *
---
src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html b/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
index dae5b04..315fbe5 100644
--- a/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
+++ b/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
@@ -372,13 +372,13 @@
},
// 鑾峰彇瀛愯〃B鏁版嵁锛堟牴鎹疄闄呬笟鍔¤皟鏁达級
- getTableDataB(orderNo) {
+ getTableDataB(itemName) {
let that = this;
that.detailLoading = true;
// 鏋勫缓璇锋眰鍙傛暟
let params = {
- order_no: orderNo,
+ item_name: itemName,
curr: that.detailCurrentPage,
limit: that.detailPageSize
};
@@ -539,7 +539,7 @@
this.currentRow = row;
this.detailDialogVisible = true;
this.detailCurrentPage = 1;
- this.getTableDataB(row.orderNo);
+ this.getTableDataB(row.itemName);
},
// 鍏抽棴璇︽儏寮圭獥
@@ -568,7 +568,7 @@
this.detailPageSize = val;
this.detailCurrentPage = 1;
if (this.currentRow) {
- this.getTableDataB(this.currentRow.orderNo);
+ this.getTableDataB(this.currentRow.itemName);
}
},
@@ -576,7 +576,7 @@
handleDetailCurrentChange(val) {
this.detailCurrentPage = val;
if (this.currentRow) {
- this.getTableDataB(this.currentRow.orderNo);
+ this.getTableDataB(this.currentRow.itemName);
}
},
--
Gitblit v1.9.1