|
@ -113,9 +113,9 @@ |
|
|
@sumFormDataHandle="sumFormDataHandle" |
|
|
@sumFormDataHandle="sumFormDataHandle" |
|
|
> |
|
|
> |
|
|
|
|
|
|
|
|
<template #searchTableSelectionsActions="{selections}"> |
|
|
<template #selectionsActionspoLine="{selections}"> |
|
|
<div style="text-align: left;margin-right:10px"> |
|
|
<div style="text-align: left;margin-right:10px"> |
|
|
系统未税金额:{{Number(selections.selections.reduce((prev, item) => prev + Number(Number(Number(Number(item['purchasePrice']).toFixed(2))*item['invoicableQuantity']).toFixed(2)),0)).toFixed(2)}} |
|
|
系统未税金额:{{Number(selections.reduce((prev, item) => prev + Number(Number(Number(Number(item['purchasePrice']).toFixed(2))*item['invoicableQuantity']).toFixed(2)),0)).toFixed(2)}} |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
<!-- <template #foorter> |
|
|
<!-- <template #foorter> |
|
|