fix: แก้ type

This commit is contained in:
Net 2024-04-24 10:23:19 +07:00
parent d02a82f7e1
commit 819bd2e213

View file

@ -28,24 +28,32 @@ const formData = ref<CustomerCreate>({
customerNameEN: '',
customerBranch: [
{
status: 'CREATED',
legalPersonNo: '',
taxNo: '',
name: '',
nameEN: '',
addressEN: '',
address: '',
addressEN: '',
provinceId: '',
districtId: '',
subDistrictId: '',
zipCode: '',
email: '',
telephoneNo: '',
longitude: '',
latitude: '',
status: 'CREATED',
name: '',
taxNo: '',
nameEN: '',
legalPersonNo: '',
registerName: '',
registerDate: null,
authorizedCapital: '',
subDistrictId: '',
districtId: '',
provinceId: '',
employmentOffice: '',
bussinessType: '',
bussinessTypeEN: '',
jobPosition: '',
jobPositionEN: '',
jobDescription: '',
saleEmployee: '',
payDate: '',
wageDate: '',
file: new File([''], 'dummy.jpg'),
},
],
image: new File([''], 'dummy.jpg'),
@ -158,8 +166,8 @@ function onClose() {
<!-- stat -->
<AppBox bordered class="column full-width">
<div class="text-weight-bold text-subtitle1">
{{ $t('customerStatTitle') }}
<div class="text-weight-bold text-subtitle1">
{{ $t('customerStatTitle') }}
</div>
<div class="row full-width q-py-md" style="overflow-x: auto">
<StatCardComponent