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,