From d83f39efe6c0bb2c2ce1c7d8a4db33ee98aed73c Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 9 Aug 2024 13:47:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=AE=A1=E7=90=86:=20?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/locales/en/products.json | 1 + public/locales/zh/products.json | 1 + src/views/products/Detail/Header.jsx | 6 +-- src/views/products/Detail/ProductInfo.jsx | 38 ++++++++++++------- src/views/products/Detail/ProductInfoForm.jsx | 25 +++++++----- .../products/Detail/ProductInfoQuotation.jsx | 5 ++- 6 files changed, 48 insertions(+), 28 deletions(-) diff --git a/public/locales/en/products.json b/public/locales/en/products.json index 6ae1f9f..e5e841c 100644 --- a/public/locales/en/products.json +++ b/public/locales/en/products.json @@ -116,6 +116,7 @@ "Weekdays": "Weekdays" }, + "sureSubmitAudit": "确认提交所有产品审核? 提交后,所有产品将进入待审核流程. ", "FormTooltip": { "Type": "Product Type", "Title": "Title", diff --git a/public/locales/zh/products.json b/public/locales/zh/products.json index 50d586c..37cfb4f 100644 --- a/public/locales/zh/products.json +++ b/public/locales/zh/products.json @@ -105,6 +105,7 @@ "Operation": "Operation" }, + "sureSubmitAudit": "确认提交所有产品审核? 提交后,所有产品将进入待审核流程. ", "FormTooltip": { "Type": "Product Type", "Title": "Title", diff --git a/src/views/products/Detail/Header.jsx b/src/views/products/Detail/Header.jsx index 84d7bb0..493a207 100644 --- a/src/views/products/Detail/Header.jsx +++ b/src/views/products/Detail/Header.jsx @@ -181,10 +181,10 @@ const Header = ({ refresh, newActionable, ...props }) => { )} - {activeAgencyState === 0 && ( + {/* {activeAgencyState === 0 && ( */} <> - + - + + ) },