From 23663116574fa8f977c1241f98347833a2c28087 Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期六, 29 六月 2024 18:27:48 +0800
Subject: [PATCH] 仓库盘点bug修改

---
 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