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); },