| | |
| | | "OrderStatusCompleted" |
| | | ] |
| | | }, |
| | | "purchase.PriceAdjustmentType": { |
| | | "type": "integer", |
| | | "enum": [ |
| | | 1, |
| | | 2 |
| | | ], |
| | | "x-enum-comments": { |
| | | "PriceAdjustmentTypeAdd": "增加", |
| | | "PriceAdjustmentTypeSub": "减少" |
| | | }, |
| | | "x-enum-varnames": [ |
| | | "PriceAdjustmentTypeAdd", |
| | | "PriceAdjustmentTypeSub" |
| | | ] |
| | | }, |
| | | "purchase.Purchase": { |
| | | "type": "object", |
| | | "properties": { |
| | |
| | | "description": "主键ID", |
| | | "type": "integer" |
| | | }, |
| | | "invoiceAmount": { |
| | | "description": "已收票金额", |
| | | "type": "number" |
| | | }, |
| | | "name": { |
| | | "description": "采购名称", |
| | | "type": "string" |
| | |
| | | "description": "采购编号", |
| | | "type": "string" |
| | | }, |
| | | "orderSource": { |
| | | "description": "单据来源", |
| | | "type": "string" |
| | | }, |
| | | "orderType": { |
| | | "description": "单据类型", |
| | | "type": "string" |
| | | }, |
| | | "paidAmount": { |
| | | "description": "已付金额", |
| | | "type": "number" |
| | | }, |
| | | "phone": { |
| | | "description": "联系人电话", |
| | | "type": "string" |
| | | }, |
| | | "priceAdjustment": { |
| | | "description": "价格调整值", |
| | | "type": "number" |
| | | }, |
| | | "priceAdjustmentType": { |
| | | "description": "价格调整类型", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/purchase.PriceAdjustmentType" |
| | | } |
| | | ] |
| | | }, |
| | | "purchaseType": { |
| | | "$ref": "#/definitions/purchase.PurchaseType" |
| | |
| | | "description": "采购数量", |
| | | "type": "number" |
| | | }, |
| | | "realTotalPrice": { |
| | | "description": "最终价格", |
| | | "type": "number" |
| | | }, |
| | | "remark": { |
| | | "description": "备注", |
| | | "type": "string" |
| | | }, |
| | | "shouldPayAmount": { |
| | | "description": "应付金额", |
| | | "type": "number" |
| | | }, |
| | | "signingDate": { |
| | | "description": "签约日期", |
| | |
| | | "description": "供应商id", |
| | | "type": "integer" |
| | | }, |
| | | "totalPrice": { |
| | | "description": "价税合计", |
| | | "type": "number" |
| | | }, |
| | | "unInvoiceAmount": { |
| | | "description": "未收票金额", |
| | | "type": "number" |
| | | }, |
| | | "warehouse": { |
| | | "description": "收货仓库", |
| | | "type": "string" |
| | | }, |
| | | "wholeDiscount": { |
| | | "description": "整单折扣值", |
| | | "type": "number" |
| | | }, |
| | | "wholeDiscountType": { |
| | | "description": "整单折扣类型", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/purchase.WholeDiscountType" |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | }, |
| | |
| | | "price": { |
| | | "description": "采购单价", |
| | | "type": "number" |
| | | }, |
| | | "product": { |
| | | "$ref": "#/definitions/test.Product" |
| | | }, |
| | | "productId": { |
| | | "description": "产品id", |
| | |
| | | } |
| | | } |
| | | }, |
| | | "purchase.WholeDiscountType": { |
| | | "type": "integer", |
| | | "enum": [ |
| | | 0, |
| | | 1, |
| | | 2 |
| | | ], |
| | | "x-enum-comments": { |
| | | "WholeDiscountTypeDefault": "无折扣", |
| | | "WholeDiscountTypeDiscount": "直接降价", |
| | | "WholeDiscountTypePercent": "百分比降价" |
| | | }, |
| | | "x-enum-varnames": [ |
| | | "WholeDiscountTypeDefault", |
| | | "WholeDiscountTypePercent", |
| | | "WholeDiscountTypeDiscount" |
| | | ] |
| | | }, |
| | | "purchaserequest.AddPurchase": { |
| | | "type": "object", |
| | | "properties": { |
| | |
| | | "description": "联系人电话", |
| | | "type": "string" |
| | | }, |
| | | "priceAdjustment": { |
| | | "description": "价格调整值", |
| | | "type": "number" |
| | | }, |
| | | "priceAdjustmentType": { |
| | | "description": "价格调整类型", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/purchase.PriceAdjustmentType" |
| | | } |
| | | ] |
| | | }, |
| | | "purchaseTypeId": { |
| | | "description": "采购类型id", |
| | | "type": "integer" |
| | | }, |
| | | "quantity": { |
| | | "description": "采购数量", |
| | | "type": "number" |
| | | }, |
| | | "realTotalPrice": { |
| | | "description": "最终价格", |
| | | "type": "number" |
| | | }, |
| | | "remark": { |
| | | "description": "备注", |
| | |
| | | "supplierId": { |
| | | "description": "供应商id", |
| | | "type": "integer" |
| | | }, |
| | | "totalPrice": { |
| | | "description": "价税合计", |
| | | "type": "number" |
| | | }, |
| | | "wholeDiscount": { |
| | | "description": "整单折扣值", |
| | | "type": "number" |
| | | }, |
| | | "wholeDiscountType": { |
| | | "description": "整单折扣类型", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/purchase.WholeDiscountType" |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | }, |