報表頁面 樣式修正
This commit is contained in:
parent
c93680eba3
commit
a37975fc32
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user