* [task#142086,doing,1h,2h] Check if deliverable has been uploaded when edit execution.
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user