From 8ed6a56f0263357d9690dda7b8bc931cbfd3b88a Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Tue, 24 Mar 2026 17:26:30 +0800 Subject: [PATCH] 1.处理估价申请生成估价单报错 --- 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..2f0ac99 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