fix: แก้ชื่อ
This commit is contained in:
parent
e19c143139
commit
8db5821236
1 changed files with 13 additions and 13 deletions
|
|
@ -1,17 +1,17 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const businessAddress = defineModel<string>('businessAddress');
|
const employmentOffice = defineModel<string>('employmentOffice');
|
||||||
const typeBusiness = defineModel<string>('typeBusiness');
|
const bussinessType = defineModel<string>('bussinessType');
|
||||||
const JobPosition = defineModel<string>('JobPosition');
|
const JobPosition = defineModel<string>('JobPosition');
|
||||||
|
|
||||||
const typeBusinessEN = defineModel<string>('typeBusinessEN');
|
const bussinessTypeEN = defineModel<string>('typeBusinessEN');
|
||||||
const JobPositionEN = defineModel<string>('JobPositionEN');
|
const JobPositionEN = defineModel<string>('JobPositionEN');
|
||||||
|
|
||||||
const jobDescription = defineModel<string>('jobDescription');
|
const jobDescription = defineModel<string>('jobDescription');
|
||||||
|
|
||||||
const payDay = defineModel<string>('payDay');
|
const payDate = defineModel<string>('payDate');
|
||||||
const payRate = defineModel<string>('payRate');
|
const wageDate = defineModel<string>('wageDate');
|
||||||
|
|
||||||
const salesPerson = defineModel<string>('salesPerson');
|
const saleEmployee = defineModel<string>('saleEmployee');
|
||||||
|
|
||||||
const typeBusinessOptions = [
|
const typeBusinessOptions = [
|
||||||
{
|
{
|
||||||
|
|
@ -66,7 +66,7 @@ defineProps<{
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-12"
|
class="col-12"
|
||||||
:label="$t('inputCustomerAddress')"
|
:label="$t('inputCustomerAddress')"
|
||||||
v-model="businessAddress"
|
v-model="employmentOffice"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-select
|
<q-select
|
||||||
|
|
@ -74,7 +74,7 @@ defineProps<{
|
||||||
:outlined="!readonly"
|
:outlined="!readonly"
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
:borderless="readonly"
|
:borderless="readonly"
|
||||||
v-model="typeBusiness"
|
v-model="bussinessType"
|
||||||
:options="typeBusinessOptions"
|
:options="typeBusinessOptions"
|
||||||
:label="$t('businessType')"
|
:label="$t('businessType')"
|
||||||
class="col-6"
|
class="col-6"
|
||||||
|
|
@ -88,7 +88,7 @@ defineProps<{
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-6"
|
class="col-6"
|
||||||
:label="$t('businessTypeEN')"
|
:label="$t('businessTypeEN')"
|
||||||
v-model="typeBusinessEN"
|
v-model="bussinessTypeEN"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-select
|
<q-select
|
||||||
|
|
@ -132,7 +132,7 @@ defineProps<{
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-3"
|
class="col-3"
|
||||||
:label="$t('payDay')"
|
:label="$t('payDay')"
|
||||||
v-model="payDay"
|
v-model="payDate"
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<q-icon
|
<q-icon
|
||||||
|
|
@ -146,7 +146,7 @@ defineProps<{
|
||||||
transition-show="scale"
|
transition-show="scale"
|
||||||
transition-hide="scale"
|
transition-hide="scale"
|
||||||
>
|
>
|
||||||
<q-date v-model="payDay" mask="YYYY-MM-DD HH:mm">
|
<q-date v-model="payDate" mask="YYYY-MM-DD HH:mm">
|
||||||
<div class="row items-center justify-end">
|
<div class="row items-center justify-end">
|
||||||
<q-btn v-close-popup label="Close" color="primary" flat />
|
<q-btn v-close-popup label="Close" color="primary" flat />
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -174,7 +174,7 @@ defineProps<{
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-3"
|
class="col-3"
|
||||||
:label="$t('payRate')"
|
:label="$t('payRate')"
|
||||||
v-model="payRate"
|
v-model="wageDate"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
|
|
@ -185,7 +185,7 @@ defineProps<{
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-6"
|
class="col-6"
|
||||||
:label="$t('salesPerson')"
|
:label="$t('salesPerson')"
|
||||||
v-model="salesPerson"
|
v-model="saleEmployee"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue