diff --git a/src/api/incomePaymentsApi.js b/src/api/incomePaymentsApi.js index c36107b..bf398bb 100644 --- a/src/api/incomePaymentsApi.js +++ b/src/api/incomePaymentsApi.js @@ -1,6 +1,6 @@ import { getAction, postAction } from '@api/manage' // 普通项目管理-通过项目id查询其他的信息 -const queryCommonProjectById = (param) => getAction('/project/payCommonProject/queryById', param) +const queryCommonProjectById = (param) => getAction('/project/payCommonProject/queryCompanyById', param) // 通过会议id获取会议的详细信息 const getMeetInfoById = (params) => getAction('/meeting/payMeeting/queryById',params) // 通过id获取参会人详细信息 diff --git a/src/components/jero/PreviewFile.vue b/src/components/jero/PreviewFile.vue index f30bdbb..115871b 100644 --- a/src/components/jero/PreviewFile.vue +++ b/src/components/jero/PreviewFile.vue @@ -1,17 +1,19 @@ @@ -98,6 +100,7 @@ export default { color: #069f99 !important; cursor: pointer; } + .m-l-4 { margin-left: 4px; } diff --git a/src/views/MessagePage/ProjectDetailModal.vue b/src/views/MessagePage/ProjectDetailModal.vue index 739ea2e..7a74b3d 100644 --- a/src/views/MessagePage/ProjectDetailModal.vue +++ b/src/views/MessagePage/ProjectDetailModal.vue @@ -10,106 +10,74 @@

基本信息

+ + + + + + + + + - - - - - - - - - - - - - - - {{ basicInfo.chargeWay_dictText }} + + - - {{ basicInfo.contractNum }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
- -
-

企业信息

- - - - - - - - {{ basicInfo.name }} - - - - - - {{ basicInfo.gender_dictText }} - - - - {{ basicInfo.post }} - - - - - - {{ basicInfo.phone }} - - - - {{ basicInfo.email }} - - - - - - {{ basicInfo.postalCodeContacts }} - - - - - - - - - - {{ basicInfo.needInvoice_dictText }} - - - - {{ basicInfo.pack_dictText }} - - - - - - {{ basicInfo.postalCodeCompany }} - - - - - - -
-
-

到账信息

-
到账信息
-
- {{ item.paymentDate }}到账{{ item.amountReceived }}元 -
+

付款信息

+
付款信息
+ +
@@ -125,8 +93,8 @@ :dataSource="logisticsInfoList" class="j-table-force-nowrap" > - - 查看物流 + + 查看物流 @@ -138,12 +106,16 @@ + +