refactor: edit type QuotationPayload add workerIndex in productServiceList
This commit is contained in:
parent
70cbc4b1d2
commit
b0800c7b05
1 changed files with 1 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ export type QuotationFull = {
|
|||
|
||||
export type QuotationPayload = {
|
||||
productServiceList: {
|
||||
workerIndex: number[];
|
||||
vat?: number;
|
||||
pricePerUnit?: number;
|
||||
discount?: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue