fix(dq): 隐藏巡视整改流程操作中的阶段调整菜单项
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -403,24 +403,24 @@
|
||||
onClick: handleQueryProcess.bind(null, record),
|
||||
});
|
||||
// if (!record.bpmStatus || record.bpmStatus == '1') {
|
||||
list.push({
|
||||
text: '调整为未发起巡视整改流程状态',
|
||||
icon: 'ant-design:rollback-outlined',
|
||||
event: 'adj0',
|
||||
onClick: () => adjustCompletedStage(record, 0),
|
||||
});
|
||||
list.push({
|
||||
text: '调整为未发起销号流程状态',
|
||||
icon: 'ant-design:check-circle-outlined',
|
||||
event: 'adj2',
|
||||
onClick: () => adjustCompletedStage(record, 2),
|
||||
});
|
||||
list.push({
|
||||
text: '调整为已完成销号流程状态',
|
||||
icon: 'ant-design:check-circle-outlined',
|
||||
event: 'adj4',
|
||||
onClick: () => adjustCompletedStage(record, 4),
|
||||
});
|
||||
// list.push({
|
||||
// text: '调整为未发起巡视整改流程状态',
|
||||
// icon: 'ant-design:rollback-outlined',
|
||||
// event: 'adj0',
|
||||
// onClick: () => adjustCompletedStage(record, 0),
|
||||
// });
|
||||
// list.push({
|
||||
// text: '调整为未发起销号流程状态',
|
||||
// icon: 'ant-design:check-circle-outlined',
|
||||
// event: 'adj2',
|
||||
// onClick: () => adjustCompletedStage(record, 2),
|
||||
// });
|
||||
// list.push({
|
||||
// text: '调整为已完成销号流程状态',
|
||||
// icon: 'ant-design:check-circle-outlined',
|
||||
// event: 'adj4',
|
||||
// onClick: () => adjustCompletedStage(record, 4),
|
||||
// });
|
||||
//}
|
||||
return list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user