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 = {
|
export type QuotationPayload = {
|
||||||
productServiceList: {
|
productServiceList: {
|
||||||
|
workerIndex: number[];
|
||||||
vat?: number;
|
vat?: number;
|
||||||
pricePerUnit?: number;
|
pricePerUnit?: number;
|
||||||
discount?: number;
|
discount?: number;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue