From 6da26bae86d3a213c193a8d81e3a1f24f149a2a1 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 15 三月 2024 14:36:55 +0800 Subject: [PATCH] aps获取crm信息 --- docs/docs.go | 163 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 162 insertions(+), 1 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index fd336df..0e19c2e 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -5323,6 +5323,40 @@ } } }, + "/api/quotation/statistics": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Quotation" + ], + "summary": "鎶ヤ环鍗曠粺璁�", + "responses": { + "200": { + "description": "OK", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/contextx.Response" + }, + { + "type": "object", + "properties": { + "data": { + "type": "object", + "additionalProperties": { + "type": "integer" + } + } + } + } + ] + } + } + } + } + }, "/api/quotation/update": { "put": { "produces": [ @@ -7060,6 +7094,34 @@ "SalesDetails" ], "summary": "鑾峰彇浜у搧搴撳瓨淇℃伅", + "parameters": [ + { + "type": "string", + "description": "鏄庣粏缂栫爜", + "name": "number", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/response.ListResponse" + } + } + } + } + }, + "/api/salesDetails/getSalesDetailsProductInfo/{number}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "SalesDetails" + ], + "summary": "鑾峰彇閿�鍞槑缁嗕骇鍝佷俊鎭�", "parameters": [ { "type": "string", @@ -10619,16 +10681,22 @@ 1, 2, 3, - 4 + 4, + 5, + 6 ], "x-enum-comments": { + "InStock": "澶囪揣涓�", "OverCLose": "宸插叧闂�", "OverOutbound": "鍑哄簱瀹屾垚", "WaitConfirmed": "寰呯‘璁�", + "WaitDecompose": "寰呭垎瑙�", "WaitOutbound": "寰呭嚭搴�" }, "x-enum-varnames": [ "WaitConfirmed", + "WaitDecompose", + "InStock", "WaitOutbound", "OverOutbound", "OverCLose" @@ -11960,8 +12028,14 @@ "profit": { "type": "string" }, + "specs": { + "type": "string" + }, "total": { "type": "number" + }, + "type": { + "type": "string" }, "unit": { "type": "string" @@ -19290,6 +19364,12 @@ "$ref": "#/definitions/response.WorkOrderInfo" } }, + "outsourcingInfo": { + "type": "array", + "items": { + "$ref": "#/definitions/response.OutsourcingInfo" + } + }, "purchaseInfo": { "type": "array", "items": { @@ -19399,6 +19479,49 @@ } } }, + "response.OutsourcingInfo": { + "type": "object", + "properties": { + "amount": { + "description": "璁㈠崟鏁伴噺", + "type": "integer" + }, + "endTime": { + "type": "string" + }, + "finishAmount": { + "description": "瀹屾垚鏁伴噺", + "type": "integer" + }, + "outsourcingId": { + "description": "濮斿璁㈠崟id", + "type": "string" + }, + "outsourcingStatus": { + "type": "string" + }, + "productId": { + "type": "string" + }, + "productName": { + "type": "string" + }, + "specs": { + "description": "鐗╂枡瑙勬牸", + "type": "string" + }, + "startTime": { + "type": "string" + }, + "supplierName": { + "type": "string" + }, + "unit": { + "description": "鍗曚綅", + "type": "string" + } + } + }, "response.PlanResponse": { "type": "object", "properties": { @@ -19439,7 +19562,18 @@ "type": "object", "properties": { "amount": { + "description": "璁㈠崟鏁伴噺", "type": "integer" + }, + "finishAmount": { + "description": "瀹屾垚鏁伴噺", + "type": "integer" + }, + "productId": { + "type": "string" + }, + "productName": { + "type": "string" }, "purchaseName": { "type": "string" @@ -19447,10 +19581,18 @@ "purchaseNumber": { "type": "string" }, + "specs": { + "description": "鐗╂枡瑙勬牸", + "type": "string" + }, "status": { "type": "integer" }, "supplierName": { + "type": "string" + }, + "unit": { + "description": "鍗曚綅", "type": "string" } } @@ -19764,8 +19906,16 @@ "response.WorkOrderInfo": { "type": "object", "properties": { + "amount": { + "description": "璁㈠崟鏁伴噺", + "type": "integer" + }, "endTime": { "type": "string" + }, + "finishAmount": { + "description": "瀹屾垚鏁伴噺", + "type": "integer" }, "orderId": { "type": "string" @@ -19773,12 +19923,23 @@ "orderStatus": { "type": "string" }, + "productId": { + "type": "string" + }, "productName": { "type": "string" }, + "specs": { + "description": "鐗╂枡瑙勬牸", + "type": "string" + }, "startTime": { "type": "string" }, + "unit": { + "description": "鍗曚綅", + "type": "string" + }, "workOrderId": { "type": "string" }, -- Gitblit v1.8.0