From 0342008f42204671562f7995f68a5f58603613bf Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 13 Jan 2026 12:15:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(erp):=20=E6=B7=BB=E5=8A=A0=E9=87=87?= =?UTF-8?q?=E8=B4=AD=E4=BB=98=E6=AC=BE=E5=8D=95=E5=92=8C=E8=B4=B9=E7=94=A8?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=8D=95=E5=AF=BC=E5=87=BA=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 ExportTypePaymentList 常量用于采购付款单导出 - 新增 ExportTypeRequestList 常量用于费用申请单导出 --- erp/constant.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erp/constant.go b/erp/constant.go index ec65546..f4cdb40 100644 --- a/erp/constant.go +++ b/erp/constant.go @@ -66,6 +66,8 @@ const ( ExportTypeAccountingFactory = "accountingFactory" // 做账工厂导出 ExportTypeAccountingV2 = "accountingV2" // 做账导出 ExportTypeAccountingFactoryV2 = "accountingFactoryV2" // 做账工厂导出 + ExportTypePaymentList = "paymentList" // 采购付款单 + ExportTypeRequestList = "requestList" // 费用申请单 ) type BanFlag = int64 // 出舱状态