refactor: show table request

This commit is contained in:
Thanaphon Frappet 2024-12-18 17:55:45 +07:00
parent 40d9e339e0
commit bbe4150581
2 changed files with 175 additions and 1 deletions

View file

@ -43,6 +43,7 @@ import {
} from 'src/stores/product-service/types';
// NOTE: Import Components
import TableRequest from './TableRequest.vue';
import SelectInput from 'components/shared/SelectInput.vue';
import SwitchItem from 'components/shared/SwitchItem.vue';
import FormEmployeePassport from 'components/03_customer-management/FormEmployeePassport.vue';
@ -1845,7 +1846,11 @@ watch(
<template v-else>
<PaymentForm
v-if="view !== View.InvoicePre && view !== View.Receipt"
v-if="
view !== View.InvoicePre &&
view !== View.Receipt &&
view !== View.Complete
"
:data="quotationFormState.source"
@fetch-status="
() => {