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),
|
onClick: handleQueryProcess.bind(null, record),
|
||||||
});
|
});
|
||||||
// if (!record.bpmStatus || record.bpmStatus == '1') {
|
// if (!record.bpmStatus || record.bpmStatus == '1') {
|
||||||
list.push({
|
// list.push({
|
||||||
text: '调整为未发起巡视整改流程状态',
|
// text: '调整为未发起巡视整改流程状态',
|
||||||
icon: 'ant-design:rollback-outlined',
|
// icon: 'ant-design:rollback-outlined',
|
||||||
event: 'adj0',
|
// event: 'adj0',
|
||||||
onClick: () => adjustCompletedStage(record, 0),
|
// onClick: () => adjustCompletedStage(record, 0),
|
||||||
});
|
// });
|
||||||
list.push({
|
// list.push({
|
||||||
text: '调整为未发起销号流程状态',
|
// text: '调整为未发起销号流程状态',
|
||||||
icon: 'ant-design:check-circle-outlined',
|
// icon: 'ant-design:check-circle-outlined',
|
||||||
event: 'adj2',
|
// event: 'adj2',
|
||||||
onClick: () => adjustCompletedStage(record, 2),
|
// onClick: () => adjustCompletedStage(record, 2),
|
||||||
});
|
// });
|
||||||
list.push({
|
// list.push({
|
||||||
text: '调整为已完成销号流程状态',
|
// text: '调整为已完成销号流程状态',
|
||||||
icon: 'ant-design:check-circle-outlined',
|
// icon: 'ant-design:check-circle-outlined',
|
||||||
event: 'adj4',
|
// event: 'adj4',
|
||||||
onClick: () => adjustCompletedStage(record, 4),
|
// onClick: () => adjustCompletedStage(record, 4),
|
||||||
});
|
// });
|
||||||
//}
|
//}
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user