diff --git a/mes/qd/src/views/wms/statistics/materPlan/StructIvt3.vue b/mes/qd/src/views/wms/statistics/materPlan/StructIvt3.vue
index 56c9a725..d1739054 100644
--- a/mes/qd/src/views/wms/statistics/materPlan/StructIvt3.vue
+++ b/mes/qd/src/views/wms/statistics/materPlan/StructIvt3.vue
@@ -56,9 +56,9 @@
-
-
-
+
+
+
@@ -177,7 +177,7 @@ export default {
sums[index]
}
- if (column.property === 'NORIGTAXMNY') {
+ if (column.property === 'norigtaxmny') {
const total = values.reduce((prev, curr) => {
const value = Number(curr)
if (!isNaN(value)) {