เเก้ วินัย
This commit is contained in:
parent
eb08a9f209
commit
c4a3415316
6 changed files with 27 additions and 23 deletions
|
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue