From 2f7178965ebd66f0643315e5154099d3b2dcb744 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Tue, 1 Jul 2025 17:01:58 +0800 Subject: [PATCH] sProductNo默认设为XP0001; --- 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 51813f1..de77197 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -681,7 +681,7 @@ const QuickQuoteEvent = props => { sProductName: tableDataRowNew.sProductName, sProductStyle: tableDataRowNew.sProductStyle, sProductUnit: tableDataRowNew.sProductUnit, - sProductNo: tableDataRowNew.sProductNo, + sProductNo: tableDataRowNew.sProductNo || "XP0001", sCustomerProductNo: tableDataRowNew.sCustomerProductNo, sProductClassifyId: tableDataRowNew.sProductClassifyId, sProductClassifyName: tableDataRowNew.sProductClassifyName, -- libgit2 0.22.2