เเก้ วินัย

This commit is contained in:
setthawutttty 2023-12-06 10:46:52 +07:00
parent eb08a9f209
commit c4a3415316
6 changed files with 27 additions and 23 deletions

View file

@ -228,12 +228,14 @@ function confirmEndInvestigate() {
showLoader();
http
.get(config.API.disciplinaryReject(id.value))
.then((res) => {})
.then((res) => {
success($q, "ยุติเรื่องสำเร็จ");
})
.catch((e) => {
messageError($q, e);
})
.finally(() => {
success($q, "ยุติเรื่องสำเร็จ");
fetchDetailDisciplinary();
});
}

View file

@ -690,7 +690,7 @@ onMounted(async () => {
outlined
dense
:input-style="
isReadonly ? { color: 'teal' } : { color: 'black' }
isReadonly ? { color: 'black' } : { color: 'teal' }
"
class="col-xs-12 col-sm-4"
hide-bottom-space
@ -742,7 +742,7 @@ onMounted(async () => {
ref="disciplinaryDateAllegationRef"
outlined
:input-style="
isReadonly ? { color: 'teal' } : { color: 'black' }
isReadonly ? { color: 'black' } : { color: 'teal' }
"
dense
class="col-xs-12 col-sm-4"
@ -830,8 +830,8 @@ onMounted(async () => {
outlined
:input-style="
isReadonly
? { color: 'teal' }
: { color: 'black' }
? { color: 'black' }
: { color: 'teal' }
"
dense
lazy-rules
@ -924,8 +924,8 @@ onMounted(async () => {
lazy-rules
:input-style="
isReadonly
? { color: 'teal' }
: { color: 'black' }
? { color: 'black' }
: { color: 'teal' }
"
hide-bottom-space
borderless
@ -986,7 +986,7 @@ onMounted(async () => {
class="full-width"
hide-bottom-space
:input-style="
isReadonly ? { color: 'teal' } : { color: 'black' }
isReadonly ? { color: 'black' } : { color: 'teal' }
"
:model-value="
formData.disciplinaryDateEvident != null
@ -1038,7 +1038,7 @@ onMounted(async () => {
ref="disciplinaryDateResultRef"
outlined
:input-style="
isReadonly ? { color: 'teal' } : { color: 'black' }
isReadonly ? { color: 'black' } : { color: 'teal' }
"
dense
class="full-width"