feat(expense): 为差旅费用添加专门的支付类型
- 在常量中定义新的差旅费支付类型 PaymentTypeTravel - 根据费用类型动态设置支付类型,差旅费用使用新支付类型 - 非差旅费用仍使用原有的报销付款单类型
This commit is contained in:
@@ -79,6 +79,7 @@ const (
|
||||
PaymentTypePurchase PaymentType = "FKDLX09_SYS" // 采购付款单
|
||||
PaymentTypeCost PaymentType = "FKDLX10_SYS" // 费用付款单
|
||||
PaymentTypeRequest PaymentType = "FKDLX11_SYS" // 报销付款单
|
||||
PaymentTypeTravel PaymentType = "FKDLX12_SYS" // 差旅费
|
||||
)
|
||||
|
||||
type PaymentPurpose = string
|
||||
|
||||
Reference in New Issue
Block a user