| | |
| | | - 5 |
| | | type: integer |
| | | x-enum-comments: |
| | | OperationStatus_Cancel: 完成 |
| | | OperationStatus_Cancel: 取消 |
| | | OperationStatus_Draft: 草稿 |
| | | OperationStatus_Finish: 完成 |
| | | OperationStatus_Ready: 就绪 |
| | |
| | | type: string |
| | | receiverPhone: |
| | | type: string |
| | | source: |
| | | type: string |
| | | sourceNumber: |
| | | description: 源单号 |
| | | type: string |
| | |
| | | type: number |
| | | fromLocationId: |
| | | type: integer |
| | | number: |
| | | description: Unit string `json:"unit"` |
| | | type: string |
| | | productId: |
| | | type: string |
| | | sourceNumber: |
| | |
| | | type: integer |
| | | sourceNumber: |
| | | type: string |
| | | type: object |
| | | request.OperationCondition: |
| | | properties: |
| | | condition: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.OperationDetails: |
| | | properties: |
| | |
| | | type: string |
| | | operationId: |
| | | type: integer |
| | | operationTypeName: |
| | | description: 作业类型名称 |
| | | type: string |
| | | productId: |
| | | type: string |
| | | productName: |
| | |
| | | amount: |
| | | description: 数量 |
| | | type: number |
| | | locationId: |
| | | description: 位置id |
| | | type: integer |
| | | locationName: |
| | | description: 位置名称 |
| | | type: string |
| | |
| | | summary: 入库/出库列表 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/listByCondition: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.OperationCondition' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 出入库明细 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/listTransfer: |
| | | post: |
| | | parameters: |