報表頁面 樣式修正

This commit is contained in:
b110212000 2021-09-30 10:29:03 +08:00
parent c93680eba3
commit a37975fc32

View File

@ -303,7 +303,7 @@
var haveinvertName = [];
var nowform;
var xxx;
var button;
$(function () {
//#region 預設初始值
$('#collapse').trigger("click");
@ -533,7 +533,7 @@
}
$(e).removeClass("btn-outline-success").addClass("btn-success");
if (nowform != null && nowform != 2) {
Dateform(nowform);
Dateform(nowform, button);
}
}
//#endregion
@ -838,7 +838,7 @@
$(".btn-report").removeClass("btn-success").addClass("btn-primary");
}
$(e).removeClass("btn-primary").addClass("btn-success");
button = e;
$('#hiretable').hide();