From 45d1739bf5ee14e682abcab3bac4b9c8238c6412 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 03 七月 2026 13:53:31 +0800
Subject: [PATCH] 原材料下单:报告下载添加审批状态校验,避免跳转页面报错问题

---
 src/utils/excelFountion.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/excelFountion.js b/src/utils/excelFountion.js
index 3cd11a9..4a2c516 100644
--- a/src/utils/excelFountion.js
+++ b/src/utils/excelFountion.js
@@ -246,7 +246,7 @@
 function getABCList(f) {
   try {
     let regex = /[=\+\-\*\%\(\)\/\^\s]/g;
-    let fouList = ["SUM", "MAX", "MIN", "AVERAGE", "ABS"];
+    let fouList = ["SUM", "MAX", "MIN", "AVERAGE", "ABS","SQRT"];
     f = f
       .replace(regex, ",")
       .replace(new RegExp('"&', "g"), "")

--
Gitblit v1.9.3