| | |
| | | maxInventory: |
| | | description: 最大库存 |
| | | type: number |
| | | maxInventoryRule: |
| | | description: 最大库存 |
| | | type: number |
| | | minInventory: |
| | | description: 最小库存 |
| | | type: number |
| | | minInventoryRule: |
| | | description: 最小库存 |
| | | type: number |
| | | minPurchaseAmount: |
| | |
| | | type: number |
| | | purchaseType: |
| | | $ref: '#/definitions/constvar.PurchaseType' |
| | | reorderRuleNum: |
| | | type: integer |
| | | salePrice: |
| | | description: 销售单价 |
| | | type: number |
| | |
| | | route: |
| | | description: 路线 |
| | | type: string |
| | | supplierId: |
| | | description: 供应商id |
| | | type: integer |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | |
| | | summary: 再订一次 |
| | | tags: |
| | | - 重订货规则 |
| | | /api-wms/v1/reorderRule/submitOrder: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/models.ReorderRule' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 再订一次 |
| | | tags: |
| | | - 重订货规则 |
| | | /api-wms/v1/reorderRule/updateReorderRule: |
| | | post: |
| | | parameters: |