Explorar o código

订单审计小计计算规则修改

lph hai 1 ano
pai
achega
5785a7e113
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      zkqy-ui/src/views/orderMange/index.vue

+ 1 - 1
zkqy-ui/src/views/orderMange/index.vue

@@ -869,7 +869,7 @@ export default {
           return;
         }
         const values = data.map((item) => Number(item[column.property]));
-        if (index === 2 || index === 4 || index === 5) {
+        if (index === 4 || index === 5) {
           sums[index] = "";
         } else if (!values.every((value) => isNaN(value))) {
           sums[index] = values.reduce((prev, curr) => {