|
@@ -584,7 +584,8 @@ const clickPrint = (row) => {
|
|
printDetails.value = {...res,...res.contractMap.contract,
|
|
printDetails.value = {...res,...res.contractMap.contract,
|
|
buyContactName:res.buyContactName,
|
|
buyContactName:res.buyContactName,
|
|
buyContactNumber:res.buyContactNumber,
|
|
buyContactNumber:res.buyContactNumber,
|
|
-
|
|
|
|
|
|
+ sellContactName:res.sellContactName,
|
|
|
|
+ sellContactNumber:res.sellContactNumber,
|
|
};
|
|
};
|
|
console.log(printDetails.value.contractMap.contractProductList);
|
|
console.log(printDetails.value.contractMap.contractProductList);
|
|
});
|
|
});
|