From 4963aa4888fc1bcfa6de0c392ee26a134a460cfe Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 05 六月 2024 14:55:43 +0800 Subject: [PATCH] 货盘运输移库数量预填写 --- src/views/common/ztt-table.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/common/ztt-table.vue b/src/views/common/ztt-table.vue index e681840..3eaa9ef 100644 --- a/src/views/common/ztt-table.vue +++ b/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鑷�傚簲楂樺害搴曢儴楂樺害 @@ -1379,6 +1381,7 @@ this.multipleSelection = selection this.$emit('handleSelectionChange', selection) } */ + this.$emit('shoudonggouxuan',row) }, handleSelectionChange(val) { this.multipleSelection = val -- Gitblit v1.9.3