| | |
| | | - WhetherTypeAsk |
| | | - WhetherTypeAlways |
| | | - ReservationNever |
| | | inventory_order.WorkerInfo: |
| | | properties: |
| | | id: |
| | | type: string |
| | | name: |
| | | type: string |
| | | type: object |
| | | models.Attachment: |
| | | properties: |
| | | FileUrl: |
| | |
| | | type: object |
| | | models.Operation: |
| | | properties: |
| | | accountant: |
| | | type: string |
| | | auditDate: |
| | | type: string |
| | | baseOperationType: |
| | |
| | | contacterName: |
| | | type: string |
| | | createTime: |
| | | type: string |
| | | custodian: |
| | | type: string |
| | | details: |
| | | items: |
| | |
| | | logisticWeight: |
| | | description: 物流重量 |
| | | type: number |
| | | manager: |
| | | type: string |
| | | number: |
| | | description: 单号 |
| | | type: string |
| | |
| | | type: object |
| | | request.AddOperation: |
| | | properties: |
| | | accountant: |
| | | type: string |
| | | comment: |
| | | description: 备注 |
| | | type: string |
| | |
| | | contacterName: |
| | | description: 联系人姓名-非必填 |
| | | type: string |
| | | custodian: |
| | | type: string |
| | | details: |
| | | items: |
| | | $ref: '#/definitions/request.OperationDetails' |
| | |
| | | logisticWeight: |
| | | description: 物流重量 |
| | | type: number |
| | | manager: |
| | | type: string |
| | | number: |
| | | description: 单号 |
| | | type: string |
| | |
| | | type: object |
| | | request.UpdateOperation: |
| | | properties: |
| | | accountant: |
| | | type: string |
| | | baseOperationType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.BaseOperationType' |
| | |
| | | contacterName: |
| | | description: 联系人姓名-非必填 |
| | | type: string |
| | | custodian: |
| | | type: string |
| | | details: |
| | | items: |
| | | $ref: '#/definitions/request.OperationDetails' |
| | |
| | | logisticWeight: |
| | | description: 物流重量 |
| | | type: number |
| | | manager: |
| | | type: string |
| | | number: |
| | | description: 单号 |
| | | type: string |
| | |
| | | summary: 入库/出库列表 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/getPersonnelList: |
| | | get: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.OperationCondition' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/inventory_order.WorkerInfo' |
| | | type: array |
| | | type: object |
| | | summary: 获取人员列表 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/getSupplierList: |
| | | get: |
| | | produces: |