Commit 2f7178965ebd66f0643315e5154099d3b2dcb744

Authored by zhangzzzz
1 parent 91bcda7b

sProductNo默认设为XP0001;

src/components/QuickQuote/index.jsx
@@ -681,7 +681,7 @@ const QuickQuoteEvent = props => { @@ -681,7 +681,7 @@ const QuickQuoteEvent = props => {
681 sProductName: tableDataRowNew.sProductName, 681 sProductName: tableDataRowNew.sProductName,
682 sProductStyle: tableDataRowNew.sProductStyle, 682 sProductStyle: tableDataRowNew.sProductStyle,
683 sProductUnit: tableDataRowNew.sProductUnit, 683 sProductUnit: tableDataRowNew.sProductUnit,
684 - sProductNo: tableDataRowNew.sProductNo, 684 + sProductNo: tableDataRowNew.sProductNo || "XP0001",
685 sCustomerProductNo: tableDataRowNew.sCustomerProductNo, 685 sCustomerProductNo: tableDataRowNew.sCustomerProductNo,
686 sProductClassifyId: tableDataRowNew.sProductClassifyId, 686 sProductClassifyId: tableDataRowNew.sProductClassifyId,
687 sProductClassifyName: tableDataRowNew.sProductClassifyName, 687 sProductClassifyName: tableDataRowNew.sProductClassifyName,