From d3107f5986d1dcf61da92f8ec9302c10acb658dd Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Sat, 12 Feb 2022 13:33:36 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=BB=86=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=BC=B9=E7=AA=97=E7=9A=84=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProjectDetailModal.vue | 226 +++++++++++++++----------- 1 file changed, 130 insertions(+), 96 deletions(-) diff --git a/src/components/ProjectDetailModal.vue b/src/components/ProjectDetailModal.vue index 67ca8c1..81c0c4a 100644 --- a/src/components/ProjectDetailModal.vue +++ b/src/components/ProjectDetailModal.vue @@ -20,6 +20,16 @@ :length="20"> + + + + {{ basicInfo.needInvoice_dictText }} + + + + {{ basicInfo.pack_dictText }} + + @@ -49,7 +59,7 @@ - + @@ -64,8 +74,55 @@ + + + + + + + + + + + + + + + + + + {{ basicInfo.postalCodeCompany }} + + + + {{ basicInfo.bankAccountName }} + + + + + + {{ basicInfo.openingBank }} + + + + {{ basicInfo.bankAccount }} + + + + + +
+

企业联系人信息

+ + - + {{ basicInfo.name }} + + + + + @@ -100,15 +157,7 @@ - - - - {{ basicInfo.needInvoice_dictText }} - - - - {{ basicInfo.pack_dictText }} - - - - - - {{ basicInfo.postalCodeCompany }} - - - - - -
- +

到账信息

@@ -341,9 +371,9 @@ export default { contactsInfo: {}, columns, // 到账信息 - paymentInfoList:[], + paymentInfoList: [], // 开票邮寄信息 - logisticsInfoList:[], + logisticsInfoList: [] } }, computed: {}, @@ -398,14 +428,14 @@ export default { } }) } - return `${ item.person }于${ item.time }开票,金额为:${ item.money }元,票号:${ item.piaoNo },项目:${ porjectItem }` + return `${item.person}于${item.time}开票,金额为:${item.money}元,票号:${item.piaoNo},项目:${porjectItem}` }, /* * 查看物流 * */ lookLogistics(record) { const com = Number(record.sendMethod) === 1 && 'ems' || 'shunfeng' - window.open(`https://www.kuaidi100.com/chaxun?com=${ com }&nu=${ record.postNo }`) + window.open(`https://www.kuaidi100.com/chaxun?com=${com}&nu=${record.postNo}`) }, /* * 去合同详情 传入合同id @@ -527,4 +557,8 @@ h3.title::before { border-bottom: 1px solid #ccc; } } + +.ant-divider-horizontal { + margin: 5px 0; +}