diff --git a/src/views/contractManagement/expenditureContract/ExpenditureContractDetail.vue b/src/views/contractManagement/expenditureContract/ExpenditureContractDetail.vue index 3e3bb2a..e76ef6f 100644 --- a/src/views/contractManagement/expenditureContract/ExpenditureContractDetail.vue +++ b/src/views/contractManagement/expenditureContract/ExpenditureContractDetail.vue @@ -134,7 +134,7 @@ - + @@ -227,6 +227,15 @@ export default { }, { fieldName: 'signedContactsTemporaryName', title: '签订联系人' + }, { + fieldName: 'phone', + title: '联系电话' + }, { + fieldName: 'address', + title: '邮寄地址' + }, { + fieldName: 'postCode', + title: '邮编' }, { fieldName: 'opening_dictText', title: '是否开口' diff --git a/src/views/contractManagement/expenditureContract/modules/ExpenditureContractModule.vue b/src/views/contractManagement/expenditureContract/modules/ExpenditureContractModule.vue index dd670b9..827bf63 100644 --- a/src/views/contractManagement/expenditureContract/modules/ExpenditureContractModule.vue +++ b/src/views/contractManagement/expenditureContract/modules/ExpenditureContractModule.vue @@ -46,6 +46,30 @@ @change="e => {e.target.value = (e.target.value + '').trim()}"> + + + + + + + + + + + + + + + @@ -221,7 +224,7 @@ export default { }) window.open(routerUrl.href, '_blank') }, - handleAdd (id) { + handleAdd(id) { let param = { id: id } diff --git a/src/views/statisticalReport/workingGroupPaymentStatistics/WorkingGroupPaymentStatisticsDetail.vue b/src/views/statisticalReport/workingGroupPaymentStatistics/WorkingGroupPaymentStatisticsDetail.vue index de0a865..4614548 100644 --- a/src/views/statisticalReport/workingGroupPaymentStatistics/WorkingGroupPaymentStatisticsDetail.vue +++ b/src/views/statisticalReport/workingGroupPaymentStatistics/WorkingGroupPaymentStatisticsDetail.vue @@ -269,14 +269,7 @@ export default { } ], // 总计数据 - footerDataSource: [ - { - id: 1, - title: '总计', - allMoney: '500', - comeAllMoney: '600' - } - ], + footerDataSource: [], filters: { id: this.$route.query.workGroupId },