| | |
| | | type: object |
| | | model.SalesRefund: |
| | | properties: |
| | | Source: |
| | | $ref: '#/definitions/model.SalesReturn' |
| | | amountTotal: |
| | | description: 价税合计 |
| | | type: number |
| | |
| | | percent: |
| | | description: 比例 |
| | | type: number |
| | | principal: |
| | | allOf: |
| | | - $ref: '#/definitions/model.User' |
| | | description: 收款负责人ID |
| | | principalId: |
| | | description: 收款负责人ID |
| | | type: integer |
| | |
| | | MaterialMode: |
| | | description: 物料类型 |
| | | type: string |
| | | MaxInventory: |
| | | description: 最大库存 |
| | | type: integer |
| | | MinInventory: |
| | | description: 安全库存 |
| | | type: integer |
| | | Name: |
| | | type: string |
| | | Node: |
| | | description: 备注 |
| | | type: string |
| | | Number: |
| | | type: string |
| | |
| | | SalePrice: |
| | | description: 销售价格 |
| | | type: number |
| | | Specs: |
| | | description: 规格 |
| | | type: string |
| | | Type: |
| | | description: 型号 |
| | | type: string |
| | | Unit: |
| | | type: string |
| | | type: object |
| | |
| | | percent: |
| | | description: 比例 |
| | | type: number |
| | | principal: |
| | | allOf: |
| | | - $ref: '#/definitions/model.User' |
| | | description: 收款负责人ID |
| | | principalId: |
| | | description: 收款负责人ID |
| | | type: integer |
| | |
| | | /api/serviceCollectionPlan/list: |
| | | get: |
| | | parameters: |
| | | - description: 服务合同id |
| | | in: query |
| | | name: serviceContractId |
| | | - in: query |
| | | name: sourceId |
| | | required: true |
| | | type: integer |
| | | - enum: |
| | | - 1 |
| | | - 2 |
| | | in: query |
| | | name: sourceType |
| | | required: true |
| | | type: integer |
| | | x-enum-comments: |
| | | CollectionSourceTypeSaleDetails: 销售明细 |
| | | CollectionSourceTypeServiceContract: 服务合同 |
| | | x-enum-varnames: |
| | | - CollectionSourceTypeSaleDetails |
| | | - CollectionSourceTypeServiceContract |
| | | produces: |
| | | - application/json |
| | | responses: |