旅游
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -998,7 +998,6 @@ function submitSJ() { | ... | @@ -998,7 +998,6 @@ function submitSJ() { |
| 998 | cancelButtonText: language.value == 0 ? '取消' : 'Cancel', | 998 | cancelButtonText: language.value == 0 ? '取消' : 'Cancel', |
| 999 | type: 'warning' | 999 | type: 'warning' |
| 1000 | }).then(() => { | 1000 | }).then(() => { |
| 1001 | form.value.receiptFlag = '1' | ||
| 1002 | showSJ() | 1001 | showSJ() |
| 1003 | }) | 1002 | }) |
| 1004 | } | 1003 | } |
| ... | @@ -1021,6 +1020,7 @@ const showSJ = async() => { | ... | @@ -1021,6 +1020,7 @@ const showSJ = async() => { |
| 1021 | ...obj | 1020 | ...obj |
| 1022 | }, `Receipt.pdf`, {}, 'application/pdf') | 1021 | }, `Receipt.pdf`, {}, 'application/pdf') |
| 1023 | showSJDialog.value = false | 1022 | showSJDialog.value = false |
| 1023 | form.value.receiptFlag = '1' | ||
| 1024 | } | 1024 | } |
| 1025 | </script> | 1025 | </script> |
| 1026 | 1026 | ... | ... |
| ... | @@ -756,7 +756,6 @@ function submitSJ() { | ... | @@ -756,7 +756,6 @@ function submitSJ() { |
| 756 | cancelButtonText: language.value == 0 ? '取消' : 'Cancel', | 756 | cancelButtonText: language.value == 0 ? '取消' : 'Cancel', |
| 757 | type: 'warning' | 757 | type: 'warning' |
| 758 | }).then(() => { | 758 | }).then(() => { |
| 759 | form.value.receiptFlag = '1' | ||
| 760 | showSJ() | 759 | showSJ() |
| 761 | }) | 760 | }) |
| 762 | } | 761 | } |
| ... | @@ -797,6 +796,7 @@ const showSJ = () => { | ... | @@ -797,6 +796,7 @@ const showSJ = () => { |
| 797 | ...obj | 796 | ...obj |
| 798 | }, `Receipt_${new Date().getTime()}.pdf`, {}, 'application/pdf') | 797 | }, `Receipt_${new Date().getTime()}.pdf`, {}, 'application/pdf') |
| 799 | showSJDialog.value = false | 798 | showSJDialog.value = false |
| 799 | form.value.receiptFlag = '1' | ||
| 800 | } | 800 | } |
| 801 | </script> | 801 | </script> |
| 802 | 802 | ... | ... |
-
Please register or sign in to post a comment