diff --git a/src/api/incomePaymentsApi.js b/src/api/incomePaymentsApi.js index 22e38ae..ef07b2a 100644 --- a/src/api/incomePaymentsApi.js +++ b/src/api/incomePaymentsApi.js @@ -74,6 +74,8 @@ const homePageDataStatistics = (param) => getAction('/home/dataStatistics', para const sysReminders = (param) => postAction('/reminders/edit', param) // 检测企业审核是否通过 const checkCompanyAduit = (param) => getAction('/payMailContract/payMailContract/check', param) +// 获取全部部门 +const getAllDepartTreeList = (param) => getAction('/sys/sysDepart/queryTreeAllList', param) export { getWorkingGroupById, @@ -112,5 +114,6 @@ export { homePageStatistics, homePageDataStatistics, sysReminders, - checkCompanyAduit + checkCompanyAduit, + getAllDepartTreeList } diff --git a/src/components/ProjectDetailModal.vue b/src/components/ProjectDetailModal.vue index b3efb70..d158611 100644 --- a/src/components/ProjectDetailModal.vue +++ b/src/components/ProjectDetailModal.vue @@ -10,17 +10,17 @@

基本信息

- + - + - + @@ -33,21 +33,21 @@ - - + + {{ basicInfo.chargeWay_dictText }} - + {{ basicInfo.contractNum }} - + - + @@ -58,11 +58,11 @@

企业信息

- + - + {{ basicInfo.name }} @@ -72,47 +72,47 @@ {{ basicInfo.gender_dictText }} - + {{ basicInfo.post }} - + {{ basicInfo.phone }} - + {{ basicInfo.email }} - + {{ basicInfo.postalCodeContacts }} - + - + {{ basicInfo.needInvoice_dictText }} - + {{ basicInfo.pack_dictText }} - + {{ basicInfo.postalCodeCompany }} - + @@ -158,7 +158,7 @@