From 4b57646fd5173961d1ba8a10380bd597adcec9bf Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 19 Nov 2024 09:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/constant.go | 1 + erp/template.go | 1 + 2 files changed, 2 insertions(+) diff --git a/erp/constant.go b/erp/constant.go index 75b13d4..c8d9a85 100644 --- a/erp/constant.go +++ b/erp/constant.go @@ -50,6 +50,7 @@ const ( ExportTypeCustoms = "customs" // 报关导出 ExportTypeExchangeSettlement = "exchangeSettlement" // 结汇导出 ExportTypeAccounting = "accounting" // 做账导出 + ExportTypeAccountingFactory = "accountingFactory" // 做账工厂导出 ) type BanFlag = int64 // 出舱状态 diff --git a/erp/template.go b/erp/template.go index 217831a..6b335a3 100644 --- a/erp/template.go +++ b/erp/template.go @@ -142,6 +142,7 @@ func (t *template) Delete(ctx context.Context, templateIds []int64) (err error) type ArgsTemplateExportData struct { ExportType ExportType // 导出类型 DataId int64 // 导出数据id + Search string // 筛选json } // ExportData @TITLE 导出数据