Commit c954cad540d7d8bdd1750e8d625dc9457362dcda

Authored by 娄高锋
1 parent 08ec98e2

update

src/main/resources/static/pages/forms/statement/correctForm.html
... ... @@ -253,9 +253,9 @@
253 253 /* var list_correctForm_statistics = template('list_correctForm_statistics',temp);
254 254 $('#forms .list_correctForm_statistics').html(list_correctForm_statistics); */
255 255  
256   -// if(result.length == 0)
257   -// $("#export").attr('disabled',"true");
258   -// else
  256 + if(result.length == 0)
  257 + $("#export").attr('disabled',"true");
  258 + else
259 259 $("#export").removeAttr("disabled");
260 260  
261 261 });
... ...