| | |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.CostingMethod' |
| | | description: 成本方法 |
| | | createTime: |
| | | type: string |
| | | forceRemovalStrategy: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.ForceRemovalStrategy' |
| | |
| | | type: integer |
| | | routeName: |
| | | description: 公司 |
| | | type: string |
| | | updateTime: |
| | | type: string |
| | | type: object |
| | | models.ReorderRule: |
| | |
| | | summary: 删除入库/出库信息 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/outputOperation/{id}: |
| | | put: |
| | | parameters: |
| | | - description: id |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 打印 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/update: |
| | | post: |
| | | parameters: |