From fe794b385cc1fe28cb6d0731664a3023199843ac Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 01 七月 2024 21:21:56 +0800 Subject: [PATCH] 增加月度统计出入库按类型汇总报表查询接口 --- constvar/const.go | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index b7391e2..f465a7e 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -297,11 +297,12 @@ type CodeStandardType string const ( - CodeStandardType_Material CodeStandardType = "鐗╂枡缂栫爜" - CodeStandardType_Incoming CodeStandardType = "鍏ュ簱缂栫爜" - CodeStandardType_Outgoing CodeStandardType = "鍑哄簱缂栫爜" - CodeStandardType_Internal CodeStandardType = "璋冩嫧缂栫爜" - CodeStandardType_Disuse CodeStandardType = "浠撳簱鎶ュ簾缂栫爜" + CodeStandardType_Material CodeStandardType = "鐗╂枡缂栫爜" + CodeStandardType_Incoming CodeStandardType = "鍏ュ簱缂栫爜" + CodeStandardType_Outgoing CodeStandardType = "鍑哄簱缂栫爜" + CodeStandardType_Internal CodeStandardType = "璋冩嫧缂栫爜" + CodeStandardType_Disuse CodeStandardType = "浠撳簱鎶ュ簾缂栫爜" + CodeStandardType_TakeStock CodeStandardType = "鐩樼偣缂栫爜" ) type OperationSource int @@ -326,9 +327,10 @@ type MiniDictType int const ( - TransferType MiniDictType = iota + 1 // 璋冩嫧绫诲瀷 - StorageType // 鍏ュ簱绫诲瀷 + StorageType MiniDictType = iota + 1 // 鍏ュ簱绫诲瀷 StockoutType // 鍑哄簱绫诲瀷 + TransferType // 璋冩嫧绫诲瀷 + TakeStock // 鐩樼偣绫诲瀷 ) func (t MiniDictType) Valid() bool { -- Gitblit v1.8.0