|
@ -810,12 +810,14 @@ const onChangeForm = async (field, cur, formRef)=>{ |
|
|
if(subList&&subList.length>0){ |
|
|
if(subList&&subList.length>0){ |
|
|
tableData.value = subList.map(item=>({ |
|
|
tableData.value = subList.map(item=>({ |
|
|
'batch':item['batch'], |
|
|
'batch':item['batch'], |
|
|
'status':item['inventoryStatus'], |
|
|
'inventoryStatus':item['inventoryStatus'], |
|
|
'inventoryBalance':item['qty'], |
|
|
'inventoryBalance':item['qty'], |
|
|
'qty':0, |
|
|
'qty':0, |
|
|
'reason_type':'', |
|
|
'reason_type':'', |
|
|
'reason':'' |
|
|
'reason':'' |
|
|
})) |
|
|
})) |
|
|
|
|
|
}else{ |
|
|
|
|
|
tableData.value = [] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|