ac4c6876 by zhangmeng

旅游

1 parent 02735139
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!