|
@ -74,7 +74,17 @@ |
|
|
" |
|
|
" |
|
|
@buttonBaseClick="detailButtonBaseClick" |
|
|
@buttonBaseClick="detailButtonBaseClick" |
|
|
@searchTableSuccessDetail="searchTableSuccessDetail" |
|
|
@searchTableSuccessDetail="searchTableSuccessDetail" |
|
|
/> |
|
|
> |
|
|
|
|
|
<template #taxAmount="scrop"> |
|
|
|
|
|
{{scrop.row.taxAmount.toFixed(2)}} |
|
|
|
|
|
</template> |
|
|
|
|
|
<template #afterTaxAmount="scrop"> |
|
|
|
|
|
{{scrop.row.afterTaxAmount.toFixed(2)}} |
|
|
|
|
|
</template> |
|
|
|
|
|
<template #beforeTaxAmount="scrop"> |
|
|
|
|
|
{{scrop.row.beforeTaxAmount.toFixed(2)}} |
|
|
|
|
|
</template> |
|
|
|
|
|
</Detail> |
|
|
|
|
|
|
|
|
<!-- 导入 --> |
|
|
<!-- 导入 --> |
|
|
<ImportForm ref="importFormRef" url="/wms/deliver-plan-main/import" :importTemplateData="importTemplateData" |
|
|
<ImportForm ref="importFormRef" url="/wms/deliver-plan-main/import" :importTemplateData="importTemplateData" |
|
|