Browse Source

数量

hella_online_20240924
yufei_wang 2 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"
:apiPage="ProductionscrapRecordDetailApi.getProductionscrapRecordDetailPage"
>
<template #table-qty="{row}">
<template #qty="{row}">
<span>{{ Number(row.qty).toFixed(2) }}</span>
</template>
</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>
</template>
</Detail>

Loading…
Cancel
Save