From da41b2498b4b445b366ae15a2fad984a46079f9e Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Wed, 25 Mar 2026 10:43:41 +0800 Subject: [PATCH] 1.处理估价申请生成估价单,接口缺sRowData参数问题 --- src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js b/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js index d08d1f8..515a7f4 100644 --- a/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js +++ b/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js @@ -3137,7 +3137,7 @@ class QuotationPackTableTree extends Component { } }); const sProductIds = sProductIdArray.toString(); - const condition = { sCustomerId, sProductIds }; + const condition = { sCustomerId, sProductIds, sRowData: copyTo.slaveData }; const dataUrl = `${commonConfig.server_host}salesorder/getProcessCardDataByCustomIdProductId/?sModelsId=${sModelsId}`; const dataReturn = (await commonServices.postValueService(token, condition, dataUrl)).data; if (dataReturn.code === 1) { -- libgit2 0.22.2