feat: also get installment no from preset data
This commit is contained in:
parent
810b8b96ba
commit
640aac51e2
3 changed files with 26 additions and 2 deletions
|
|
@ -346,7 +346,7 @@ export type QuotationPayload = {
|
|||
_count: { worker: number };
|
||||
discount?: number;
|
||||
payBillDate?: Date | null;
|
||||
paySplit: { no: number; date: string | Date; amount: number }[];
|
||||
paySplit: { no: number; amount: number }[];
|
||||
paySplitCount?: number | null; // int
|
||||
payCondition:
|
||||
| 'Full'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue