From e8fad4bbc45bc987425fcb953df9f1770ad5112e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com>
Date: Tue, 7 May 2024 15:27:30 +0800
Subject: [PATCH] =?UTF-8?q?task=20=E9=98=B3=E5=85=89=E6=9D=91=E5=8A=A1=20?=
=?UTF-8?q?=E5=A1=AB=E6=8A=A5=E9=87=87=E9=9B=86=E4=BB=BB=E5=8A=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 18 ++++
.../sunVillage_info/reporting_collection.vue | 83 ++++++++++++++++++
.../reporting_collection_iframe.vue | 85 +++++++++++++++++++
3 files changed, 186 insertions(+)
create mode 100644 src/views/sunVillage_info/reporting_collection.vue
create mode 100644 src/views/sunVillage_info/reporting_collection_iframe.vue
diff --git a/src/router/index.js b/src/router/index.js
index b81be5ac..92eabada 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -5376,6 +5376,24 @@ export const constantRoutes = [
},
component: (resolve) => require(['@/views/yinnong/bankAgriculture/recordDetail/recordDetailList'], resolve)
},
+ {
+ path: '/sunVillage_info/reporting_collection',
+ name: 'sunVillageReportingCollection',
+ meta: {
+ title: '填报采集任务',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/sunVillage_info/reporting_collection'], resolve)
+ },
+ {
+ path: '/sunVillage_info/reporting_collection_iframe',
+ name: 'sunVillageReportingCollectionIframe',
+ meta: {
+ title: '填报采集任务',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/sunVillage_info/reporting_collection_iframe'], resolve)
+ },
//<--------------------------------------农业大托管-------------------------------------->
{
diff --git a/src/views/sunVillage_info/reporting_collection.vue b/src/views/sunVillage_info/reporting_collection.vue
new file mode 100644
index 00000000..abadadce
--- /dev/null
+++ b/src/views/sunVillage_info/reporting_collection.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/sunVillage_info/reporting_collection_iframe.vue b/src/views/sunVillage_info/reporting_collection_iframe.vue
new file mode 100644
index 00000000..a0eae4e1
--- /dev/null
+++ b/src/views/sunVillage_info/reporting_collection_iframe.vue
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+