diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index 8bd0b0a..286823e 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -373,6 +373,7 @@ export default { }) }, computed: { + // 标协会议类型 tbMeetingType() { if (this.currentMeetingInfo.tbMeetingType === '1') { return '标准宣贯' diff --git a/src/views/incomePayments/meetManage/modules/AuditModal.vue b/src/views/incomePayments/meetManage/modules/AuditModal.vue index 85572e3..8091b8b 100644 --- a/src/views/incomePayments/meetManage/modules/AuditModal.vue +++ b/src/views/incomePayments/meetManage/modules/AuditModal.vue @@ -8,77 +8,94 @@ @cancel="handleCancel" cancelText="关闭"> -

报名信息

+
+

报名信息

+ + + + {{model.companyName}} + + + + + + + {{model.companyContactName}} + + + {{model.phone}} + + + + + {{model.identity_dictText}} + + + {{model.checkInHotel_dictText}} + + + + + {{model.arrivalTime}} + + + {{model.departureTime}} + + + + + {{model.payMode_dictText}} + + + {{model.needInvoice_dictText}} + + +
- - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

审核

- - - + + + 通过 - + 驳回 - - + + + + + + +
@@ -91,6 +108,7 @@ -