update 完善起草组
This commit is contained in:
@@ -22,7 +22,7 @@ const getCommitteeUnderStudyProject = (param) => getAction('/payResearchProject/
|
||||
// 工作组在研项目
|
||||
const getWorkingGroupUnderStudyProject = (param) => getAction('/payResearchProject/payResearchProject/list', param)
|
||||
// 起草组在研项目
|
||||
const getDraftingGroupUnderStudyProject = (param) => getAction('/drafting/payDraftingGroupResearchProject/list', param)
|
||||
const getDraftingGroupUnderStudyProject = (param) => getAction('/drafting/payDraftingGroupResearchProject/enterpriseQueryPageList', param)
|
||||
// 缴费凭证审核记录
|
||||
const getAuditProofRecords = (param) => getAction('/paymentCheck/payPaymentCheck/amountReceivedSubList', param)
|
||||
// 生成会议二维码
|
||||
|
||||
@@ -39,7 +39,8 @@ export const MeetingTypeEnums = {
|
||||
internationalSeminar: { name: '国际研讨会', index: 3 },
|
||||
other: { name: '其他会议', index: 4 },
|
||||
committee: { name: '分标委会议', index: 5 },
|
||||
council: { name: '理事会会议', index: 6 }
|
||||
council: { name: '理事会会议', index: 6 },
|
||||
draftGroup: { name: '起草会会议', index: 7 }
|
||||
}
|
||||
// 参会人员身份类型
|
||||
export const MeetIdentifyTypeEnums = {
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import { generateIndexRouter } from '@/utils/util'
|
||||
|
||||
NProgress.configure({ showSpinner: false }) // NProgress Configuration
|
||||
|
||||
const whiteList = ['/user/login', '/user/manageLogin', '/user/register', '/user/register-result', '/user/member-register', '/user/member-register-result', '/user/alteration','/signupentrance','/signUpPage','/lookExpressInfo'] // no redirect whitelist
|
||||
const whiteList = ['/user/login', '/user/manageLogin', '/user/register', '/user/register-result', '/user/member-register', '/user/member-register-result', '/user/alteration','/signupentrance','/signUpPage','/lookExpressInfo', '/signUpDraftTeamEntrance' + '/signUpDraftTeamPage'] // no redirect whitelist
|
||||
|
||||
const ThirdLoginFunc = (token) => {
|
||||
return new Promise(resolve => {
|
||||
|
||||
@@ -171,7 +171,8 @@
|
||||
</section>
|
||||
<!--会议信息end-->
|
||||
<!--开票邮寄信息begin-->
|
||||
<section class="logistics-info">
|
||||
<!-- 起草组不显示开票邮寄信息 -->
|
||||
<section class="logistics-info" v-if="Number(model.meetingType) !== MeetingTypeEnums.draftGroup.index">
|
||||
<h3 class="title">开票邮寄信息</h3>
|
||||
<div>
|
||||
<span class="collapse-span color-blue"
|
||||
|
||||
@@ -11,23 +11,6 @@
|
||||
</a-col>
|
||||
<a-col :span="8" class="basic-info-item"><label>项目负责人:</label><span>{{ detail.principalName }}</span>
|
||||
</a-col>
|
||||
|
||||
<!-- 合同-->
|
||||
<a-col :span="8" class="basic-info-item" v-if="detail.chargeWay === 2">
|
||||
<label>合同编号:</label>
|
||||
<span>{{ detail.contractNum }}</span>
|
||||
</a-col>
|
||||
<!-- 收费通知-->
|
||||
<a-col :span="8" class="basic-info-item" v-if="detail.chargeWay === 3">
|
||||
<label>收费通知号:</label>
|
||||
<span>{{ detail.chargeNoticeNo }}</span>
|
||||
</a-col>
|
||||
<a-col :span="12" class="basic-info-item" v-if="detail.chargeWay === 3">
|
||||
<label>收费通知:</label>
|
||||
<span style="width: 100%;">
|
||||
<preview-file style="width: 80%" :file-id="detail.chargeNoticeId"></preview-file>
|
||||
</span>
|
||||
</a-col>
|
||||
<a-col :span="24" class="basic-info-item">
|
||||
<label>任务及目标:</label>
|
||||
<span>{{ detail.missionAndObjectives }}</span>
|
||||
|
||||
@@ -184,7 +184,7 @@ export default {
|
||||
// 起草组信息
|
||||
currentDraftTempInfo: {},
|
||||
url: {
|
||||
add: '/drafting/payDraftingGroupSubitem/add',
|
||||
add: '/drafting/payDraftingGroupSubitem/addByQRCode',
|
||||
info: '/drafting/payDraftingGroup/queryById'
|
||||
},
|
||||
// 默认的联系人数据
|
||||
|
||||
Reference in New Issue
Block a user