Commit 8ed6a56f0263357d9690dda7b8bc931cbfd3b88a

Authored by Min
1 parent ce69b792

1.处理估价申请生成估价单报错

src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js
@@ -3137,7 +3137,7 @@ class QuotationPackTableTree extends Component { @@ -3137,7 +3137,7 @@ class QuotationPackTableTree extends Component {
3137 } 3137 }
3138 }); 3138 });
3139 const sProductIds = sProductIdArray.toString(); 3139 const sProductIds = sProductIdArray.toString();
3140 - const condition = { sCustomerId, sProductIds }; 3140 + const condition = { sCustomerId, sProductIds, sRowData: copyTo.slaveData};
3141 const dataUrl = `${commonConfig.server_host}salesorder/getProcessCardDataByCustomIdProductId/?sModelsId=${sModelsId}`; 3141 const dataUrl = `${commonConfig.server_host}salesorder/getProcessCardDataByCustomIdProductId/?sModelsId=${sModelsId}`;
3142 const dataReturn = (await commonServices.postValueService(token, condition, dataUrl)).data; 3142 const dataReturn = (await commonServices.postValueService(token, condition, dataUrl)).data;
3143 if (dataReturn.code === 1) { 3143 if (dataReturn.code === 1) {