| | |
| | | type: string |
| | | x-enum-varnames: |
| | | - FaqQueryClassExpireLessThen60Days |
| | | constvar.InvoiceKeywordType: |
| | | enum: |
| | | - "" |
| | | type: string |
| | | x-enum-varnames: |
| | | - InvoiceKeywordCustomerName |
| | | constvar.InvoiceQueryClass: |
| | | enum: |
| | | - "" |
| | | type: string |
| | | x-enum-varnames: |
| | | - InvoiceQueryClassExpireLessThen60Days |
| | | constvar.InvoiceSourceType: |
| | | enum: |
| | | - 1 |
| | |
| | | "contact_name": "联系人姓名", "sales_leads_id": "销售线索id", "sale_chance_id": "销售机会id"}' |
| | | type: object |
| | | type: object |
| | | request.GetInvoiceList: |
| | | properties: |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | sourceId: |
| | | type: integer |
| | | sourceType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.InvoiceSourceType' |
| | | description: 源单类型(1销售明细单2服务合同) |
| | | type: object |
| | | request.GetMasterOrderList: |
| | | properties: |
| | | page: |
| | |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | saleChanceId: |
| | | description: 销售机会id |
| | | type: integer |
| | | type: object |
| | | request.GetSalesLeadsList: |
| | | properties: |
| | |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | sourceId: |
| | | type: integer |
| | | type: object |
| | | request.GetSalesReturnList: |
| | | properties: |
| | |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | sourceId: |
| | | description: 源单id |
| | | type: integer |
| | | sourceType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.SalesReturnSourceType' |
| | | description: 源单类型(1销售明细) |
| | | type: object |
| | | request.GetServiceCollectionPlanList: |
| | | properties: |
| | | sourceId: |
| | | type: integer |
| | | sourceType: |
| | | $ref: '#/definitions/constvar.CollectionSourceType' |
| | | required: |
| | | - sourceId |
| | | - sourceType |
| | | type: object |
| | | request.GetServiceContractList: |
| | | properties: |
| | | contactId: |
| | | description: 联系人id |
| | | type: integer |
| | | keyword: |
| | | type: string |
| | | keywordType: |
| | |
| | | type: integer |
| | | queryClass: |
| | | $ref: '#/definitions/constvar.ServiceContractQueryClass' |
| | | quotationId: |
| | | description: 报价单id |
| | | type: integer |
| | | saleChanceId: |
| | | description: 销售机会id |
| | | type: integer |
| | | salesDetailsId: |
| | | description: 合同订单id |
| | | type: integer |
| | | type: object |
| | | request.GetServiceFeeManageList: |
| | | properties: |
| | |
| | | tags: |
| | | - 销售发票 |
| | | /api/invoice/list: |
| | | get: |
| | | post: |
| | | parameters: |
| | | - in: query |
| | | name: keyword |
| | | type: string |
| | | - enum: |
| | | - "" |
| | | in: query |
| | | name: keywordType |
| | | type: string |
| | | x-enum-varnames: |
| | | - InvoiceKeywordCustomerName |
| | | - description: 页码 |
| | | in: query |
| | | name: page |
| | | type: integer |
| | | - description: 每页大小 |
| | | in: query |
| | | name: pageSize |
| | | type: integer |
| | | - enum: |
| | | - "" |
| | | in: query |
| | | name: queryClass |
| | | type: string |
| | | x-enum-varnames: |
| | | - InvoiceQueryClassExpireLessThen60Days |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetInvoiceList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | /api/receipt/list: |
| | | get: |
| | | parameters: |
| | | - description: 客户id |
| | | in: query |
| | | name: clientId |
| | | type: integer |
| | | - description: 页码 |
| | | in: query |
| | | name: page |
| | |
| | | - in: query |
| | | name: sourceId |
| | | type: integer |
| | | - enum: |
| | | - description: 来源类型(1销售明细单2服务合同3销售发票4收款计划5出库单) |
| | | enum: |
| | | - 1 |
| | | - 2 |
| | | - 3 |
| | |
| | | tags: |
| | | - 收款计划管理 |
| | | /api/serviceCollectionPlan/list: |
| | | get: |
| | | post: |
| | | parameters: |
| | | - in: query |
| | | name: sourceId |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | 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 |
| | | schema: |
| | | $ref: '#/definitions/request.GetServiceCollectionPlanList' |
| | | produces: |
| | | - application/json |
| | | responses: |