CRM-合同:完善合同表单

(cherry picked from commit ed94205fa7)
This commit is contained in:
puhui999
2024-01-27 23:11:43 +08:00
committed by shizhong
parent 227f69c95d
commit 0ada34de16
7 changed files with 375 additions and 115 deletions

View File

@ -1,4 +1,5 @@
import request from '@/config/axios'
import { ProductExpandVO } from '@/api/crm/product'
export interface ContractVO {
id: number
@ -20,6 +21,7 @@ export interface ContractVO {
signUserId: number
contactLastTime: Date
remark: string
productItems: ProductExpandVO[]
}
// 查询 CRM 合同列表