|
@ -844,7 +844,8 @@ const onChangeForm = async (field, cur, formRef)=>{ |
|
|
|
|
|
|
|
|
console.log('subList',subList) |
|
|
console.log('subList',subList) |
|
|
if(subList&&subList.length>0){ |
|
|
if(subList&&subList.length>0){ |
|
|
tableData.value = subList.map(item=>({ |
|
|
tableData.value = subList.map((item,index)=>({ |
|
|
|
|
|
'id':index, |
|
|
'batch':item['batch'], |
|
|
'batch':item['batch'], |
|
|
'inventoryStatus':item['inventoryStatus'], |
|
|
'inventoryStatus':item['inventoryStatus'], |
|
|
'inventoryBalance':item['qty'], |
|
|
'inventoryBalance':item['qty'], |
|
|