正在显示
1 个修改的文件
包含
18 行增加
和
0 行删除
@@ -49,4 +49,22 @@ func init() { | @@ -49,4 +49,22 @@ func init() { | ||
49 | web.Get("/v1/manufacture-weigh/reward-summary/public-notice/accident", middleware.RedirectManufactureWeigh()) | 49 | web.Get("/v1/manufacture-weigh/reward-summary/public-notice/accident", middleware.RedirectManufactureWeigh()) |
50 | // 功过看板 (员工)-月榜 | 50 | // 功过看板 (员工)-月榜 |
51 | web.Get("/v1/manufacture-weigh/reward-summary/public-notice/month", middleware.RedirectManufactureWeigh()) | 51 | web.Get("/v1/manufacture-weigh/reward-summary/public-notice/month", middleware.RedirectManufactureWeigh()) |
52 | + | ||
53 | + //车间看板(生产) | ||
54 | + //车间描述 | ||
55 | + web.Get("/v1/manufacture-weigh/workshop-public-notice/workshop", middleware.RedirectManufactureWeigh()) | ||
56 | + //员工效率排名 | ||
57 | + web.Get("/v1/manufacture-weigh/workshop-public-notice/employee/workpiece-ratio", middleware.RedirectManufactureWeigh()) | ||
58 | + //时段产能 | ||
59 | + web.Get("/v1/manufacture-weigh/workshop-public-notice/section-product-info", middleware.RedirectManufactureWeigh()) | ||
60 | + //二级品占比 | ||
61 | + web.Get("/v1/manufacture-weigh/workshop-public-notice/proportion-of-second-level", middleware.RedirectManufactureWeigh()) | ||
62 | + //今日 昨日 历史最佳 | ||
63 | + web.Get("/v1/manufacture-weigh/workshop-public-notice/top-show", middleware.RedirectManufactureWeigh()) | ||
64 | + //计划批次 | ||
65 | + web.Get("/v1/manufacture-weigh/workshop-public-notice/product_plan", middleware.RedirectManufactureWeigh()) | ||
66 | + //计划达成率 | ||
67 | + web.Get("/v1/manufacture-weigh/workshop-public-notice/workshop-plan-completion/current", middleware.RedirectManufactureWeigh()) | ||
68 | + //近5天计划达成率 | ||
69 | + web.Get("/v1/manufacture-weigh/workshop-public-notice/workshop-plan-completion/5day", middleware.RedirectManufactureWeigh()) | ||
52 | } | 70 | } |
-
请 注册 或 登录 后发表评论