refactor: show table request
This commit is contained in:
parent
40d9e339e0
commit
bbe4150581
2 changed files with 175 additions and 1 deletions
|
|
@ -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="
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue