CRM:完善合同的待回款金额

This commit is contained in:
YunaiV
2024-02-25 20:50:30 +08:00
parent 25665f548e
commit 154f84a89e
7 changed files with 62 additions and 11 deletions

View File

@ -21,6 +21,7 @@ export interface ContractVO {
totalProductPrice: number
discountPercent: number
totalPrice: number
totalReceivablePrice: number
signContactId: number
signContactName?: string
signUserId: number