Browse Source

采购退货申请-新增添加id唯一标识

hella_online_20240913
yufei_wang 1 week ago
parent
commit
47da87f5b2
  1. 3
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue

3
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue

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

Loading…
Cancel
Save