diff --git a/src/assets/img/modules/communityparty/ding.png b/src/assets/img/modules/communityparty/ding.png new file mode 100644 index 000000000..e6c2cf4d5 Binary files /dev/null and b/src/assets/img/modules/communityparty/ding.png differ diff --git a/src/assets/img/modules/communityparty/rili1.png b/src/assets/img/modules/communityparty/rili1.png new file mode 100644 index 000000000..9dcc8d36a Binary files /dev/null and b/src/assets/img/modules/communityparty/rili1.png differ diff --git a/src/assets/img/modules/communityparty/rili2.png b/src/assets/img/modules/communityparty/rili2.png new file mode 100644 index 000000000..ba88d1e4b Binary files /dev/null and b/src/assets/img/modules/communityparty/rili2.png differ diff --git a/src/views/modules/communityParty/calendar/cpts/calendar.vue b/src/views/modules/communityParty/calendar/cpts/calendar.vue index db8d2c9a3..c653429eb 100644 --- a/src/views/modules/communityParty/calendar/cpts/calendar.vue +++ b/src/views/modules/communityParty/calendar/cpts/calendar.vue @@ -163,9 +163,11 @@ export default { .top { position: relative; width: 14.285%; - padding: 10px 0; + padding: 20px 0; + font-size: 20px; + font-weight:bold; + background-color: #E6A23C; text-align: center; - background-color: #ffffff; &::after { content: ""; @@ -196,7 +198,7 @@ export default { text-align: center; box-sizing: border-box; padding: 8px 0; - height: 90px; + height: 100px; background-color: #ffffff; opacity: 0.4; @@ -214,16 +216,21 @@ export default { } .date { - margin-bottom: 5px; - line-height: 30px; - font-size: 16px; + margin-bottom: 10px; + line-height: 50px; + font-size: 28px; + font-weight: bold; + color:#3e8ef7; } &.z-on { z-index: 21; box-shadow: 0 0 15px 5px #a8cee0; + background:#3E8EF7; + .date { - font-size: 20px; + font-size: 30px; + color:#ffffff; font-weight: bold; } } diff --git a/src/views/modules/communityParty/calendar/index.vue b/src/views/modules/communityParty/calendar/index.vue index dc3df019a..d703f51fe 100644 --- a/src/views/modules/communityParty/calendar/index.vue +++ b/src/views/modules/communityParty/calendar/index.vue @@ -8,7 +8,7 @@
发布 + placeholder="选择年度" + size="big" + style="width: 100px;">
@@ -134,8 +135,8 @@
生成年度活动计划 + size="big" + @click="handleAddYearPlan" style="padding-left:10px; padding-right:10px;">生成年度活动计划
@@ -471,7 +472,7 @@ export default { async handleDelete (row, tableIndex) { - this.$confirm("活动删除后不可恢复,您确定要删除吗?", "提示", { + this.$confirm("您确定要删除该条活动计划吗?", "提示", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning" @@ -528,28 +529,28 @@ export default { } let obj = { - icPartyActId: '',//编辑活动时必传 - actType: this.actType,// 活动类型,来源于活动类型接口value - holdYearId: '',//活动开始时间所属年份:yyyy - holdMonthId: '',//活动开始时间所属月份:yyyyMM - holdTime: '',//活动开始时间:yyyy-MM-dd HH:mm:ss - topic: '',// 活动主题 - address: '',// 活动地址 - latitude: '',//活动地点纬度 - longitude: '',// 活动地点经度 - autoPublicType: '',//自动发布时间key; 来源于字典表接口 - publishPartyOrgId: this.defaultPublishParty.defaultPartyOrgId,// 发布活动党组织id - publishPartyOrgName: this.defaultPublishParty.defaultPartyOrgName,// 发布活动党组织名称 - publishOrgPid: this.defaultPublishParty.defaultPartyOrgPid,// 参加活动党组织ID的上级节点 - publishOrgType: this.defaultPublishParty.orgType,//党组织类型 0省委,1市委,2区委,3党工委,4党委,5支部;6党小组 - publishOrgPathShow: this.defaultPublishParty.defaultPartyOrgPath,//PUBLISH_PARTY_ORG_ID的全路径,包含自身。方便前端回显 - joinUserType: '',//参加人员类型,0:全体党员;1:支部委员 - isAutoInform: '',// 是否自动通知参加人员,0否;1是 + icPartyActId: '',//编辑活动时必传 + actType: this.actType,// 活动类型,来源于活动类型接口value + holdYearId: '',//活动开始时间所属年份:yyyy + holdMonthId: '',//活动开始时间所属月份:yyyyMM + holdTime: '',//活动开始时间:yyyy-MM-dd HH:mm:ss + topic: '',// 活动主题 + address: '',// 活动地址 + latitude: '',//活动地点纬度 + longitude: '',// 活动地点经度 + autoPublicType: this.autoTimeArray[1].value ||'',//自动发布时间key; 来源于字典表接口 默认 3天 + publishPartyOrgId: this.defaultPublishParty.defaultPartyOrgId,// 发布活动党组织id + publishPartyOrgName: this.defaultPublishParty.defaultPartyOrgName,// 发布活动党组织名称 + publishOrgPid: this.defaultPublishParty.defaultPartyOrgPid,// 参加活动党组织ID的上级节点 + publishOrgType: this.defaultPublishParty.orgType,//党组织类型 0省委,1市委,2区委,3党工委,4党委,5支部;6党小组 + publishOrgPathShow: this.defaultPublishParty.defaultPartyOrgPath,//PUBLISH_PARTY_ORG_ID的全路径,包含自身。方便前端回显 + joinUserType: this.joinArray[0].value ||'',//参加人员类型,0:全体党员;1:支部委员 默认 全体 + isAutoInform: '',// 是否自动通知参加人员,0否;1是 introduce: '',// 活动介绍 attachmentList: [], joinOrgList: [], - publichIdArray: this.defaultPublishParty.defaultPartyOrgPath.split(':'), + publichIdArray: this.defaultPublishParty.defaultPartyOrgId.split(':') || [],//默认 顶级党组织 // publichIdArray: ['1536584227130798081'], joinIdArray: [], isAutoInformShow: true diff --git a/src/views/modules/communityParty/orgActivity/activivityList/scheduleForm.vue b/src/views/modules/communityParty/orgActivity/activivityList/scheduleForm.vue index 342b2b3fb..ad1f5c561 100644 --- a/src/views/modules/communityParty/orgActivity/activivityList/scheduleForm.vue +++ b/src/views/modules/communityParty/orgActivity/activivityList/scheduleForm.vue @@ -50,10 +50,10 @@ style="display: block"> diff --git a/src/views/modules/communityParty/orgActivity/activivityList/scheduleList.vue b/src/views/modules/communityParty/orgActivity/activivityList/scheduleList.vue new file mode 100644 index 000000000..2448dcd7d --- /dev/null +++ b/src/views/modules/communityParty/orgActivity/activivityList/scheduleList.vue @@ -0,0 +1,593 @@ + + + + + diff --git a/src/views/modules/communityParty/orgActivity/activivityList/yearplanList.vue b/src/views/modules/communityParty/orgActivity/activivityList/yearplanList.vue index f7993d734..681757bd9 100644 --- a/src/views/modules/communityParty/orgActivity/activivityList/yearplanList.vue +++ b/src/views/modules/communityParty/orgActivity/activivityList/yearplanList.vue @@ -30,10 +30,10 @@ --> - 查询 + class="diy-button--search" + @click="handleSearch">查询-->