Commit 2f7178965ebd66f0643315e5154099d3b2dcb744

Authored by zhangzzzz
1 parent 91bcda7b

sProductNo默认设为XP0001;

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