1edf88c2 by zhangmeng

导出

1 parent f9ffd321
......@@ -672,7 +672,8 @@ function exportSignList(n) {
var obj = {
cptId: matchId.value,
groupId: groupId.value,
type: n
type: n,
buy: buy.value
}
var fileName
if (language.value == 0) {
......@@ -699,7 +700,8 @@ function exportSignList(n) {
function exportPdf() {
var obj = {
cptId: matchId.value,
groupId: groupId.value
groupId: groupId.value,
buy: buy.value
}
var fileName
if (language.value == 0) {
......@@ -778,7 +780,8 @@ const showSJ = () => {
// 查看电子收据预览信息
var obj = {
orderId: form.value.oid,
type: 1
type: 1,
buy: buy.value
}
if (form.value.receiptFlag == '0') {
obj.receiptInfo = lpName.value
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!