|
|
|
@ -257,6 +257,7 @@
|
|
|
|
|
:html="details.html" |
|
|
|
|
v-model="details.popUpShow.QrCodeVisited" |
|
|
|
|
width="780px" |
|
|
|
|
type="titlePrint" |
|
|
|
|
:isShowExport="false" |
|
|
|
|
/> |
|
|
|
|
|
|
|
|
@ -627,7 +628,7 @@ const handleShowHtml = async () => {
|
|
|
|
|
ElMessage.warning('请选择至少一条数据'); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
let qr = details.selectionList.map(item=>item.id).join(',') |
|
|
|
|
let qr = details.selectionList.map(item => item.id).join(','); |
|
|
|
|
console.log(qr); |
|
|
|
|
details.html = ''; |
|
|
|
|
const res = await getPrintTemplate(qr); |
|
|
|
|