src/views/statistic/storageRecord.vue
@@ -542,6 +542,7 @@ if (row.create_date) { // 说明点击的时 单行删除 data = [ { 'repoid': row.repoid, 'hbillno': row.hbillno, 'salecode': row.salecode, 'mo_no': row.mo_no, @@ -558,6 +559,7 @@ } else { // 说明是批量删除 this.multipleSelection.forEach(row => { data.push({ 'repoid': row.repoid, 'hbillno': row.hbillno, 'salecode': row.salecode, 'mo_no': row.mo_no,