update 征求意见流程
This commit is contained in:
@@ -203,6 +203,7 @@
|
|||||||
form-is-depend="isAdopt"
|
form-is-depend="isAdopt"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:extra-form="collectExtraForm"
|
:extra-form="collectExtraForm"
|
||||||
|
:all-disabled="disabledConsultationList"
|
||||||
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }">
|
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }">
|
||||||
<!--意见,汇总节点才用插槽,用表头控制了-->
|
<!--意见,汇总节点才用插槽,用表头控制了-->
|
||||||
<template v-slot:opinion="{text, record, index}">
|
<template v-slot:opinion="{text, record, index}">
|
||||||
@@ -754,6 +755,11 @@ export default {
|
|||||||
const nodes = [ConsultationProcess.moduleOwnerSummary.value, ConsultationProcess.leaderSummary.value]
|
const nodes = [ConsultationProcess.moduleOwnerSummary.value, ConsultationProcess.leaderSummary.value]
|
||||||
return nodes.some(tt => this.currentNode.indexOf(tt) === 0)
|
return nodes.some(tt => this.currentNode.indexOf(tt) === 0)
|
||||||
},
|
},
|
||||||
|
// 征求意见列表禁用
|
||||||
|
disabledConsultationList () {
|
||||||
|
const nodes = [ConsultationProcess.leaderApproval.value, ConsultationProcess.regulatoryEngineerApproval.value]
|
||||||
|
return nodes.some(tt => this.currentNode.indexOf(tt) === 0)
|
||||||
|
},
|
||||||
columns () {
|
columns () {
|
||||||
// 设计工程师填写征求意见表头
|
// 设计工程师填写征求意见表头
|
||||||
if (this.currentNode.indexOf(ConsultationProcess.designEngineerFillIn.value) === 0) {
|
if (this.currentNode.indexOf(ConsultationProcess.designEngineerFillIn.value) === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user