แก้ ui วินัย
This commit is contained in:
parent
4ab7c4abb2
commit
f0285eec5e
3 changed files with 124 additions and 126 deletions
|
|
@ -596,17 +596,15 @@ const clickBack = () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<q-separator />
|
|
||||||
<div class="row col-12 q-pa-sm">
|
<div class="row col-12 q-pa-sm">
|
||||||
<q-space />
|
<q-space />
|
||||||
<q-btn
|
<q-btn
|
||||||
id="onSubmit"
|
for="ButtonOnSubmit"
|
||||||
type="submit"
|
id="formSubmit"
|
||||||
flat
|
|
||||||
round
|
|
||||||
color="secondary"
|
color="secondary"
|
||||||
icon="mdi-content-save-outline"
|
label="บันทึก"
|
||||||
><q-tooltip>บันทึกข้อมูล</q-tooltip></q-btn
|
type="submit"
|
||||||
|
><q-tooltip>บับทึกข้อมูล</q-tooltip></q-btn
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
|
||||||
|
|
@ -111,8 +111,8 @@ function onSubmit() {
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<form @submit.prevent.stop="validateForm">
|
<form @submit.prevent.stop="validateForm">
|
||||||
<div class="col-12 row q-pa-lg">
|
<div class="row col-12 q-pa-sm">
|
||||||
<div class="col-xs-12 col-sm-12 q-col-gutter-x-lg row q-col-gutter-y-xs">
|
<div class="row col-xs-12 col-sm-12 q-col-gutter-x-sm">
|
||||||
<div class="col-xs-12 col-sm-6">
|
<div class="col-xs-12 col-sm-6">
|
||||||
ประเภทคำสั่ง
|
ประเภทคำสั่ง
|
||||||
<q-select
|
<q-select
|
||||||
|
|
@ -313,17 +313,19 @@ function onSubmit() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<q-card-actions align="right">
|
|
||||||
|
<q-separator />
|
||||||
|
<div class="row col-12 q-pa-sm">
|
||||||
|
<q-space />
|
||||||
<q-btn
|
<q-btn
|
||||||
for="submit"
|
for="ButtonOnSubmit"
|
||||||
flat
|
id="formSubmit"
|
||||||
round
|
|
||||||
unelevated
|
|
||||||
color="secondary"
|
color="secondary"
|
||||||
icon="mdi-content-save-outline"
|
label="บันทึก"
|
||||||
type="submit"
|
type="submit"
|
||||||
/>
|
><q-tooltip>บับทึกข้อมูล</q-tooltip></q-btn
|
||||||
</q-card-actions>
|
>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -82,9 +82,8 @@ function onValidate() {
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<form @submit.prevent.stop="onValidate" class="q-gutter-md">
|
<form @submit.prevent.stop="onValidate" class="q-gutter-md">
|
||||||
<div class="col-12">
|
<q-card bordered class="q-pa-md">
|
||||||
<q-card bordered>
|
<div v-if="data === null" class="row q-col-gutter-sm">
|
||||||
<div class="row q-pa-md q-col-gutter-sm">
|
|
||||||
<div class="col-3 row q-pa-md text-bold">
|
<div class="col-3 row q-pa-md text-bold">
|
||||||
<label>ค้นหาบุคคลากรที่อยู่ในระบบ</label>
|
<label>ค้นหาบุคคลากรที่อยู่ในระบบ</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -194,6 +193,5 @@ function onValidate() {
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</q-card>
|
</q-card>
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue