From 0b7bc50347ee1af032eb5e64c82e55fd43f1a93d Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期五, 14 十一月 2025 11:49:54 +0800
Subject: [PATCH] *

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

diff --git a/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html b/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
index c0b867a..4138c62 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,
 			// 鍔犺浇鐘舵��
@@ -586,7 +588,6 @@
 						if (typeof done === 'function') {
 							done();
 						}
-
 						if (res.code === 200 || res.success) {
 							this.$message({
 								message: `缁勮揣鍗曞彿 ${groupOrderNo} 涓婃姤鎴愬姛`,
@@ -640,6 +641,7 @@
 				this.currentRow = row;
 				this.detailDialogVisible = true;
 				this.detailCurrentPage = 1;
+				this.settleA = row.settle;
 				this.getTableDataB(row.itemName);
 			},
 

--
Gitblit v1.9.1