From cae34cb29245b20957106705536c556100a6a467 Mon Sep 17 00:00:00 2001 From: chenxt <10125295+chen-xintao97@user.noreply.gitee.com> Date: Wed, 5 Nov 2025 13:43:48 +0800 Subject: [PATCH] 快速报价 --- src/components/QuickQuote/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index bd5aa45..0a207a6 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2539,7 +2539,7 @@ const BoxComponent = props => { slaveNewData.forEach(x => { let key = 0; if (x.sAssignFormula) { - key = sBillNo && x.bVisible ? slaveRowData[x.sName] : evaluateFormula(x.sAssignFormula, variables); + key = evaluateFormula(x.sAssignFormula, variables); slaveRowData[x.sName] = key; } else { if (x.sTypes && x.sTypes.includes('09')) { -- libgit2 0.22.2