| | |
| | | } |
| | | } |
| | | }, |
| | | "/api/salesDetails/confirmOutputOver": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "SalesDetails" |
| | | ], |
| | | "summary": "确认发货", |
| | | "parameters": [ |
| | | { |
| | | "description": "明细编码", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/request.ConfirmOutputOver" |
| | | } |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "OK", |
| | | "schema": { |
| | | "$ref": "#/definitions/response.ListResponse" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api/salesDetails/delete": { |
| | | "delete": { |
| | | "produces": [ |
| | |
| | | "SalesDetails" |
| | | ], |
| | | "summary": "获取产品入库信息", |
| | | "parameters": [ |
| | | { |
| | | "description": "明细编码", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/v1.GetWarehouseProductInfoReq" |
| | | } |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "OK", |
| | | "schema": { |
| | | "$ref": "#/definitions/response.ListResponse" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api/salesDetails/getDeliveryPrepareInfoByWarehouse": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "SalesDetails" |
| | | ], |
| | | "summary": "获取产品入库信息按仓库分组", |
| | | "parameters": [ |
| | | { |
| | | "description": "明细编码", |
| | |
| | | } |
| | | } |
| | | }, |
| | | "request.ConfirmOutputOver": { |
| | | "type": "object", |
| | | "properties": { |
| | | "saleDetailNumber": { |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "request.ConfirmOutputProducts": { |
| | | "type": "object", |
| | | "properties": { |
| | |
| | | "v1.GetWarehouseProductInfoReq": { |
| | | "type": "object", |
| | | "properties": { |
| | | "groupByWarehouse": { |
| | | "type": "boolean" |
| | | }, |
| | | "saleDetailID": { |
| | | "type": "integer" |
| | | }, |