From 6a853abd07673d47a0774c2d7314c1b60f492c90 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Thu, 26 Jun 2025 11:26:36 +0800 Subject: [PATCH] 新增价格明细功能; --- src/components/QuickQuote/index.jsx | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 98a024b..3a9ad38 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2287,13 +2287,13 @@ const ManyComponent = props => { const [submitLoading, setSubmitLoading] = useState(false); const [processPercent, setProcessPercent] = useState(0); - const [BtnNewQuotation, BtnDraft, BtnPriceverification, BtnConfirmQuantity, btnOrdering, BtnPrintPreview] = props.getI18nNameList( + const [BtnNewQuotation, BtnDraft, BtnPriceverification, BtnConfirmQuantity, btnOrdering, BtnPriceDetails] = props.getI18nNameList( ["BtnNewQuotation", "新报价"], ["BtnDraft", "存草稿"], ["BtnPriceverification", "核价"], ["BtnConfirmQuantity", "确认下单数量"], ["btnOrdering", "下单中..."], - ["BtnPrintPreview", "打印预览"] + ["BtnPriceDetails", "价格明细"] ); // 核价事件 @@ -2411,8 +2411,19 @@ const ManyComponent = props => { > {BtnDraft} -