From e598e4d2718c41352eafae19284ffe358b8c8181 Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期三, 17 七月 2024 18:18:19 +0800
Subject: [PATCH] 修改方法,去除庄口获取庄口列表方法;添加产品来源字典类型;添加字典模糊搜索

---
 docs/docs.go |  296 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 284 insertions(+), 12 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index f46a305..95b1f70 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -691,6 +691,72 @@
                 }
             }
         },
+        "/api-wms/v1/dict/getUserList": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鏁版嵁瀛楀吀"
+                ],
+                "summary": "鑾峰彇鐢ㄦ埛鍒楄〃",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "name": "id",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "name": "nickName",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "name": "parentId",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "name": "pos",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "name": "userName",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "name": "userType",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/user.GetUserRequest"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
         "/api-wms/v1/dict/save": {
             "post": {
                 "produces": [
@@ -1681,6 +1747,13 @@
                 "summary": "娣诲姞搴撳瓨鐩樼偣淇℃伅",
                 "parameters": [
                     {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
                         "description": "鍏ュ簱/鍑哄簱淇℃伅",
                         "name": "object",
                         "in": "body",
@@ -1710,6 +1783,13 @@
                 ],
                 "summary": "搴旂敤銆侀獙璇�",
                 "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
                     {
                         "description": "鍏ュ弬",
                         "name": "object",
@@ -1895,6 +1975,13 @@
                 "summary": "淇敼搴撳瓨鐩樼偣淇℃伅",
                 "parameters": [
                     {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
                         "description": "鍏ュ簱/鍑哄簱淇℃伅",
                         "name": "object",
                         "in": "body",
@@ -1952,6 +2039,13 @@
                 ],
                 "summary": "鏇存敼璁板綍鐘舵��",
                 "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
                     {
                         "type": "integer",
                         "description": "id",
@@ -2119,6 +2213,13 @@
                 "summary": "鍏ュ簱/鍑哄簱鍒楄〃",
                 "parameters": [
                     {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
                         "description": "鏌ヨ鍙傛暟",
                         "name": "object",
                         "in": "body",
@@ -2224,6 +2325,13 @@
                 "summary": "娣诲姞鍏ュ簱/鍑哄簱",
                 "parameters": [
                     {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
                         "description": "鍏ュ簱/鍑哄簱淇℃伅",
                         "name": "object",
                         "in": "body",
@@ -2253,6 +2361,13 @@
                 ],
                 "summary": "鍒犻櫎鍏ュ簱/鍑哄簱淇℃伅",
                 "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
                     {
                         "type": "integer",
                         "description": "id",
@@ -4245,10 +4360,12 @@
                 2,
                 3,
                 4,
-                5
+                5,
+                6
             ],
             "x-enum-comments": {
                 "DisuseType": "鎶ュ簾绫诲瀷",
+                "ProductSource": "浜у搧鏉ユ簮",
                 "StockoutType": "鍑哄簱绫诲瀷",
                 "StorageType": "鍏ュ簱绫诲瀷",
                 "TakeStockType": "鐩樼偣绫诲瀷",
@@ -4259,7 +4376,8 @@
                 "StockoutType",
                 "TransferType",
                 "TakeStockType",
-                "DisuseType"
+                "DisuseType",
+                "ProductSource"
             ]
         },
         "constvar.OperationSource": {
@@ -4716,6 +4834,7 @@
                     "type": "string"
                 },
                 "warehouseId": {
+                    "description": "浠撳簱id",
                     "type": "integer"
                 }
             }
@@ -5244,12 +5363,15 @@
             "type": "object",
             "properties": {
                 "accountant": {
+                    "description": "浼氳鍚嶇О",
                     "type": "string"
                 },
                 "accountantId": {
+                    "description": "浼氳id",
                     "type": "string"
                 },
                 "auditDate": {
+                    "description": "瀹℃壒鏃堕棿",
                     "type": "string"
                 },
                 "baseOperationType": {
@@ -5261,39 +5383,50 @@
                     ]
                 },
                 "checkedBy": {
+                    "description": "楠岃瘉鑰匲serId",
                     "type": "string"
                 },
                 "comment": {
+                    "description": "澶囨敞",
                     "type": "string"
                 },
                 "companyID": {
+                    "description": "鍏徃ID-瀹㈡埛",
                     "type": "string"
                 },
                 "companyName": {
+                    "description": "鍏徃鍚嶇О-瀹㈡埛",
                     "type": "string"
                 },
                 "contacterID": {
+                    "description": "鑱旂郴浜篒D",
                     "type": "integer"
                 },
                 "contacterName": {
+                    "description": "鑱旂郴浜哄鍚�",
                     "type": "string"
                 },
                 "createBy": {
+                    "description": "鍒涘缓鑰匲serId",
                     "type": "string"
                 },
                 "createTime": {
                     "type": "string"
                 },
                 "custodian": {
+                    "description": "淇濈鍛樺悕绉�",
                     "type": "string"
                 },
                 "custodianId": {
+                    "description": "淇濈鍛榠d",
                     "type": "string"
                 },
                 "dealerType": {
+                    "description": "璋冩嫧鍑哄叆搴撶被鍨�",
                     "type": "string"
                 },
                 "details": {
+                    "description": "鎿嶄綔鏄庣粏",
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/models.OperationDetails"
@@ -5319,9 +5452,15 @@
                     "type": "integer"
                 },
                 "logisticCompany": {
-                    "$ref": "#/definitions/models.LogisticCompany"
+                    "description": "鐗╂祦鍏徃淇℃伅",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/models.LogisticCompany"
+                        }
+                    ]
                 },
                 "logisticCompanyId": {
+                    "description": "鐗╂祦鍏徃id",
                     "type": "string"
                 },
                 "logisticWeight": {
@@ -5329,9 +5468,11 @@
                     "type": "number"
                 },
                 "manager": {
+                    "description": "涓荤鍚嶇О",
                     "type": "string"
                 },
                 "managerId": {
+                    "description": "涓荤id",
                     "type": "string"
                 },
                 "number": {
@@ -5339,6 +5480,7 @@
                     "type": "string"
                 },
                 "operationDate": {
+                    "description": "瀹夋帓鏃ユ湡",
                     "type": "string"
                 },
                 "operationSource": {
@@ -5358,21 +5500,31 @@
                     "type": "string"
                 },
                 "receiverAddr": {
+                    "description": "鏀惰揣鍦板潃",
                     "type": "string"
                 },
                 "receiverName": {
+                    "description": "鏀惰揣浜哄鍚�",
                     "type": "string"
                 },
                 "receiverPhone": {
+                    "description": "鑱旂郴鐢佃瘽",
                     "type": "string"
                 },
                 "remark": {
+                    "description": "澶囨敞",
                     "type": "string"
                 },
                 "salesDetailsNumber": {
+                    "description": "閿�鍞槑缁嗙紪鐮�",
+                    "type": "string"
+                },
+                "silkMarket": {
+                    "description": "鍢夎仈浠撳偍娣诲姞 SilkMarket",
                     "type": "string"
                 },
                 "source": {
+                    "description": "鏉ユ簮绯荤粺",
                     "type": "string"
                 },
                 "sourceNumber": {
@@ -5403,9 +5555,15 @@
                     "type": "string"
                 },
                 "warehouse": {
-                    "$ref": "#/definitions/models.Warehouse"
+                    "description": "浠撳簱淇℃伅",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/models.Warehouse"
+                        }
+                    ]
                 },
                 "warehouseId": {
+                    "description": "浠撳簱id",
                     "type": "integer"
                 },
                 "waybillNumber": {
@@ -5426,9 +5584,11 @@
                     "type": "number"
                 },
                 "auxiliaryAmount": {
+                    "description": "杈呭姪鏁伴噺",
                     "type": "number"
                 },
                 "auxiliaryUnit": {
+                    "description": "杈呭姪鍗曚綅",
                     "type": "string"
                 },
                 "baseOperationType": {
@@ -5470,7 +5630,7 @@
                     "type": "boolean"
                 },
                 "operationId": {
-                    "description": "鎿嶄綔id",
+                    "description": "鎿嶄綔璁板綍id",
                     "type": "integer"
                 },
                 "product": {
@@ -5486,11 +5646,20 @@
                     "type": "string"
                 },
                 "remark": {
+                    "description": "澶囨敞",
                     "type": "string"
                 },
                 "salePrice": {
                     "description": "閿�鍞崟浠�",
                     "type": "number"
+                },
+                "silkMarket": {
+                    "description": "鍢夎仈浠撳偍娣诲姞 SilkMarket銆丼ilkMarketClose",
+                    "type": "string"
+                },
+                "silkMarketClose": {
+                    "description": "搴勫彛鍏抽棴",
+                    "type": "string"
                 },
                 "stockAmount": {
                     "description": "搴撳瓨鏁伴噺锛岀洏鐐规椂鐢�",
@@ -5509,9 +5678,11 @@
                     "type": "integer"
                 },
                 "totalGrossWeight": {
+                    "description": "鎬绘瘺閲�",
                     "type": "number"
                 },
                 "totalNetWeight": {
+                    "description": "鎬诲噣閲�",
                     "type": "number"
                 },
                 "updateTime": {
@@ -5995,6 +6166,10 @@
         "request.AddMiniDict": {
             "type": "object",
             "properties": {
+                "code": {
+                    "description": "缂栫爜",
+                    "type": "string"
+                },
                 "isDefault": {
                     "description": "鏄惁榛樿",
                     "type": "boolean"
@@ -6021,13 +6196,15 @@
             "type": "object",
             "properties": {
                 "accountant": {
+                    "description": "浼氳鍚嶇О",
                     "type": "string"
                 },
                 "accountantId": {
+                    "description": "浼氳id",
                     "type": "string"
                 },
                 "baseOperationType": {
-                    "description": "鍩虹浣滀笟绫诲瀷 5搴撳瓨鐩樼偣",
+                    "description": "鍩虹浣滀笟绫诲瀷 1 鍏ュ簱 2 鍑哄簱 3 鍐呴儴璋冩嫧 4 鎶ュ簾 5 搴撳瓨鐩樼偣",
                     "allOf": [
                         {
                             "$ref": "#/definitions/constvar.BaseOperationType"
@@ -6055,15 +6232,19 @@
                     "type": "string"
                 },
                 "custodian": {
+                    "description": "淇濈鍛樺悕绉�",
                     "type": "string"
                 },
                 "custodianId": {
+                    "description": "淇濈鍛榠d",
                     "type": "string"
                 },
                 "dealerType": {
+                    "description": "璋冩嫧鍑哄叆搴撶被鍨�",
                     "type": "string"
                 },
                 "details": {
+                    "description": "璇︽儏",
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/request.OperationDetails"
@@ -6077,6 +6258,7 @@
                     "type": "integer"
                 },
                 "logisticCompanyId": {
+                    "description": "鐗╂祦鍏徃id",
                     "type": "string"
                 },
                 "logisticWeight": {
@@ -6084,9 +6266,11 @@
                     "type": "number"
                 },
                 "manager": {
+                    "description": "涓荤鍚嶇О",
                     "type": "string"
                 },
                 "managerId": {
+                    "description": "涓荤id",
                     "type": "string"
                 },
                 "number": {
@@ -6094,7 +6278,7 @@
                     "type": "string"
                 },
                 "operationDate": {
-                    "description": "FromLocationId    int                      ` + "`" + `json:\"fromLocationId\"   gorm:\"type:int;not null;comment:婧愪綅缃甶d\"` + "`" + `   //婧愪綅缃甶d\nToLocationId      int                      ` + "`" + `json:\"toLocationId\"    gorm:\"type:int;not null;comment:鐩爣浣嶇疆id\"` + "`" + `   //鐩爣浣嶇疆id",
+                    "description": "FromLocationId    int                      ` + "`" + `json:\"fromLocationId\" ` + "`" + `   //婧愪綅缃甶d\nToLocationId      int                      ` + "`" + `json:\"toLocationId\" ` + "`" + `   //鐩爣浣嶇疆id",
                     "type": "string"
                 },
                 "operationTypeId": {
@@ -6106,12 +6290,19 @@
                     "type": "string"
                 },
                 "receiverAddr": {
+                    "description": "鏀惰揣鍦板潃",
                     "type": "string"
                 },
                 "receiverName": {
+                    "description": "鏀惰揣浜哄鍚�",
                     "type": "string"
                 },
                 "receiverPhone": {
+                    "description": "鑱旂郴鐢佃瘽",
+                    "type": "string"
+                },
+                "silkMarket": {
+                    "description": "搴勫彛缂栫爜",
                     "type": "string"
                 },
                 "sourceNumber": {
@@ -6315,6 +6506,10 @@
         "request.EditMiniDict": {
             "type": "object",
             "properties": {
+                "code": {
+                    "description": "缂栫爜",
+                    "type": "string"
+                },
                 "id": {
                     "description": "瀛楀吀绫诲瀷",
                     "type": "integer"
@@ -6434,6 +6629,10 @@
                 },
                 "warehouseCode": {
                     "type": "string"
+                },
+                "warehouseId": {
+                    "description": "浠撳簱ID",
+                    "type": "string"
                 }
             }
         },
@@ -6540,6 +6739,10 @@
         "request.GetMiniDictList": {
             "type": "object",
             "properties": {
+                "keyword": {
+                    "description": "鍏抽敭瀛楁煡璇�",
+                    "type": "string"
+                },
                 "type": {
                     "description": "瀛楀吀绫诲瀷",
                     "allOf": [
@@ -6636,6 +6839,10 @@
         "request.MiniDict": {
             "type": "object",
             "properties": {
+                "code": {
+                    "description": "缂栫爜",
+                    "type": "string"
+                },
                 "isDefault": {
                     "description": "鏄惁榛樿",
                     "type": "boolean"
@@ -6654,6 +6861,7 @@
             "type": "object",
             "properties": {
                 "number": {
+                    "description": "鍗曞彿",
                     "type": "string"
                 },
                 "page": {
@@ -6665,6 +6873,7 @@
                     "type": "integer"
                 },
                 "sourceNumber": {
+                    "description": "婧愬崟鍙�",
                     "type": "string"
                 }
             }
@@ -6673,6 +6882,7 @@
             "type": "object",
             "properties": {
                 "condition": {
+                    "description": "妯$硦鏌ヨ鏉′欢",
                     "type": "string"
                 },
                 "keyword": {
@@ -6705,7 +6915,7 @@
                     "type": "integer"
                 },
                 "amount": {
-                    "description": "ProductName string          ` + "`" + `json:\"productName\" gorm:\"type:varchar(255);not null;comment:浜у搧鍚嶇О\"` + "`" + ` //浜у搧鍚嶇О",
+                    "description": "ProductName string          ` + "`" + `json:\"productName\" ` + "`" + ` //浜у搧鍚嶇О",
                     "type": "number"
                 },
                 "auxiliaryAmount": {
@@ -6721,7 +6931,7 @@
                     "type": "number"
                 },
                 "fromLocationId": {
-                    "description": "Unit        string          ` + "`" + `json:\"unit\" gorm:\"type:varchar(31);comment:鍗曚綅\"` + "`" + `                    //鍗曚綅\nProduct models.Material ` + "`" + `json:\"product\" gorm:\"foreignKey:ProductId;references:ID\"` + "`" + `",
+                    "description": "Unit        string          ` + "`" + `json:\"unit\"` + "`" + `                    //鍗曚綅\nProduct models.Material ` + "`" + `json:\"product\" ` + "`" + ` // 浜у搧",
                     "type": "integer"
                 },
                 "productId": {
@@ -6729,11 +6939,20 @@
                     "type": "string"
                 },
                 "remark": {
+                    "description": "澶囨敞",
                     "type": "string"
                 },
                 "salePrice": {
                     "description": "閿�鍞崟浠�",
                     "type": "number"
+                },
+                "silkMarket": {
+                    "description": "搴勫彛缂栫爜",
+                    "type": "string"
+                },
+                "silkMarketClose": {
+                    "description": "搴勫彛鍏抽棴",
+                    "type": "string"
                 },
                 "stockAmount": {
                     "description": "搴撳瓨鏁伴噺锛岀洏鐐规椂鐢�",
@@ -6757,7 +6976,7 @@
             "type": "object",
             "properties": {
                 "baseOperationType": {
-                    "description": "1 鍏ュ簱 2 鍑哄簱 3 鍐呴儴璋冩嫧 4 鎶ュ簾 5 搴撳瓨鐩樼偣",
+                    "description": "鍩虹浣滀笟绫诲瀷 1 鍏ュ簱 2 鍑哄簱 3 鍐呴儴璋冩嫧 4 鎶ュ簾 5 搴撳瓨鐩樼偣",
                     "allOf": [
                         {
                             "$ref": "#/definitions/constvar.BaseOperationType"
@@ -6765,9 +6984,11 @@
                     ]
                 },
                 "number": {
+                    "description": "鍗曞彿",
                     "type": "string"
                 },
                 "operationTypeId": {
+                    "description": "浣滀笟绫诲瀷id",
                     "type": "integer"
                 },
                 "page": {
@@ -6779,7 +7000,12 @@
                     "type": "integer"
                 },
                 "status": {
-                    "$ref": "#/definitions/constvar.OperationStatus"
+                    "description": "鐘舵��",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.OperationStatus"
+                        }
+                    ]
                 }
             }
         },
@@ -7095,9 +7321,11 @@
             "type": "object",
             "properties": {
                 "accountant": {
+                    "description": "浼氳鍚嶇О",
                     "type": "string"
                 },
                 "accountantId": {
+                    "description": "浼氳id",
                     "type": "string"
                 },
                 "baseOperationType": {
@@ -7129,12 +7357,15 @@
                     "type": "string"
                 },
                 "custodian": {
+                    "description": "淇濈鍛樺悕绉�",
                     "type": "string"
                 },
                 "custodianId": {
+                    "description": "淇濈鍛榠d",
                     "type": "string"
                 },
                 "details": {
+                    "description": "璇︽儏",
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/request.OperationDetails"
@@ -7144,6 +7375,7 @@
                     "type": "integer"
                 },
                 "inventoryDealerType": {
+                    "description": "璋冩嫧鍑哄叆搴撳垎绫�(瀵瑰簲dict瀛楀吀琛ㄧ殑ID)",
                     "type": "integer"
                 },
                 "locationId": {
@@ -7158,9 +7390,11 @@
                     "type": "number"
                 },
                 "manager": {
+                    "description": "涓荤鍚嶇О",
                     "type": "string"
                 },
                 "managerId": {
+                    "description": "涓荤id",
                     "type": "string"
                 },
                 "number": {
@@ -7168,7 +7402,7 @@
                     "type": "string"
                 },
                 "operationDate": {
-                    "description": "FromLocationId    int                        ` + "`" + `json:\"fromLocationId\"   gorm:\"type:int;not null;comment:婧愪綅缃甶d\"` + "`" + `   //婧愪綅缃甶d\nToLocationId      int                        ` + "`" + `json:\"toLocationId\"    gorm:\"type:int;not null;comment:鐩爣浣嶇疆id\"` + "`" + `   //鐩爣浣嶇疆id",
+                    "description": "FromLocationId    int                        ` + "`" + `json:\"fromLocationId\"  ` + "`" + `   //婧愪綅缃甶d\nToLocationId      int                        ` + "`" + `json:\"toLocationId\" ` + "`" + `   //鐩爣浣嶇疆id",
                     "type": "string"
                 },
                 "operationTypeId": {
@@ -7180,12 +7414,19 @@
                     "type": "string"
                 },
                 "receiverAddr": {
+                    "description": "鏀惰揣鍦板潃",
                     "type": "string"
                 },
                 "receiverName": {
+                    "description": "鏀惰揣浜哄鍚�",
                     "type": "string"
                 },
                 "receiverPhone": {
+                    "description": "鑱旂郴鐢佃瘽",
+                    "type": "string"
+                },
+                "silkMarket": {
+                    "description": "搴勫彛缂栫爜",
                     "type": "string"
                 },
                 "sourceNumber": {
@@ -7349,8 +7590,16 @@
                     "description": "浜у搧id",
                     "type": "string"
                 },
+                "productCategory": {
+                    "description": "浜у搧绫诲埆",
+                    "type": "string"
+                },
                 "productName": {
                     "description": "浜у搧鍚嶇О",
+                    "type": "string"
+                },
+                "productSpecs": {
+                    "description": "浜у搧瑙勬牸",
                     "type": "string"
                 },
                 "productType": {
@@ -7430,6 +7679,29 @@
                 }
             }
         },
+        "user.GetUserRequest": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "string"
+                },
+                "nickName": {
+                    "type": "string"
+                },
+                "parentId": {
+                    "type": "string"
+                },
+                "pos": {
+                    "type": "string"
+                },
+                "userName": {
+                    "type": "string"
+                },
+                "userType": {
+                    "type": "integer"
+                }
+            }
+        },
         "util.Response": {
             "type": "object",
             "properties": {

--
Gitblit v1.8.0