Merge branch 'develop' of github.com:Frappet/hrms-mgt into develop
This commit is contained in:
commit
2c3be4c51e
1 changed files with 15 additions and 0 deletions
|
|
@ -243,6 +243,7 @@ function changOption(val: string) {
|
||||||
val === "KPI9"
|
val === "KPI9"
|
||||||
) {
|
) {
|
||||||
persanalId.value = val === "KPI8" ? persanalId.value : "";
|
persanalId.value = val === "KPI8" ? persanalId.value : "";
|
||||||
|
fullNameShow.value = val === "KPI8" ? fullNameShow.value : "";
|
||||||
organization.value = val === "KPI8" ? "" : organization.value;
|
organization.value = val === "KPI8" ? "" : organization.value;
|
||||||
} else {
|
} else {
|
||||||
round.value = "";
|
round.value = "";
|
||||||
|
|
@ -747,6 +748,20 @@ onMounted(() => {
|
||||||
<div class="col-12 row q-pa-sm">
|
<div class="col-12 row q-pa-sm">
|
||||||
<q-space />
|
<q-space />
|
||||||
<q-btn
|
<q-btn
|
||||||
|
:disable="
|
||||||
|
((typeReport == 'KPI1' ||
|
||||||
|
typeReport == 'KPI2' ||
|
||||||
|
typeReport == 'KPI3' ||
|
||||||
|
typeReport == 'KPI7' ||
|
||||||
|
typeReport == 'KPI9') &&
|
||||||
|
(round == '' || organization == '')) ||
|
||||||
|
((typeReport == 'KPI4' ||
|
||||||
|
typeReport == 'KPI5' ||
|
||||||
|
typeReport == 'KPI6') &&
|
||||||
|
persanalId == '') ||
|
||||||
|
(typeReport == 'KPI8' &&
|
||||||
|
(round == '' || persanalId == ''))
|
||||||
|
"
|
||||||
dense
|
dense
|
||||||
class="q-px-md"
|
class="q-px-md"
|
||||||
label="ค้นหา"
|
label="ค้นหา"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue