diff --git a/src/api/materialSupport.js b/src/api/materialSupport.js
new file mode 100644
index 0000000..484950f
--- /dev/null
+++ b/src/api/materialSupport.js
@@ -0,0 +1,15 @@
+import { getAction, deleteAction, putAction, postAction, httpAction,uploadAction } from '@/api/manage'
+
+const add = (params)=>postAction("/idcMaterialSupport071/add",params);
+const edit = (params)=>putAction("/idcMaterialSupport071/edit",params);
+const idcMaterialSupport071delete = (params)=>deleteAction("/idcMaterialSupport071/delete",params);
+const taskPageList = (params)=>getAction("/task/pageList",params);
+export {
+ add,
+ edit,
+ idcMaterialSupport071delete,
+ taskPageList
+}
+
+
+
diff --git a/src/views/task/materialSupport.vue b/src/views/task/materialSupport.vue
new file mode 100644
index 0000000..2be3138
--- /dev/null
+++ b/src/views/task/materialSupport.vue
@@ -0,0 +1,261 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 未确认
+ 未上报
+ 已上报
+
+
+ 编辑
+
+ handleDelete(record.id)">
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/task/modules/materialSupportModal.vue b/src/views/task/modules/materialSupportModal.vue
new file mode 100644
index 0000000..57a7a15
--- /dev/null
+++ b/src/views/task/modules/materialSupportModal.vue
@@ -0,0 +1,185 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/task/onlineLinkCountData.vue b/src/views/task/onlineLinkCountData.vue
new file mode 100644
index 0000000..783e027
--- /dev/null
+++ b/src/views/task/onlineLinkCountData.vue
@@ -0,0 +1,270 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file