code4eat 3 жил өмнө
parent
commit
5e9eab2db8

+ 7 - 7
config/routes.ts

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2021-09-03 14:28:27
- * @LastEditTime: 2021-10-27 14:00:29
+ * @LastEditTime: 2021-11-03 10:24:24
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: /MedicalWisdomCheckSys/config/routes.ts
@@ -112,12 +112,12 @@ export default [
         icon: 'smile',
         component: './KeepImprove/qualityRating/index',
       },
-      // {
-      //   path: '/KeepImprove/questionGatherAndRevise',
-      //   name: '问题汇总与整改',
-      //   icon: 'smile',
-      //   component: './KeepImprove/questionGatherAndRevise/index',
-      // },
+      {
+        path: '/KeepImprove/questionGatherAndRevise',
+        name: '问题汇总与整改',
+        icon: 'smile',
+        component: './KeepImprove/questionGatherAndRevise/index',
+      },
       {
         path: '/KeepImprove/departmentIssueRank',
         name: '单位问题排名',

+ 3 - 1
src/app.tsx

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2021-09-03 14:28:27
- * @LastEditTime: 2021-10-28 15:16:09
+ * @LastEditTime: 2021-11-09 17:05:01
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: /MedicalWisdomCheckSys/src/app.tsx
@@ -34,8 +34,10 @@ let hospSign:any='';
 
 if(history){
   hospSign = history.location.query?.hospSign;
+  console.log({hospSign});
   if(!hospSign){
     hospSign = localStorage.getItem('hospSign');
+    console.log({'localStorage':hospSign});
   }
 }
 

+ 2 - 2
src/pages/KeepImprove/departmentIssueRank/index.tsx

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2021-09-28 13:57:19
- * @LastEditTime: 2021-10-27 13:49:31
+ * @LastEditTime: 2021-11-03 11:05:14
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: /MedicalWisdomCheckSys/src/pages/KeepImprove/questionGatherAndRevise/index.tsx
@@ -19,7 +19,7 @@ type QuestionGatherAndReviseProps = {}
 const QuestionGatherAndRevise:React.FC<QuestionGatherAndReviseProps> = ()=>{
     return (
         <MccsPageContainer>
-            <iframe  id="reportFrame" src="http://121.43.139.179:9300/webroot/ReportServer?formlet=dongyang/单位问题排名.frm" width="100%" height="800px">
+            <iframe  id="reportFrame" src="http://8.136.135.180:8081/webroot/ReportServer?formlet=PFM/dongyang/单位问题排名.frm" width="100%" height="800px">
             </iframe>
         </MccsPageContainer>
     )

+ 2 - 2
src/pages/KeepImprove/departmentScoreRank/index.tsx

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2021-09-28 13:57:19
- * @LastEditTime: 2021-10-27 13:50:05
+ * @LastEditTime: 2021-11-03 11:06:42
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: /MedicalWisdomCheckSys/src/pages/KeepImprove/questionGatherAndRevise/index.tsx
@@ -19,7 +19,7 @@ type QuestionGatherAndReviseProps = {}
 const QuestionGatherAndRevise:React.FC<QuestionGatherAndReviseProps> = ()=>{
     return (
         <MccsPageContainer>
-            <iframe  id="reportFrame" src="http://121.43.139.179:9300/webroot/ReportServer?formlet=dongyang/单位得分情况.frm" width="100%" height="800px">
+            <iframe  id="reportFrame" src=" http://8.136.135.180:8081/webroot/ReportServer?formlet=PFM/dongyang/单位得分情况.frm" width="100%" height="800px">
             </iframe>
         </MccsPageContainer>
     )

+ 2 - 2
src/pages/KeepImprove/indexNumGather/index.tsx

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2021-09-28 13:57:19
- * @LastEditTime: 2021-10-27 13:51:21
+ * @LastEditTime: 2021-11-03 11:07:05
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: /MedicalWisdomCheckSys/src/pages/KeepImprove/questionGatherAndRevise/index.tsx
@@ -19,7 +19,7 @@ type QuestionGatherAndReviseProps = {}
 const QuestionGatherAndRevise:React.FC<QuestionGatherAndReviseProps> = ()=>{
     return (
         <MccsPageContainer>
-            <iframe  id="reportFrame" src="http://121.43.139.179:9300/webroot/ReportServer?formlet=dongyang/%E6%8C%87%E6%A0%87%E6%B1%87%E6%80%BB.frm" width="100%" height="800px">
+            <iframe  id="reportFrame" src=" http://8.136.135.180:8081/webroot/ReportServer?formlet=PFM/dongyang/指标汇总.frm" width="100%" height="800px">
             </iframe>
         </MccsPageContainer>
     )

+ 2 - 2
src/pages/KeepImprove/questionGather/index.tsx

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2021-09-28 13:57:19
- * @LastEditTime: 2021-10-27 13:48:34
+ * @LastEditTime: 2021-11-03 11:07:34
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: /MedicalWisdomCheckSys/src/pages/KeepImprove/questionGatherAndRevise/index.tsx
@@ -19,7 +19,7 @@ type QuestionGatherAndReviseProps = {}
 const QuestionGatherAndRevise:React.FC<QuestionGatherAndReviseProps> = ()=>{
     return (
         <MccsPageContainer>
-            <iframe  id="reportFrame" src="http://121.43.139.179:9300/webroot/ReportServer?formlet=dongyang/问题汇总.frm" width="100%" height="800px">
+            <iframe  id="reportFrame" src=" http://8.136.135.180:8081/webroot/ReportServer?formlet=PFM/dongyang/问题汇总.frm" width="100%" height="800px">
             </iframe>
         </MccsPageContainer>
     )