自动化立体仓库 - WMS系统
*
lsh
21 小时以前 24ff0501f06c17d3de8d365a7bcdd7c802367151
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);
         },