no message
This commit is contained in:
parent
63934ec669
commit
26f650df15
1 changed files with 37 additions and 19 deletions
|
|
@ -115,6 +115,7 @@ function onSubmit() {
|
||||||
<div class="col-xs-12 row items-center">
|
<div class="col-xs-12 row items-center">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<q-input
|
<q-input
|
||||||
|
for="#complaint"
|
||||||
class="full-width inputgreen cursor-pointer"
|
class="full-width inputgreen cursor-pointer"
|
||||||
ref="complaintRef"
|
ref="complaintRef"
|
||||||
outlined
|
outlined
|
||||||
|
|
@ -131,6 +132,7 @@ function onSubmit() {
|
||||||
<div class="row no-wrap col-12">
|
<div class="row no-wrap col-12">
|
||||||
<div class="col-4 q-my-md q-mr-xs">
|
<div class="col-4 q-my-md q-mr-xs">
|
||||||
<q-select
|
<q-select
|
||||||
|
for="#fault"
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
ref="faultRef"
|
ref="faultRef"
|
||||||
|
|
@ -157,6 +159,7 @@ function onSubmit() {
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4 q-my-md q-mr-xs">
|
<div class="col-4 q-my-md q-mr-xs">
|
||||||
<q-select
|
<q-select
|
||||||
|
for="#investigation"
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
ref="investigationRef"
|
ref="investigationRef"
|
||||||
|
|
@ -189,6 +192,7 @@ function onSubmit() {
|
||||||
class="col-12 q-mb-md"
|
class="col-12 q-mb-md"
|
||||||
>
|
>
|
||||||
<q-input
|
<q-input
|
||||||
|
for="#other"
|
||||||
class="full-width inputgreen cursor-pointer"
|
class="full-width inputgreen cursor-pointer"
|
||||||
outlined
|
outlined
|
||||||
ref="otherRef"
|
ref="otherRef"
|
||||||
|
|
@ -214,6 +218,7 @@ function onSubmit() {
|
||||||
วันที่สืบสวน
|
วันที่สืบสวน
|
||||||
</p>
|
</p>
|
||||||
<q-checkbox
|
<q-checkbox
|
||||||
|
for="#clickTime"
|
||||||
size="md"
|
size="md"
|
||||||
v-model="formData.clickTime"
|
v-model="formData.clickTime"
|
||||||
label="ขยายเวลา"
|
label="ขยายเวลา"
|
||||||
|
|
@ -237,6 +242,7 @@ function onSubmit() {
|
||||||
}}</template>
|
}}</template>
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<q-input
|
<q-input
|
||||||
|
for="#date"
|
||||||
class="full-width inputgreen cursor-pointer"
|
class="full-width inputgreen cursor-pointer"
|
||||||
ref="dateRef"
|
ref="dateRef"
|
||||||
outlined
|
outlined
|
||||||
|
|
@ -279,6 +285,7 @@ function onSubmit() {
|
||||||
}}</template>
|
}}</template>
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<q-input
|
<q-input
|
||||||
|
for="#dateEnd"
|
||||||
ref="dateEndRef"
|
ref="dateEndRef"
|
||||||
class="full-width inputgreen cursor-pointer"
|
class="full-width inputgreen cursor-pointer"
|
||||||
outlined
|
outlined
|
||||||
|
|
@ -311,6 +318,7 @@ function onSubmit() {
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="q-mx-xs">
|
<div v-else class="q-mx-xs">
|
||||||
<q-select
|
<q-select
|
||||||
|
for="#daysExtend"
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
lazy-rules
|
lazy-rules
|
||||||
|
|
@ -344,6 +352,7 @@ function onSubmit() {
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 q-my-xs">
|
<div class="col-12 q-my-xs">
|
||||||
<q-input
|
<q-input
|
||||||
|
for="#complaintdetail"
|
||||||
class="full-width inputgreen cursor-pointer"
|
class="full-width inputgreen cursor-pointer"
|
||||||
outlined
|
outlined
|
||||||
ref="complaintdetailRef"
|
ref="complaintdetailRef"
|
||||||
|
|
@ -361,6 +370,7 @@ function onSubmit() {
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 q-my-sm">
|
<div class="col-12 q-my-sm">
|
||||||
<q-file
|
<q-file
|
||||||
|
for="#fileComplaint"
|
||||||
outlined
|
outlined
|
||||||
ref="fileComplaintRef"
|
ref="fileComplaintRef"
|
||||||
dense
|
dense
|
||||||
|
|
@ -377,6 +387,7 @@ function onSubmit() {
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 q-my-sm">
|
<div class="col-12 q-my-sm">
|
||||||
<q-input
|
<q-input
|
||||||
|
for="#detail"
|
||||||
class="full-width inputgreen cursor-pointer"
|
class="full-width inputgreen cursor-pointer"
|
||||||
outlined
|
outlined
|
||||||
ref="detailRef"
|
ref="detailRef"
|
||||||
|
|
@ -392,6 +403,7 @@ function onSubmit() {
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 q-my-xs">
|
<div class="col-12 q-my-xs">
|
||||||
<q-file
|
<q-file
|
||||||
|
for="#evidenceFiles"
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
ref="evidenceFilesRef"
|
ref="evidenceFilesRef"
|
||||||
|
|
@ -406,25 +418,31 @@ function onSubmit() {
|
||||||
</template>
|
</template>
|
||||||
</q-file>
|
</q-file>
|
||||||
</div>
|
</div>
|
||||||
<div class="row col-12 items-start q-mt-sm">
|
<div class="row col-12 items-start q-mt-sm">
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<q-input
|
<q-input
|
||||||
standout
|
for="#results"
|
||||||
dense
|
standout
|
||||||
ref="resultsRef"
|
dense
|
||||||
:rules="[(val) => !!val || `${'กรุณากรอกผลการสืบสวน'}`]"
|
ref="resultsRef"
|
||||||
v-model="formData.results"
|
:rules="[(val) => !!val || `${'กรุณากรอกผลการสืบสวน'}`]"
|
||||||
outlined
|
v-model="formData.results"
|
||||||
debounce="300"
|
outlined
|
||||||
placeholder="ผลการสืบสวน"
|
debounce="300"
|
||||||
>
|
placeholder="ผลการสืบสวน"
|
||||||
</q-input>
|
>
|
||||||
</div>
|
</q-input>
|
||||||
<div class="col-4">
|
</div>
|
||||||
<q-btn label="ยืนยันผลการสืบสวน" color="public" class="q-py-sm q-ml-sm">
|
<div class="col-4">
|
||||||
<q-tooltip>ยืนยันผลการสืบสวน</q-tooltip>
|
<q-btn
|
||||||
</q-btn>
|
id="#confirm"
|
||||||
</div>
|
label="ยืนยันผลการสืบสวน"
|
||||||
|
color="public"
|
||||||
|
class="q-py-sm q-ml-sm"
|
||||||
|
>
|
||||||
|
<q-tooltip>ยืนยันผลการสืบสวน</q-tooltip>
|
||||||
|
</q-btn>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue