diff --git a/src/api/incomePaymentsApi.js b/src/api/incomePaymentsApi.js index 50aa65b..d648cfe 100644 --- a/src/api/incomePaymentsApi.js +++ b/src/api/incomePaymentsApi.js @@ -15,6 +15,8 @@ const getSubBidCommitteeDetail = (param) => getAction('/payCaseCommittee/payCase const batchDownloadFile = (param) => getAction('/project/payWorkingGroupDistributionRecord/zipFile', param) // 我的合同--详情 const getContractDetailById = (param) => getAction('/contract/payIncomeContract/queryCompanyById', param) +// 理事会详情 +const getCouncilDetailById = (param) => getAction('/payCaseCouncil/payCaseCouncil/detail', param) export { queryCommonProjectById, @@ -24,5 +26,6 @@ export { editUserInfo, getSubBidCommitteeDetail, batchDownloadFile, - getContractDetailById + getContractDetailById, + getCouncilDetailById } diff --git a/src/components/detailPage/FileList.vue b/src/components/detailPage/FileList.vue new file mode 100644 index 0000000..b1027bd --- /dev/null +++ b/src/components/detailPage/FileList.vue @@ -0,0 +1,94 @@ + + + + + \ No newline at end of file diff --git a/src/components/detailPage/MeetingList.vue b/src/components/detailPage/MeetingList.vue new file mode 100644 index 0000000..e4c96cf --- /dev/null +++ b/src/components/detailPage/MeetingList.vue @@ -0,0 +1,131 @@ + + + + + \ No newline at end of file diff --git a/src/components/detailPage/UnderStudyProjectList.vue b/src/components/detailPage/UnderStudyProjectList.vue new file mode 100644 index 0000000..9d1bb69 --- /dev/null +++ b/src/components/detailPage/UnderStudyProjectList.vue @@ -0,0 +1,158 @@ + + + + + \ No newline at end of file diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index 37ed595..8be8805 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -181,7 +181,7 @@ // update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题 changeTitle(title) { - let projectTitle = '标准所协同工作平台' + let projectTitle = '汽车标准化工作平台' // 首页特殊处理 if (this.$route.path === indexKey) { document.title = projectTitle diff --git a/src/components/page/GlobalHeader.vue b/src/components/page/GlobalHeader.vue index 1687ab3..af59b8c 100644 --- a/src/components/page/GlobalHeader.vue +++ b/src/components/page/GlobalHeader.vue @@ -17,7 +17,7 @@ :type="collapsed ? 'menu-unfold' : 'menu-fold'" @click="toggle"/> - 欢迎进入标准所协同工作平台 + 欢迎进入汽车标准化工作平台 Jero-Boot @@ -26,7 +26,7 @@
- +
-
理事会
+
+ + +
+ + + + + + + + + + 查询 + 重置 + + + + +
+ + +
+ + + + + + + + + + 查看 + + +
+
+ + +
- \ No newline at end of file diff --git a/src/views/standardsAssociation/CouncilDetailPage.vue b/src/views/standardsAssociation/CouncilDetailPage.vue new file mode 100644 index 0000000..8278c26 --- /dev/null +++ b/src/views/standardsAssociation/CouncilDetailPage.vue @@ -0,0 +1,126 @@ + + + + + \ No newline at end of file diff --git a/src/views/standardsAssociation/modules/MemberListModal.vue b/src/views/standardsAssociation/modules/MemberListModal.vue new file mode 100644 index 0000000..c9a8963 --- /dev/null +++ b/src/views/standardsAssociation/modules/MemberListModal.vue @@ -0,0 +1,102 @@ + + + + + \ No newline at end of file diff --git a/src/views/subBidCommittee/SubBidCommittee.vue b/src/views/subBidCommittee/SubBidCommittee.vue index 6c67cbf..8748153 100644 --- a/src/views/subBidCommittee/SubBidCommittee.vue +++ b/src/views/subBidCommittee/SubBidCommittee.vue @@ -7,7 +7,7 @@ - + @@ -25,6 +25,7 @@ - + + + - 分标委会议 + + 查看
+ + +
+ + \ No newline at end of file diff --git a/src/views/subBidCommittee/modules/SubBidCommitteeDetail.vue b/src/views/subBidCommittee/modules/SubBidCommitteeDetail.vue index 84fdefe..5275815 100644 --- a/src/views/subBidCommittee/modules/SubBidCommitteeDetail.vue +++ b/src/views/subBidCommittee/modules/SubBidCommitteeDetail.vue @@ -80,7 +80,6 @@ export default { name: this.committee.name } } - } else { this.$message.warn(res.message) } diff --git a/src/views/user/Login.vue b/src/views/user/Login.vue index cec2516..5484693 100644 --- a/src/views/user/Login.vue +++ b/src/views/user/Login.vue @@ -190,7 +190,7 @@ export default { } }, created() { - document.title = '标准所协同工作平台' + document.title = '汽车标准化工作平台' this.currdatetime = new Date().getTime() Vue.ls.remove(ACCESS_TOKEN) this.getRouterData() diff --git a/src/views/user/alteration/Alteration.vue b/src/views/user/alteration/Alteration.vue index aa426ac..5fe614f 100644 --- a/src/views/user/alteration/Alteration.vue +++ b/src/views/user/alteration/Alteration.vue @@ -3,7 +3,7 @@
@@ -155,7 +155,7 @@ export default { } }, created() { - document.title = '标准所协同工作平台' + document.title = '汽车标准化工作平台' // 初次登录直接获取公钥 if (this.$route.query.isFirstLogin === 'true') { this.getPublicKey()