From 24ff0501f06c17d3de8d365a7bcdd7c802367151 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 11 十一月 2025 17:04:58 +0800
Subject: [PATCH] *

---
 src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html b/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
index c0b867a..a9cabba 100644
--- a/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
+++ b/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
@@ -261,7 +261,8 @@
 					class="confirm-report-btn"
 					@click="showConfirmDialog"
 					:loading="reportLoading">
-				纭涓婃姤
+				<!-- 鐩存帴鍦ㄦā鏉夸腑鍒ゆ柇 -->
+				{{ settleA === 17 ? '鍐嶆涓婃姤' :  '纭涓婃姤' }}
 			</el-button>
 			<el-button @click="closeDetailDialog">鍏抽棴</el-button>
 		</div>
@@ -295,6 +296,7 @@
 			currentRow: null,
 			// 瀛愯〃鍒嗛〉
 			detailCurrentPage: 1,
+			settleA: 1,
 			detailPageSize: 5,
 			detailTotal: 0,
 			// 鍔犺浇鐘舵��
@@ -640,6 +642,7 @@
 				this.currentRow = row;
 				this.detailDialogVisible = true;
 				this.detailCurrentPage = 1;
+				this.settleA = row.settle;
 				this.getTableDataB(row.itemName);
 			},
 

--
Gitblit v1.9.1