|
@@ -581,7 +581,11 @@ const clickPrint = (row) => {
|
|
|
};
|
|
|
openPrint.value = true;
|
|
|
proxy.post("/intermediateContract/getPrintInfo", { id: row.id }).then((res) => {
|
|
|
- printDetails.value = {...res,...res.contractMap.contract};
|
|
|
+ printDetails.value = {...res,...res.contractMap.contract,
|
|
|
+ buyContactName:res.buyContactName,
|
|
|
+ buyContactNumber:res.buyContactNumber,
|
|
|
+
|
|
|
+ };
|
|
|
console.log(printDetails.value.contractMap.contractProductList);
|
|
|
});
|
|
|
};
|