|
|
@ -226,6 +226,10 @@ const getSelectionRows = (currentPage,currentPageSelectionRows) => { |
|
|
|
|
|
|
|
const searchTableSuccessDetail = async (formField, searchField, val, formRef,searchTableFormModel)=>{ |
|
|
|
console.log('详情',formField, searchField, val, formRef,searchTableFormModel) |
|
|
|
val.forEach(item=>{ |
|
|
|
item.deliveryDate = item['prhRcpDate'] |
|
|
|
item.arrivalQty = item['prhRcvd'] |
|
|
|
}) |
|
|
|
await SupplierinvoiceRequestDetailApi.createSupplierinvoiceRequestDetail({ |
|
|
|
masterId:searchTableFormModel.masterId, |
|
|
|
subList:val |
|
|
|