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; +}