From 475bde360e87ae96e8d3524281d9d6539818edde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Tue, 18 Feb 2025 17:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E7=9A=84=E9=82=A3=E4=B8=AA?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../smartExcel/cpts/excel-upload-data.vue | 2 +- .../base/smartExcel/cpts/export-search.vue | 1471 +++++++++++++++++ .../base/smartExcel/cpts/filling-info.vue | 10 +- src/views/modules/base/smartExcel/filling.vue | 12 +- 4 files changed, 1482 insertions(+), 13 deletions(-) create mode 100644 src/views/modules/base/smartExcel/cpts/export-search.vue diff --git a/src/views/modules/base/smartExcel/cpts/excel-upload-data.vue b/src/views/modules/base/smartExcel/cpts/excel-upload-data.vue index 7d3afd21d..f72be9623 100644 --- a/src/views/modules/base/smartExcel/cpts/excel-upload-data.vue +++ b/src/views/modules/base/smartExcel/cpts/excel-upload-data.vue @@ -76,7 +76,7 @@ + + diff --git a/src/views/modules/base/smartExcel/cpts/filling-info.vue b/src/views/modules/base/smartExcel/cpts/filling-info.vue index 127086412..9497bf936 100644 --- a/src/views/modules/base/smartExcel/cpts/filling-info.vue +++ b/src/views/modules/base/smartExcel/cpts/filling-info.vue @@ -27,7 +27,7 @@
每周期的第{{formData.completeLimitDay }} {{formData.completeLimitHour}} - 内完成 + 天内完成
@@ -72,12 +72,12 @@
-

任务提醒

+

任务提报

(点击以下表格开始提报任务)
+ @click="handleClickShowView(formData.subWorkBookId, formData.taskStateName)" :key="index" :class="{'disabled': formData.taskStateName === '已取消'}">
{{ formData.taskTitle }}
diff --git a/src/views/modules/base/smartExcel/filling.vue b/src/views/modules/base/smartExcel/filling.vue index f991efe77..21ab2618e 100644 --- a/src/views/modules/base/smartExcel/filling.vue +++ b/src/views/modules/base/smartExcel/filling.vue @@ -4,18 +4,12 @@