Commit b69779fa1b96309d97e5f9eabd4f50f2fa880ccc

Authored by zhangzzzz
1 parent 1830f667

优化快速报价传惨;

src/components/QuickQuote/index.jsx
@@ -1268,7 +1268,7 @@ const BoxComponent = props => { @@ -1268,7 +1268,7 @@ const BoxComponent = props => {
1268 viewConfigs: newConfig, 1268 viewConfigs: newConfig,
1269 tableConfig: { ...slaveConfig, gdsconfigformslave: newConfig }, 1269 tableConfig: { ...slaveConfig, gdsconfigformslave: newConfig },
1270 iColValueView: 24, 1270 iColValueView: 24,
1271 - viewRow: slaveRowData, 1271 + viewRow: { ...slaveRowData, sProductClassifyId: selectedNode.sId },
1272 tableName: `slaveUp${boxModel}`, 1272 tableName: `slaveUp${boxModel}`,
1273 }; 1273 };
1274 }; 1274 };
@@ -1780,6 +1780,8 @@ const MaterialsComponent = props => { @@ -1780,6 +1780,8 @@ const MaterialsComponent = props => {
1780 sName: "bComMaterials", 1780 sName: "bComMaterials",
1781 iColValue: 4, 1781 iColValue: 4,
1782 }; 1782 };
  1783 + } else {
  1784 + return item;
1783 } 1785 }
1784 }); 1786 });
1785 1787