This commit is contained in:
lanzongjun
2022-11-25 10:37:19 +08:00
parent 3e2648ab5e
commit edbf6b4307
+5
View File
@@ -2,6 +2,11 @@ $(function()
{
$('.record-estimate-toggle').modalTrigger({width:900, type:'iframe', afterHide: function(){parent.location.href=parent.location.href;}});
if(!newRowCount) $('#taskTeamEditor tr.member').last().addClass('member-last');
if($('#consumedSpan').parent().find('button').hasClass('disabled'))
{
$('#consumedSpan').parent().find('button').attr('disabled','disabled')
}
})
/**