update 征求意见流程
This commit is contained in:
@@ -247,7 +247,7 @@ export const ConsultationProcess = new EsEnums({
|
||||
moduleOwnerSummary: { text: '模块负责人汇总', value: 'module_owner_end', btn: ['return', 'save', 'submit'] },
|
||||
leaderApproval: { text: '各部所主管级领导审批', value: 'depart_leader_end', btn: ['return', 'save', 'agree', 'reject'] },
|
||||
leaderSummary: { text: '各部所主管级领导汇总', value: 'depart_leader_collect', btn: ['return', 'save', 'submit'] },
|
||||
regulatoryEngineerApproval: { text: '法规工程师审批', value: 'engineer_start_end', btn: ['return', 'save', 'agree', 'reject'] }
|
||||
regulatoryEngineerApproval: { text: '法规工程师审批', value: 'engineer_end', btn: ['return', 'save', 'agree', 'reject'] }
|
||||
})
|
||||
|
||||
// 下发人员类型
|
||||
|
||||
@@ -200,6 +200,7 @@
|
||||
:data-source="dataSource"
|
||||
bordered
|
||||
form-is-depend="isAdopt"
|
||||
:pagination="false"
|
||||
:extra-form="collectExtraForm"
|
||||
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }">
|
||||
<!--意见,汇总节点才用插槽,用表头控制了-->
|
||||
@@ -773,7 +774,7 @@ export default {
|
||||
}
|
||||
// 获取人员信息数据
|
||||
this.getPersonInfoStructure(ProcessKey.CONSULTATION.value, () => {
|
||||
this.initPersonInfoData(!this.currentNode || this.currentNode.indexOf(ConsultationProcess.initiate.value) === 0)
|
||||
this.initPersonInfoData(this.currentNode.indexOf(ConsultationProcess.initiate.value) === 0)
|
||||
})
|
||||
// 找不到这个节点默认使用审批节点页面及按钮,发起除外
|
||||
this.nodeEnumsKey = this.currentNode ? ConsultationProcess.keyOfValue(this.currentNode) || 'regulatoryEngineerApproval' : 'initiate'
|
||||
|
||||
Reference in New Issue
Block a user