From 56df0ba88e3605251e75c9c0ce65baeeaa8927fb Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Thu, 13 Feb 2025 16:14:10 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E4=BB=BB=E5=8A=A1=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E7=8A=B6=E6=80=81=E9=A2=9C=E8=89=B2=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=EF=BC=8C=E5=8A=A0=E6=A0=87=E9=A2=98=E8=B7=9F=E5=91=A8=E6=9C=9F?=
=?UTF-8?q?=EF=BC=8C=E6=8F=90=E6=8A=A5=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E7=A4=BE=E5=8C=BA=E5=90=8D+?=
=?UTF-8?q?=E5=88=86=E9=85=8D=E4=BA=BA=E5=90=8D=20=E4=BB=BB=E5=8A=A1?=
=?UTF-8?q?=E5=A1=AB=E6=8A=A5=E8=AF=A6=E6=83=85=E9=A1=BA=E5=BA=8F=E8=B0=83?=
=?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../base/smartExcel/cpts/excel-info.vue | 7 +--
.../base/smartExcel/cpts/excel-summary.vue | 37 +++++++--------
.../base/smartExcel/cpts/filling-info.vue | 47 +++++++++++++------
3 files changed, 54 insertions(+), 37 deletions(-)
diff --git a/src/views/modules/base/smartExcel/cpts/excel-info.vue b/src/views/modules/base/smartExcel/cpts/excel-info.vue
index de6720e4c..ae856fc46 100644
--- a/src/views/modules/base/smartExcel/cpts/excel-info.vue
+++ b/src/views/modules/base/smartExcel/cpts/excel-info.vue
@@ -71,12 +71,13 @@
style="width: 70%;margin-left: 3%; margin-top: 30px;" >
+
+ {{taskPeriod === 'once'?'一次性':`第${scope.row.taskNum}个周期`}}
+
- {{ scope.row.resolveNum
- }}/{{ scope.row.totalNum
- }}
+ {{ scope.row.resolveNum}}/{{ scope.row.totalNum }}
查看
diff --git a/src/views/modules/base/smartExcel/cpts/excel-summary.vue b/src/views/modules/base/smartExcel/cpts/excel-summary.vue
index 3eab59f34..d9ecf8456 100644
--- a/src/views/modules/base/smartExcel/cpts/excel-summary.vue
+++ b/src/views/modules/base/smartExcel/cpts/excel-summary.vue
@@ -7,15 +7,16 @@
返回
-
![]()
-
周期更新表
+
任务主题:{{list[0].taskIntroduction}} 任务周期:{{list[0].taskPeriodName}}
+
![]()
+
{{list[0].taskTitle}}
提报的文件
![]()
-
{{ item.taskTitle }}周期更新表
-
({{ getStateDescription(item.taskState) }})
+
{{ item.agencyName }}-{{item.userName}}
+
({{ item.taskStateName }})
@@ -48,20 +49,6 @@ export default {
this.getTableList()
},
methods: {
- getStateDescription(state) {
- const stateMap = {
- deal: "处理中",
- resolve: "完结",
- cancel: "取消",
- notStart: "未开始",
- notSubmit: "未提交",
- rejected: "已驳回",
- submit: "已提交",
- archived: "已存档",
- reassigne: "已改派"
- };
- return stateMap[state] || "未开始";
- },
async getTableList(){
let url = '/actual/base/communityOneTablePeriodPublish/page'
let params = {
@@ -152,4 +139,16 @@ export default {
.agencyName {
margin: 12px 0 12px;
}
-
+.orange{
+ color: #f87f3a;
+}
+.green{
+ color: #08b9b4;
+}
+.blue{
+ color: #5294ff;
+}
+.black{
+ color:#323888;
+}
+
\ No newline at end of file
diff --git a/src/views/modules/base/smartExcel/cpts/filling-info.vue b/src/views/modules/base/smartExcel/cpts/filling-info.vue
index 518e96b1c..92087ae50 100644
--- a/src/views/modules/base/smartExcel/cpts/filling-info.vue
+++ b/src/views/modules/base/smartExcel/cpts/filling-info.vue
@@ -16,9 +16,14 @@
-
-
- {{ formData.createdTime }}
+
+
+ {{ formData.taskPeriod === 'once' ? '一次性' : '每周' }}
+
+
+
+
+ 每周{{formData.completeLimitDay}} {{ formData.completeLimitHour }}
@@ -31,16 +36,6 @@
{{ formData.createByName }}
-
-
- {{ formData.type }}
-
-
-
-
- {{ formData.taskPeriod === 'once' ? '一次性' : '每周' }}
-
-
@@ -51,6 +46,16 @@
+
+
+ 数据提报
+
+
+
+
+ {{ formData.startTime }} 至 {{ formData.endTime }}
+
+
@@ -69,7 +74,7 @@
@click="handleClickShowView(formData.subWorkBookId, formData.taskStateName)" :key="index">
{{ formData.taskTitle }}
-
({{ formData.taskStateName }})
+
({{ formData.taskStateName }})
@@ -83,7 +88,7 @@
- {{
+
{{
scope.row.taskStateName }}
@@ -236,4 +241,16 @@ export default {
height: 80px;
}
}
+.orange{
+ color: #f87f3a;
+}
+.green{
+ color: #08b9b4;
+}
+.blue{
+ color: #5294ff;
+}
+.black{
+ color:#323888;
+}