提交 9d6d5629 authored 作者: pengxiaohui's avatar pengxiaohui

fix:修复通过二维码扫码开票不显示备注和跟进人数据的bug [2180]

上级 293a70a3
...@@ -86,7 +86,9 @@ export default { ...@@ -86,7 +86,9 @@ export default {
this.initData.sales_rep_user_id_name = row.sales_rep_user_id_name this.initData.sales_rep_user_id_name = row.sales_rep_user_id_name
}, },
handleInvoiceQR(row) { handleInvoiceQR(row) {
this.shareUrl = `${import.meta.env.VITE_SHARE_URL}/h5/payment/invoice?id=${row.id}` const remark = row.invoice_remark || row.payer_name
const name = row.sales_rep_user_id_name
this.shareUrl = `${import.meta.env.VITE_SHARE_URL}/h5/payment/invoice?id=${row.id}&remark=${remark}&name=${name}`
this.shareDialogVisible = true this.shareDialogVisible = true
}, },
handleSelectionChange() {}, handleSelectionChange() {},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论