From d02b028949bded42558c62b94e73eb2e908f450d Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Sat, 9 Oct 2021 15:07:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=A6=E6=83=85=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/incomePaymentsApi.js | 2 +- src/components/jero/PreviewFile.vue | 39 +-- src/views/MessagePage/ProjectDetailModal.vue | 227 +++++++++--------- src/views/mineContract/MineContract.vue | 13 +- .../modules/MineContractModule.vue | 32 ++- src/views/mineProject/MineProject.vue | 2 +- 6 files changed, 163 insertions(+), 152 deletions(-) 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 @@ + +