Browse Source

数量

hella_online_20240924
王宇飞 8 months ago
parent
commit
0af2a36a84
  1. 2
      src/views/wms/issueManage/productionscrap/productionscrapRecordMain/index.vue
  2. 2
      src/views/wms/issueManage/productionscrap/productionscrapRequestMain/index.vue

2
src/views/wms/issueManage/productionscrap/productionscrapRecordMain/index.vue

@ -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>

2
src/views/wms/issueManage/productionscrap/productionscrapRequestMain/index.vue

@ -84,7 +84,7 @@
> >
<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>

Loading…
Cancel
Save