zhangqian
2024-04-17 7bed630958e25d632903e19a57c1735b9dc9d8d8
router/router.go
@@ -94,6 +94,7 @@
      operationAPI.GET("getSupplierList", operationController.GetSupplierList)
      operationAPI.GET("getClientList", operationController.GetClientList)
      operationAPI.POST("listByCondition", operationController.ListByCondition)
      operationAPI.GET("getPersonnelList", operationController.GetPersonnelList)
   }
@@ -155,6 +156,7 @@
      reportFormsAPI.POST("getInventoryForms", reportFormsController.GetInventoryForms) //获取库存报表
      reportFormsAPI.POST("getHistory", reportFormsController.GetHistory)               //获取库存历史
      reportFormsAPI.POST("getLocationForms", reportFormsController.GetLocationForms)   //获取位置报表
      reportFormsAPI.POST("monthStats", reportFormsController.MonthStats)               //获取月度统计报表
   }
   //重订货规则