Explorar o código

Merge branch 'cygx_11.3' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai hai 1 ano
pai
achega
a2a80ada40
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      controllers/report_selection.go
  2. 1 0
      models/report_selection.go

+ 1 - 0
controllers/report_selection.go

@@ -140,6 +140,7 @@ func (this *ReportSelectionController) Detail() {
 					}
 					listSonLog[k2].OverviewArticleId = articleStockMap[v2.SubjectName]
 					listSonLog[k2].List = listIndustrial
+					listSonLog[k2].IsShowApplyButton = true
 					if v2.Label != "" {
 						v2.CompanyLabel = strings.Split(v2.Label, "{|}")
 					}

+ 1 - 0
models/report_selection.go

@@ -75,6 +75,7 @@ type CygxReportSelectionLogDetail struct {
 	IndustrialManagementId string   `description:"产业Id"`
 	IndustrialSubjectId    int      `description:"标的ID"`
 	SubjectName            string   `description:"标的名称"`
+	IsShowApplyButton      bool     `description:"是否展示申请路由按钮"`
 	IsNew                  bool     `description:"是否展示新标签"`
 	Body                   string   `description:"内容"`
 	CompanyLabel           []string `description:"公司标签"`