From 2eb20330dfbda6136f1b8cc804cc21438ae4dc13 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 15 三月 2024 16:37:00 +0800 Subject: [PATCH] 发货明细和准备发货接口 --- docs/swagger.yaml | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 46 insertions(+), 1 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index c0cc151..4c7a6e1 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -6494,6 +6494,13 @@ workOrderStatus: type: string type: object + v1.GetWarehouseProductInfoReq: + properties: + saleDetailID: + type: integer + saleDetailNumber: + type: string + type: object info: contact: {} paths: @@ -10850,6 +10857,44 @@ summary: 鑾峰彇aps椤圭洰鍒楄〃 tags: - SalesDetails + /api/salesDetails/getDeliveryList: + post: + parameters: + - description: 鏄庣粏缂栫爜 + in: body + name: object + required: true + schema: + $ref: '#/definitions/v1.GetWarehouseProductInfoReq' + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/response.ListResponse' + summary: 鍙戣揣鏄庣粏 + tags: + - SalesDetails + /api/salesDetails/getDeliveryPrepareInfo: + post: + parameters: + - description: 鏄庣粏缂栫爜 + in: body + name: object + required: true + schema: + $ref: '#/definitions/v1.GetWarehouseProductInfoReq' + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/response.ListResponse' + summary: 鑾峰彇浜у搧鍏ュ簱淇℃伅 + tags: + - SalesDetails /api/salesDetails/getProductInventoryInfo/{number}: get: parameters: @@ -10865,7 +10910,7 @@ description: OK schema: $ref: '#/definitions/response.ListResponse' - summary: 鑾峰彇浜у搧搴撳瓨淇℃伅 + summary: 鑾峰彇浜у搧鍙戣揣淇℃伅 tags: - SalesDetails /api/salesDetails/list: -- Gitblit v1.8.0