refactor: add type status
This commit is contained in:
parent
f09cbd3a78
commit
9ff50e94a3
1 changed files with 8 additions and 0 deletions
|
|
@ -56,6 +56,14 @@ export const useQuotationStore = defineStore('quotation-store', () => {
|
||||||
| 'BillFull'
|
| 'BillFull'
|
||||||
| 'BillSplit'
|
| 'BillSplit'
|
||||||
| 'BillSplitCustom';
|
| 'BillSplitCustom';
|
||||||
|
status?:
|
||||||
|
| 'Issued'
|
||||||
|
| 'Accepted'
|
||||||
|
| 'PaymentPending'
|
||||||
|
| 'PaymentInProcess'
|
||||||
|
| 'PaymentSuccess'
|
||||||
|
| 'ProcessComplete'
|
||||||
|
| 'Canceled';
|
||||||
query?: string;
|
query?: string;
|
||||||
}) {
|
}) {
|
||||||
const res = await api.get<PaginationResult<Quotation>>('/quotation', {
|
const res = await api.get<PaginationResult<Quotation>>('/quotation', {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue