From e096804b4e08fa5119e9227c41f5fc5ff0a1b1fe Mon Sep 17 00:00:00 2001
From: yinq <1345442242@qq.com>
Date: Fri, 3 Nov 2023 09:38:56 +0800
Subject: [PATCH] =?UTF-8?q?add=20-=20=E4=BB=BB=E5=8A=A1=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/report/RealTaskInfo.js | 44 ++
src/views/report/RealTaskInfo/index.vue | 535 ++++++++++++++++++++++++
2 files changed, 579 insertions(+)
create mode 100644 src/api/report/RealTaskInfo.js
create mode 100644 src/views/report/RealTaskInfo/index.vue
diff --git a/src/api/report/RealTaskInfo.js b/src/api/report/RealTaskInfo.js
new file mode 100644
index 0000000..4cfee5e
--- /dev/null
+++ b/src/api/report/RealTaskInfo.js
@@ -0,0 +1,44 @@
+import request from '@/utils/request'
+
+// 查询任务信息列表
+export function listRealTaskInfo(query) {
+ return request({
+ url: '/report/RealTaskInfo/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询任务信息详细
+export function getRealTaskInfo(objid) {
+ return request({
+ url: '/report/RealTaskInfo/' + objid,
+ method: 'get'
+ })
+}
+
+// 新增任务信息
+export function addRealTaskInfo(data) {
+ return request({
+ url: '/report/RealTaskInfo',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改任务信息
+export function updateRealTaskInfo(data) {
+ return request({
+ url: '/report/RealTaskInfo',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除任务信息
+export function delRealTaskInfo(objid) {
+ return request({
+ url: '/report/RealTaskInfo/' + objid,
+ method: 'delete'
+ })
+}
diff --git a/src/views/report/RealTaskInfo/index.vue b/src/views/report/RealTaskInfo/index.vue
new file mode 100644
index 0000000..9dc1d21
--- /dev/null
+++ b/src/views/report/RealTaskInfo/index.vue
@@ -0,0 +1,535 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.beginTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+ {{ parseTime(scope.row.endTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+ {{ parseTime(scope.row.createdTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+ {{ parseTime(scope.row.updatedTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{dict.label}}
+
+
+
+
+ {{dict.label}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{dict.label}}
+
+
+
+
+
+
+
+
+