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