diff --git a/erp/constant.go b/erp/constant.go index dd9323e..0d74d15 100644 --- a/erp/constant.go +++ b/erp/constant.go @@ -71,6 +71,7 @@ const ( ExportTypeAccountingFactoryV2 = "accountingFactoryV2" // 做账工厂导出 ExportTypePaymentList = "paymentList" // 采购付款单 ExportTypeRequestList = "requestList" // 费用申请单 + ExportTypeExpense = "expense" // 费用报销单 ) type BanFlag = int64 // 出舱状态 diff --git a/oa/staff.go b/oa/staff.go index 7f5fdc2..5c40b41 100644 --- a/oa/staff.go +++ b/oa/staff.go @@ -120,6 +120,7 @@ type StaffSearch struct { DepartmentIds []int64 // 部门筛选 DepartmentStaffIds []int64 // 部门员工id RoleIds []int64 // 角色筛选 + StaffIds []int64 // 员工id } type ReplyStaffList struct { List []StaffItem `json:"list"` // 员工列表