Browse Source

YT-1494预计出库存、预计入库存直接点击批量删除,应有提示

intex_online20241228
zhaoyiran 2 months ago
parent
commit
5f1e8fbc7a
  1. 1
      src/views/wms/inventoryManage/expectin/index.vue
  2. 1
      src/views/wms/inventoryManage/expectout/index.vue

1
src/views/wms/inventoryManage/expectin/index.vue

@ -160,6 +160,7 @@ const handleSelectionDelete = async ()=>{
rows = [...rows,...item.selectionRows.map(item1=>item1.id)] rows = [...rows,...item.selectionRows.map(item1=>item1.id)]
}) })
if(rows.length==0){ if(rows.length==0){
message.warning("至少勾选一条数据!")
return return
} }
try { try {

1
src/views/wms/inventoryManage/expectout/index.vue

@ -160,6 +160,7 @@ const handleSelectionDelete = async ()=>{
rows = [...rows,...item.selectionRows.map(item1=>item1.id)] rows = [...rows,...item.selectionRows.map(item1=>item1.id)]
}) })
if(rows.length==0){ if(rows.length==0){
message.warning("至少勾选一条数据!")
return return
} }
try { try {

Loading…
Cancel
Save