| | |
| | | operationAPI.GET("getSupplierList", operationController.GetSupplierList) |
| | | operationAPI.GET("getClientList", operationController.GetClientList) |
| | | operationAPI.POST("listByCondition", operationController.ListByCondition) |
| | | operationAPI.GET("getPersonnelList", operationController.GetPersonnelList) |
| | | |
| | | } |
| | | |
| | |
| | | reportFormsAPI.POST("getInventoryForms", reportFormsController.GetInventoryForms) //获取库存报表 |
| | | reportFormsAPI.POST("getHistory", reportFormsController.GetHistory) //获取库存历史 |
| | | reportFormsAPI.POST("getLocationForms", reportFormsController.GetLocationForms) //获取位置报表 |
| | | reportFormsAPI.POST("monthStats", reportFormsController.MonthStats) //获取月度统计报表 |
| | | } |
| | | |
| | | //重订货规则 |