|
@@ -211,6 +211,14 @@ export default {
|
|
if (this.type) return;
|
|
if (this.type) return;
|
|
this.parkingOrder = this.pageOptions.invoiceDetailList;
|
|
this.parkingOrder = this.pageOptions.invoiceDetailList;
|
|
},
|
|
},
|
|
|
|
+ submitTest() {
|
|
|
|
+ this.$router.replace({
|
|
|
|
+ path: 'parkingReceipt',
|
|
|
|
+ });
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ this.$router.go(-1)
|
|
|
|
+ }, 300)
|
|
|
|
+ },
|
|
submit: async function () {
|
|
submit: async function () {
|
|
const self = this;
|
|
const self = this;
|
|
if (!self.condition.email) {
|
|
if (!self.condition.email) {
|