feat(erp): 添加排序功能支持
- 定义 OrderItem、OrderField 和 OrderSort 类型及常量 - 为费用模块添加 createdAt、amount 排序字段 - 为应付模块添加 createdAt、amount 排序字段 - 为收汇模块添加 createdAt、entryAmount、receivableFxAmount 排序字段 - 为应收模块添加 createdAt、receivedAmount、receivableAmount、outstandingAmount 排序字段 - 为申请模块添加 createdAt、prepaidAmount、amount、paidAmount、payAt 排序字段 - 在各列表参数结构体中添加 Order 字段支持
This commit is contained in:
@@ -16,6 +16,7 @@ type receipt struct {
|
||||
type ArgsReceiptList struct {
|
||||
Page bean.Page
|
||||
Search ReceiptSearch
|
||||
Order []OrderItem
|
||||
}
|
||||
type ReceiptSearch struct {
|
||||
ReceiptSerial string // 收汇单号
|
||||
|
||||
Reference in New Issue
Block a user