From d10f56e9212d497bf873b599cd1098be2cb93b49 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 05 Feb 2024 17:34:16 +0800
Subject: [PATCH] 更新
---
subPackage/workbench/views/audit.vue | 44 ++++++++++++++++++++++++++++++--------------
1 files changed, 30 insertions(+), 14 deletions(-)
diff --git a/subPackage/workbench/views/audit.vue b/subPackage/workbench/views/audit.vue
index 3bf2ed3..307b1bb 100644
--- a/subPackage/workbench/views/audit.vue
+++ b/subPackage/workbench/views/audit.vue
@@ -192,7 +192,6 @@
},
navTo(id, reportType, status, type) {
if (status == 4) {
-
if (reportType == 8) {
this.navToDetail(reportType, id, type)
} else {
@@ -202,38 +201,55 @@
this.navToEdit(reportType, id, type);
}
}
-
-
} else {
this.navToDetail(reportType, id, type)
}
},
navToEdit(reportType, id, type) {
+ // if (reportType == 1) {
+ // this.$u.func.globalNavigator(`/subPackage/label/bail?id=${id}`)
+ // } else if (reportType == 2 || type == 7) {
+ // this.$u.func.globalNavigator(`/subPackage/label/hotel?id=${id}`)
+ // } else if (reportType == 3 || reportType == 4 || reportType == 5) {
+ // this.$u.func.globalNavigator(`/subPackage/label/form?id=${id}`)
+ // } else if (reportType == 6) {
+ // this.$u.func.globalNavigator(`/subPackage/label/school?id=${id}`)
+ // }
+
if (reportType == 1) {
this.$u.func.globalNavigator(`/subPackage/label/bail?id=${id}`)
- } else if (reportType == 2 || type == 7) {
- this.$u.func.globalNavigator(`/subPackage/label/hotel?id=${id}`)
- } else if (reportType == 3 || reportType == 4 || reportType == 5) {
+ } else if (reportType == 2) {
+ this.$u.func.globalNavigator(`/subPackage/label/check?id=${id}`)
+ } else if (reportType == 5) {
this.$u.func.globalNavigator(`/subPackage/label/form?id=${id}`)
- } else if (reportType == 6) {
- this.$u.func.globalNavigator(`/subPackage/label/school?id=${id}`)
}
},
navToDetail(reportType, id, type) {
+ // if (reportType == 1) {
+ // this.$u.func.globalNavigator(`bailReportDetail?id=${id}`)
+ // } else if (reportType == 2 || type == 7) {
+ // this.$u.func.globalNavigator(`hotelReportDetail?id=${id}`)
+ // } else if (reportType == 3 || reportType == 4 || reportType == 5) {
+ // this.$u.func.globalNavigator(`labelReportDetail?id=${id}`)
+ // } else if (reportType == 6) {
+ // this.$u.func.globalNavigator(`schoolReportDetail?id=${id}`)
+ // } else {
+ // this.$u.func.globalNavigator(`checkReform?id=${id}`)
+ // }
+
if (reportType == 1) {
this.$u.func.globalNavigator(`bailReportDetail?id=${id}`)
- } else if (reportType == 2 || type == 7) {
- this.$u.func.globalNavigator(`hotelReportDetail?id=${id}`)
- } else if (reportType == 3 || reportType == 4 || reportType == 5) {
+ } else if (reportType == 2) {
+ this.$u.func.globalNavigator(`selfCheckDetail?id=${id}`)
+ } else if (reportType == 5) {
this.$u.func.globalNavigator(`labelReportDetail?id=${id}`)
- } else if (reportType == 6) {
- this.$u.func.globalNavigator(`schoolReportDetail?id=${id}`)
} else {
-
this.$u.func.globalNavigator(`checkReform?id=${id}`)
}
+
+
},
showDateModal() {
--
Gitblit v1.9.3