|
@ -62,7 +62,7 @@ |
|
|
:detailAllSchemasRules="ProductionscrapRecordDetailRules" |
|
|
:detailAllSchemasRules="ProductionscrapRecordDetailRules" |
|
|
:apiPage="ProductionscrapRecordDetailApi.getProductionscrapRecordDetailPage" |
|
|
:apiPage="ProductionscrapRecordDetailApi.getProductionscrapRecordDetailPage" |
|
|
> |
|
|
> |
|
|
<template #table-qty="{row}"> |
|
|
<template #qty="{row}"> |
|
|
<span>{{ Number(row.qty).toFixed(2) }}</span> |
|
|
<span>{{ Number(row.qty).toFixed(2) }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</Detail> |
|
|
</Detail> |
|
|