Commit 8ed6a56f0263357d9690dda7b8bc931cbfd3b88a
1 parent
ce69b792
1.处理估价申请生成估价单报错
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js
| ... | ... | @@ -3137,7 +3137,7 @@ class QuotationPackTableTree extends Component { |
| 3137 | 3137 | } |
| 3138 | 3138 | }); |
| 3139 | 3139 | const sProductIds = sProductIdArray.toString(); |
| 3140 | - const condition = { sCustomerId, sProductIds }; | |
| 3140 | + const condition = { sCustomerId, sProductIds, sRowData: copyTo.slaveData}; | |
| 3141 | 3141 | const dataUrl = `${commonConfig.server_host}salesorder/getProcessCardDataByCustomIdProductId/?sModelsId=${sModelsId}`; |
| 3142 | 3142 | const dataReturn = (await commonServices.postValueService(token, condition, dataUrl)).data; |
| 3143 | 3143 | if (dataReturn.code === 1) { | ... | ... |