| | |
| | | id: |
| | | description: 主键ID |
| | | type: integer |
| | | invoiceAmount: |
| | | description: 已收票金额 |
| | | type: number |
| | | name: |
| | | description: 采购名称 |
| | | type: string |
| | |
| | | orderType: |
| | | description: 单据类型 |
| | | type: string |
| | | paidAmount: |
| | | description: 已付金额 |
| | | type: number |
| | | phone: |
| | | description: 联系人电话 |
| | | type: string |
| | |
| | | remark: |
| | | description: 备注 |
| | | type: string |
| | | shouldPayAmount: |
| | | description: 应付金额 |
| | | type: number |
| | | signingDate: |
| | | description: 签约日期 |
| | | type: string |
| | |
| | | type: integer |
| | | totalPrice: |
| | | description: 价税合计 |
| | | type: number |
| | | unInvoiceAmount: |
| | | description: 未收票金额 |
| | | type: number |
| | | warehouse: |
| | | description: 收货仓库 |
| | |
| | | type: object |
| | | purchase.WholeDiscountType: |
| | | enum: |
| | | - 0 |
| | | - 1 |
| | | - 2 |
| | | type: integer |
| | | x-enum-comments: |
| | | WholeDiscountTypeDefault: 无折扣 |
| | | WholeDiscountTypeDiscount: 直接降价 |
| | | WholeDiscountTypePercent: 百分比降价 |
| | | x-enum-varnames: |
| | | - WholeDiscountTypeDefault |
| | | - WholeDiscountTypePercent |
| | | - WholeDiscountTypeDiscount |
| | | purchaserequest.AddPurchase: |