| | |
| | | } |
| | | } |
| | | |
| | | |
| | | function changedepartment(departid) { |
| | | |
| | | |
| | | if ($("#department" + departid).is(':checked')) { |
| | | $(".depart" + departid).show(); |
| | | $(".depart" + departid).attr('checked', true); |
| | | $(".spann" + departid).show(); |
| | | } else { |
| | | $(".depart" + departid).hide(); |
| | | $(".spann" + departid).hide(); |
| | | $(".depart" + departid).attr('checked', false); |
| | | } |
| | | } |
| | | </script> |
| | | </head> |
| | | <body> |
| | |
| | | <div> |
| | | <table class="tableStyle" style="margin: 10px auto;" cellpadding="0" cellspacing="0"> |
| | | <tr> |
| | | <td class="ali03" valign="top"> |
| | | <td class="ali03 w120px" valign="top"> |
| | | 查看员工: |
| | | </td> |
| | | <td > |