diff --git a/klp-ui/src/utils/productContent.js b/klp-ui/src/utils/productContent.js index 2a98a90a..dde61ec2 100644 --- a/klp-ui/src/utils/productContent.js +++ b/klp-ui/src/utils/productContent.js @@ -195,8 +195,6 @@ export function calculateProductFields(product, changedField = 'quantity') { return { ...product, - quantity, - taxPrice: round3(taxPrice), noTaxPrice: round3(noTaxPrice), taxTotal: round3(taxTotal), noTaxTotal: round3(noTaxTotal), diff --git a/klp-ui/src/views/wms/report/components/coilTable/index.vue b/klp-ui/src/views/wms/report/components/coilTable/index.vue index dc2e943b..541ef14b 100644 --- a/klp-ui/src/views/wms/report/components/coilTable/index.vue +++ b/klp-ui/src/views/wms/report/components/coilTable/index.vue @@ -1,28 +1,9 @@ + +