zouyu
2024-04-25 5bacc5e126870e63b9ba1facbabf2878bdccfa7d
解决销售订单跨页无法多选问题
已修改2个文件
5 ■■■■ 文件已修改
src/views/common/ztt-table.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/customerorder/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/common/ztt-table.vue
@@ -181,6 +181,7 @@
        <el-table-column
          align="center"
          type="selection"
          :reserve-selection="options.reserveSelection"
          v-if="options.multiSelect && !isEdit"
          style="width: 55px;"
          :selectable="selectHandle"
@@ -666,7 +667,8 @@
        tableCellMerge: false,
        cancelRunCreated: false, // 是否执行created()内容
        isGenerateId: false,
        isGenerateField: 'id'
        isGenerateField: 'id',
        reserveSelection: false,
      }
    },
    // table自适应高度底部高度
src/views/plan/customerorder/index.vue
@@ -535,6 +535,7 @@
        isSearch: true, // 高级查询按钮
        defaultOrderBy: { column: 'placeOrderDate', direction: 'desc' },
        cancelRunCreated: true,
        reserveSelection: true,//是否保留之前选择的数据
      },
      table: {
        total: 0,