feat: add final discount as payload
This commit is contained in:
parent
99c43bdd66
commit
ee45da0e8c
3 changed files with 7 additions and 4 deletions
|
|
@ -24,6 +24,7 @@ const DEFAULT_DATA: QuotationPayload = {
|
|||
paySplitCount: 0,
|
||||
payCondition: 'Full',
|
||||
dueDate: new Date(),
|
||||
discount: 0,
|
||||
documentReceivePoint: '',
|
||||
contactTel: '',
|
||||
contactName: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue