Commit b69779fa1b96309d97e5f9eabd4f50f2fa880ccc
1 parent
1830f667
优化快速报价传惨;
Showing
1 changed file
with
3 additions
and
1 deletions
src/components/QuickQuote/index.jsx
| ... | ... | @@ -1268,7 +1268,7 @@ const BoxComponent = props => { |
| 1268 | 1268 | viewConfigs: newConfig, |
| 1269 | 1269 | tableConfig: { ...slaveConfig, gdsconfigformslave: newConfig }, |
| 1270 | 1270 | iColValueView: 24, |
| 1271 | - viewRow: slaveRowData, | |
| 1271 | + viewRow: { ...slaveRowData, sProductClassifyId: selectedNode.sId }, | |
| 1272 | 1272 | tableName: `slaveUp${boxModel}`, |
| 1273 | 1273 | }; |
| 1274 | 1274 | }; |
| ... | ... | @@ -1780,6 +1780,8 @@ const MaterialsComponent = props => { |
| 1780 | 1780 | sName: "bComMaterials", |
| 1781 | 1781 | iColValue: 4, |
| 1782 | 1782 | }; |
| 1783 | + } else { | |
| 1784 | + return item; | |
| 1783 | 1785 | } |
| 1784 | 1786 | }); |
| 1785 | 1787 | ... | ... |