$(document).ready(function() {
            if ($("#tjmx_tj").attr("checked") == true) {
                mx.style.display="none"
            }
            $("#tjmx_tj").click(function() {
            if ($(this).attr("checked") == true) {
                mx.style.display="none"
            }
            })
             $("#tjmx_mx").click(function() {
              if ($(this).attr("checked") == true) {
                mx.style.display="inline"
            }
                 
            })
                  
       })


    
统计表 明细表     ( 全打     重复利用)