From 6b373cf70da0903a44ae3d7c4ebebae7c99dc2e4 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 26 三月 2024 16:37:37 +0800 Subject: [PATCH] 采购单修改3 --- docs/docs.go | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 40 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 9d4195b..7e686f0 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1606,6 +1606,44 @@ } } }, + "/purchase/allProductInWarehouse": { + "post": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Purchase" + ], + "summary": "鍏ㄩ儴鍚堟牸鍏ュ簱", + "parameters": [ + { + "description": "鍙傛暟", + "name": "data", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/purchaserequest.PurchaseProductConfirmInfo" + } + } + ], + "responses": { + "200": { + "description": "鑾峰彇纭淇℃伅", + "schema": { + "$ref": "#/definitions/response.Response" + } + } + } + } + }, "/purchase/getOperationInfo/{id}": { "get": { "security": [ @@ -1794,8 +1832,8 @@ } } }, - "/purchase/newSubmit/{id}": { - "get": { + "/purchase/newSubmit": { + "post": { "security": [ { "ApiKeyAuth": [] -- Gitblit v1.8.0