diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index e00aa31..96251ef 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -1268,7 +1268,7 @@ const BoxComponent = props => { viewConfigs: newConfig, tableConfig: { ...slaveConfig, gdsconfigformslave: newConfig }, iColValueView: 24, - viewRow: slaveRowData, + viewRow: { ...slaveRowData, sProductClassifyId: selectedNode.sId }, tableName: `slaveUp${boxModel}`, }; }; @@ -1780,6 +1780,8 @@ const MaterialsComponent = props => { sName: "bComMaterials", iColValue: 4, }; + } else { + return item; } });