Browse Source

修改chargetab/readdataexcel调用的方法 新增chargetab/readtypeexcel接口

pull/2/head
zhangxin 4 years ago
parent
commit
3a717d44d9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      web/routes/routes.go

+ 2
- 2
web/routes/routes.go View File

@ -165,12 +165,12 @@ func Hub(app *iris.Application) {
chargetab.Get("/readexcel", controllers.GetChargetabReadExcel)
chargetab.Get("/readbuildexcel", controllers.GetChargetabReadBuildingExcel)
chargetab.Get("/readyearexcel", controllers.GetChargetabReadYearExcel)
chargetab.Get("/readdataexcel", controllers.GetChargetabReadDataExcel)
chargetab.Get("/readdataexcel", controllers.ExportChargeArrearageExcel)
chargetab.Delete("/del", controllers.DelChargetab)
chargetab.Get("/recordlist", controllers.GetRecordLogList)
chargetab.Get("/statistic", controllers.GetChargeStatisticData)
chargetab.Get("/type/list", controllers.GetChargeTypeData)
//chargetab.Get("/arrearage/list", controllers.GetChargeArrearageData)
chargetab.Get("/readtypeexcel", controllers.ExportChargeTypeExcel)
// 固定资产
assettab := admin.Party("/assettab")


Loading…
Cancel
Save