diff --git a/src/components/jero/PreviewFile.vue b/src/components/jero/PreviewFile.vue
new file mode 100644
index 0000000..213824a
--- /dev/null
+++ b/src/components/jero/PreviewFile.vue
@@ -0,0 +1,88 @@
+
+
+ {{ item.name +' ' }}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue
index 69c7628..54535a3 100644
--- a/src/views/incomePayments/meetManage/Attendance.vue
+++ b/src/views/incomePayments/meetManage/Attendance.vue
@@ -7,90 +7,90 @@
- {{ currentMeetingInfo.meetingName }}
+ {{ currentMeetingInfo.meetingName }}
- {{ meetingType }}
+ {{ meetingType }}
- {{ tbMeetingType }}
+ {{ tbMeetingType }}
- {{ currentMeetingInfo.directorName }}
+ {{ currentMeetingInfo.directorName }}
- {{ currentMeetingInfo.workingGroupName }}
+ {{ currentMeetingInfo.workingGroupName }}
- {{ currentMeetingInfo.directorPhone }}
+ {{ currentMeetingInfo.directorPhone }}
- {{ currentMeetingInfo.startTime + '~' + currentMeetingInfo.endTime }}
+ {{ currentMeetingInfo.startTime + '~' + currentMeetingInfo.endTime }}
- {{ currentMeetingInfo.particularYear }}
+ {{ currentMeetingInfo.particularYear }}
- {{ currentMeetingInfo.registerDeadline }}
+ {{ currentMeetingInfo.registerDeadline }}
- {{ currentMeetingInfo.venue + '/' + currentMeetingInfo.address }}
+ {{ currentMeetingInfo.venue + '/' + currentMeetingInfo.address }}
- {{ currentMeetingInfo.meetingCosts }} 元/人
+ {{ currentMeetingInfo.meetingCosts }} 元/人
- {{ currentMeetingInfo.meetingCostsVip }} 元/人
+ {{ currentMeetingInfo.meetingCostsVip }} 元/人
- {{ currentMeetingInfo.estimatedNumber }}
+ {{ currentMeetingInfo.estimatedNumber }}
- {{ currentMeetingInfo.hotelName }}
+ {{ currentMeetingInfo.hotelName }}
- {{ currentMeetingInfo.hotelAddress }}
+ {{ currentMeetingInfo.hotelAddress }}
- {{ currentMeetingInfo.vipInvitationCode }}
+ {{ currentMeetingInfo.vipInvitationCode }}
- {{ currentMeetingInfo.speakerInvitationCode }}
+ {{ currentMeetingInfo.speakerInvitationCode }}
- {{ currentMeetingInfo.guestInvitationCode }}
+ {{ currentMeetingInfo.guestInvitationCode }}
- {{ currentMeetingInfo.cooperativeInvitationCode }}
+ {{ currentMeetingInfo.cooperativeInvitationCode }}
-
+
-
+
-
+
-
+
- {{
+ {{
item.hotelContacts + ':' + item.hotelContactsPhone + ' '
}}
- {{ currentMeetingInfo.meetingContent }}
+ {{ currentMeetingInfo.meetingContent }}
- {{ currentMeetingInfo.remark }}
+ {{ currentMeetingInfo.remark }}
参会人员信息
@@ -231,6 +231,7 @@ import ProjectDetailModal from '@comp/ProjectDetailModal'
import AuditModal from '@views/incomePayments/meetManage/modules/AuditModal'
import PageHeaderTitle from '@comp/layouts/PageHeaderTitle'
import StatusSlot from '@comp/tools/StatusSlot'
+import PreviewFile from '@comp/jero/PreviewFile'
export default {
@@ -245,7 +246,8 @@ export default {
ProjectDetailModal,
AuditModal,
PageHeaderTitle,
- StatusSlot
+ StatusSlot,
+ PreviewFile
},
data() {
return {
@@ -341,12 +343,12 @@ export default {
{
title: '操作',
align: 'center',
- fixed:'right',
+ fixed: 'right',
width: 160,
scopedSlots: {customRender: 'action'}
},
],
- disableMixinCreated:true,
+ disableMixinCreated: true,
url: {
list: '/meeting/payMeetingSituation/page',
delete: '/meeting/payMeetingSituation/delete',
@@ -417,11 +419,11 @@ export default {
/*
* 编辑参会人
* */
- handleEdit(record){
+ handleEdit(record) {
this.$router.push({
path: '/incomePayments/meetManage/SignUpInfoEdit',
query: {
- id:record.id,
+ id: record.id,
meetingId: this.$route.query.id,
meetingType: this.currentMeetingInfo.meetingType,
}
@@ -469,7 +471,7 @@ export default {
// let flag = this.selectionRows.some(item => {
// return item.meetingType !== 3
// })
- let flag = this.currentMeetingInfo.meetingType !== '3'
+ let flag = this.currentMeetingInfo.meetingType !== '3'
if (flag) {
this.$message.warn('只有研讨会议才可设置对接人')
return
diff --git a/src/views/incomePayments/memberManage/SafeguardMemberList.vue b/src/views/incomePayments/memberManage/SafeguardMemberList.vue
index c2fb7d6..f9aab76 100644
--- a/src/views/incomePayments/memberManage/SafeguardMemberList.vue
+++ b/src/views/incomePayments/memberManage/SafeguardMemberList.vue
@@ -22,7 +22,7 @@
{{ currentInfo.chargeNoticeNo }}
- {{ currentInfo.fileName }}
+
{{ currentInfo.remark }}
@@ -125,6 +125,7 @@ import SafeguardMemberModal from '@views/incomePayments/memberManage/modules/Saf
import ProjectDetailModal from '@comp/ProjectDetailModal'
import StatusSlot from '@comp/tools/StatusSlot'
import PageHeaderTitle from '@comp/layouts/PageHeaderTitle'
+import PreviewFile from '@comp/jero/PreviewFile'
import {getAction} from '@api/manage'
@@ -138,7 +139,8 @@ export default {
SafeguardMemberModal,
ProjectDetailModal,
StatusSlot,
- PageHeaderTitle
+ PageHeaderTitle,
+ PreviewFile
},
data() {
return {