* [task#142086,doing,1h,2h] Check if deliverable has been uploaded when edit execution.

This commit is contained in:
wangyuting
2025-04-28 10:11:15 +08:00
committed by 刘刚
parent 679f728e64
commit f3393c58b5
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ window.handleRenderRow = function($row, index, data)
}
});
/* 有交付物的阶段无法变更阶段类型。 */
/* 已关闭且有交付物的阶段无法变更阶段类型。 */
$row.find('[data-name="attribute"]').find('.picker-box').on('inited', function(e, info)
{
if(typeof data != 'undefined' && typeof data.hasDeliverable != 'undefined') info[0].render({disabled: true});