fix: installment no
This commit is contained in:
parent
9440fdd412
commit
66d2a17277
2 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ export function quotationProductTree(
|
|||
work: work,
|
||||
productId: relation.product.id,
|
||||
product: relation.product,
|
||||
installmentNo: relation.installmentNo,
|
||||
},
|
||||
icon: 'mdi-shopping-outline',
|
||||
bg: 'hsla(var(--teal-10-hsl)/0.1)',
|
||||
|
|
|
|||
|
|
@ -181,6 +181,7 @@ type ServiceRelation = {
|
|||
productOnWork: {
|
||||
order: number;
|
||||
product: ProductRelation;
|
||||
installmentNo: number;
|
||||
}[];
|
||||
})[];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue