导出
Showing
1 changed file
with
6 additions
and
3 deletions
| ... | @@ -672,7 +672,8 @@ function exportSignList(n) { | ... | @@ -672,7 +672,8 @@ function exportSignList(n) { |
| 672 | var obj = { | 672 | var obj = { |
| 673 | cptId: matchId.value, | 673 | cptId: matchId.value, |
| 674 | groupId: groupId.value, | 674 | groupId: groupId.value, |
| 675 | type: n | 675 | type: n, |
| 676 | buy: buy.value | ||
| 676 | } | 677 | } |
| 677 | var fileName | 678 | var fileName |
| 678 | if (language.value == 0) { | 679 | if (language.value == 0) { |
| ... | @@ -699,7 +700,8 @@ function exportSignList(n) { | ... | @@ -699,7 +700,8 @@ function exportSignList(n) { |
| 699 | function exportPdf() { | 700 | function exportPdf() { |
| 700 | var obj = { | 701 | var obj = { |
| 701 | cptId: matchId.value, | 702 | cptId: matchId.value, |
| 702 | groupId: groupId.value | 703 | groupId: groupId.value, |
| 704 | buy: buy.value | ||
| 703 | } | 705 | } |
| 704 | var fileName | 706 | var fileName |
| 705 | if (language.value == 0) { | 707 | if (language.value == 0) { |
| ... | @@ -778,7 +780,8 @@ const showSJ = () => { | ... | @@ -778,7 +780,8 @@ const showSJ = () => { |
| 778 | // 查看电子收据预览信息 | 780 | // 查看电子收据预览信息 |
| 779 | var obj = { | 781 | var obj = { |
| 780 | orderId: form.value.oid, | 782 | orderId: form.value.oid, |
| 781 | type: 1 | 783 | type: 1, |
| 784 | buy: buy.value | ||
| 782 | } | 785 | } |
| 783 | if (form.value.receiptFlag == '0') { | 786 | if (form.value.receiptFlag == '0') { |
| 784 | obj.receiptInfo = lpName.value | 787 | obj.receiptInfo = lpName.value | ... | ... |
-
Please register or sign in to post a comment