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