diff --git a/src/api/system/batchSendTaskInfo.js b/src/api/system/batchSendTaskInfo.js
new file mode 100644
index 0000000..ce765c1
--- /dev/null
+++ b/src/api/system/batchSendTaskInfo.js
@@ -0,0 +1,44 @@
+import request from '@/utils/request'
+
+// 查询批量推送任务信息列表
+export function listBatchSendTaskInfo(query) {
+ return request({
+ url: '/system/batchSendTaskInfo/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询批量推送任务信息详细
+export function getBatchSendTaskInfo(id) {
+ return request({
+ url: '/system/batchSendTaskInfo/' + id,
+ method: 'get'
+ })
+}
+
+// 新增批量推送任务信息
+export function addBatchSendTaskInfo(data) {
+ return request({
+ url: '/system/batchSendTaskInfo',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改批量推送任务信息
+export function updateBatchSendTaskInfo(data) {
+ return request({
+ url: '/system/batchSendTaskInfo',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除批量推送任务信息
+export function delBatchSendTaskInfo(id) {
+ return request({
+ url: '/system/batchSendTaskInfo/' + id,
+ method: 'delete'
+ })
+}
diff --git a/src/api/system/batchSendTaskRecordInfo.js b/src/api/system/batchSendTaskRecordInfo.js
new file mode 100644
index 0000000..29e673c
--- /dev/null
+++ b/src/api/system/batchSendTaskRecordInfo.js
@@ -0,0 +1,53 @@
+import request from '@/utils/request'
+
+// 查询批量推送任务记录列表
+export function listBatchSendTaskRecordInfo(query) {
+ return request({
+ url: '/system/batchSendTaskRecordInfo/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询批量推送任务记录详细
+export function getBatchSendTaskRecordInfo(id) {
+ return request({
+ url: '/system/batchSendTaskRecordInfo/' + id,
+ method: 'get'
+ })
+}
+
+// 新增批量推送任务记录
+export function addBatchSendTaskRecordInfo(data) {
+ return request({
+ url: '/system/batchSendTaskRecordInfo',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改批量推送任务记录
+export function updateBatchSendTaskRecordInfo(data) {
+ return request({
+ url: '/system/batchSendTaskRecordInfo',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除批量推送任务记录
+export function delBatchSendTaskRecordInfo(id) {
+ return request({
+ url: '/system/batchSendTaskRecordInfo/' + id,
+ method: 'delete'
+ })
+}
+
+// 选择推送类型查询模板
+export function selectTemplateByType(query) {
+ return request({
+ url: '/system/batchSendTaskRecordInfo/getTemplate',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/src/views/system/batchSendTaskInfo/index.vue b/src/views/system/batchSendTaskInfo/index.vue
new file mode 100644
index 0000000..f33dd06
--- /dev/null
+++ b/src/views/system/batchSendTaskInfo/index.vue
@@ -0,0 +1,621 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 导入
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+ 1.下载导入模板
+
+
2.最大支持2MB的xls/xlsx文件
+
3.一次导入患者数量不能超过5000
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.visitDate, "{y}-{m}-{d}") }}
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/batchSendTaskRecordInfo/index.vue b/src/views/system/batchSendTaskRecordInfo/index.vue
new file mode 100644
index 0000000..4769457
--- /dev/null
+++ b/src/views/system/batchSendTaskRecordInfo/index.vue
@@ -0,0 +1,407 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.nodePlanTime, "{y}-{m}-{d}") }}
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+