feat(logic): 添加出运发票号精确查询功能

- 在receivable逻辑中新增InvoiceSerialEq字段的精确匹配查询
- 实现出运发票号的相等条件过滤功能
- 扩展shipment查询条件以支持精确搜索功能
This commit is contained in:
2026-09-15 14:35:52 +08:00
parent 24c77b0435
commit 05474641b3

View File

@@ -21,6 +21,7 @@ type ReceivableSearch struct {
CustomId int64 // 客户id
CustomName string // 客户名称
InvoiceSerial string // 出运发票号
InvoiceSerialEq string // 出运发票号
CreatedAtStart *time.Time // 创建开始时间
CreatedAtEnd *time.Time // 创建结束时间
PermissionStaffIds []int64 // 权限员工id