diff --git a/src/views/Inventory/CreatePickingList/index.vue b/src/views/Inventory/CreatePickingList/index.vue index f8eab07a..07741f00 100644 --- a/src/views/Inventory/CreatePickingList/index.vue +++ b/src/views/Inventory/CreatePickingList/index.vue @@ -793,10 +793,6 @@ export default { handleSelectionChange(val) { this.multipleSelection = val }, - // 多选 - handleSelectionChange1(val) { - this.multipleSelection1 = val - }, // 选入 selectInto() { if (this.PartType === '离线采购件') { diff --git a/src/views/Inventory/PurchaseInRecord/index.vue b/src/views/Inventory/PurchaseInRecord/index.vue index c799b622..ec675d06 100644 --- a/src/views/Inventory/PurchaseInRecord/index.vue +++ b/src/views/Inventory/PurchaseInRecord/index.vue @@ -66,7 +66,7 @@