WH01243 4 сар өмнө
parent
commit
43f76855e0

+ 8 - 2
src/jfw/modules/app/src/app/front/dataExport.go

@@ -40,8 +40,8 @@ type WxDataExport struct {
 	winnerInput        xweb.Mapper `xweb:"/jyapp/front/dataExport/winnerInput"`        //中标单位输入
 	setDontPromptAgain xweb.Mapper `xweb:"/jyapp/front/dataExport/setDontPromptAgain"` //数据导出-超出2w条,不再提示
 	getDontPromptAgain xweb.Mapper `xweb:"/jyapp/front/dataExport/getDontPromptAgain"` //数据导出-超出2w条,不再提示
-	agencyEdit         xweb.Mapper `xweb:"/jyapp/front/dataExport/agency(Edit|Input)"` //代理机构编辑
-
+	agencyEdit         xweb.Mapper `xweb:"/jyapp/front/dataExport/agency(Edit|Input)"` //
+	toOrderDetail      xweb.Mapper `xweb:"/jyapp/front/bidcreditreport/toOrderDetail"`
 }
 
 func init() {
@@ -356,6 +356,12 @@ func (w *WxDataExport) Area() error {
 	return nil
 }
 
+// Area 区域
+func (w *WxDataExport) ToOrderDetail() error {
+	w.Render("/bidCreditReport/toOrderDetail.html")
+	return nil
+}
+
 // Industry 行业
 func (w *WxDataExport) Industry() error {
 	w.Render("/dataExport/dataExport_industry.html")