|
|
@ -320,11 +320,11 @@ |
|
|
|
</template> |
|
|
|
<!-- 未税尾差 --> |
|
|
|
<template #Descriptions_beforeTaxDiffAmount="{ row }"> |
|
|
|
<span>{{row['totalTaxDiffAmount']}}<span class="red-text"> (含返利未税:{{ row['discountAmount1'] }})</span></span> |
|
|
|
<span>{{row['beforeTaxDiffAmount']}}<span class="red-text"> (含返利未税:{{ row['discountAmount1'] }})</span></span> |
|
|
|
</template> |
|
|
|
<!-- 税额尾差 --> |
|
|
|
<template #Descriptions_taxAmountDiff="{ row }"> |
|
|
|
<span>{{row['totalTaxDiffAmount']}}<span class="red-text"> (含返利税额:{{ row['rebateTax'] }})</span></span> |
|
|
|
<span>{{row['taxAmountDiff']}}<span class="red-text"> (含返利税额:{{ row['rebateTax'] }})</span></span> |
|
|
|
</template> |
|
|
|
<template #differencePrice="{ row }"> |
|
|
|
<span :class="{ 'red-text': row.differencePrice != 0 }">{{ row.differencePrice }}</span> |
|
|
|