小跟新

This commit is contained in:
b110212000 2021-12-20 16:13:24 +08:00
parent 181300a852
commit 8c096317e8

View File

@ -228,6 +228,7 @@
</div> </div>
</div> </div>
<div id="all">
<div class="row mb-5"> <div class="row mb-5">
<div class="col-xl-12"> <div class="col-xl-12">
<div class="card p-3 w-100" id="overviewtable"> <div class="card p-3 w-100" id="overviewtable">
@ -287,6 +288,9 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</main> </main>
@ -840,9 +844,11 @@
$(e).removeClass("btn-primary").addClass("btn-success"); $(e).removeClass("btn-primary").addClass("btn-success");
button = e; button = e;
$('#all').hide();
$('#hiretable').hide(); $('#hiretable').hide();
$('#maxtable').hide(); $('#maxtable').hide();
tablehand(form); tablehand(form);
} }
@ -1222,6 +1228,7 @@
$('#overviewtable').show(); $('#overviewtable').show();
$('#detailtable').show(); $('#detailtable').show();
$('#all').show();
nowform = form; nowform = form;
}, 'json'); }, 'json');
} }