From 8f5ec8e3c5c74f9a9df5deebd288bf38bd9006a0 Mon Sep 17 00:00:00 2001 From: zhangzhiqiang Date: Fri, 24 Feb 2023 10:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E5=9C=A8=E9=80=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/qd/src/views/wms/statistics/materPlan/StructIvt3.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)) {