1550076451 2 vuotta sitten
vanhempi
commit
771679d70e

+ 1 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Properties/PublishProfiles/bb.pubxml

11
     <SiteUrlToLaunchAfterPublish />
11
     <SiteUrlToLaunchAfterPublish />
12
     <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
12
     <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
13
     <ExcludeApp_Data>False</ExcludeApp_Data>
13
     <ExcludeApp_Data>False</ExcludeApp_Data>
14
-    <publishUrl>D:\项目\鹤壁12345\发布</publishUrl>
14
+    <publishUrl>D:\项目\鹤壁12345\website</publishUrl>
15
     <DeleteExistingFiles>True</DeleteExistingFiles>
15
     <DeleteExistingFiles>True</DeleteExistingFiles>
16
   </PropertyGroup>
16
   </PropertyGroup>
17
 </Project>
17
 </Project>

+ 69 - 69
CallCenterCommon/CallCenter.Utility/NPOI/NPOIHelper.cs

761
             cell01.SetCellValue(message);
761
             cell01.SetCellValue(message);
762
             cell01.CellStyle = cellStylebt;
762
             cell01.CellStyle = cellStylebt;
763
             irow01.Height = 40 * 20;
763
             irow01.Height = 40 * 20;
764
-            sheet.AddMergedRegion(new CellRangeAddress(index, index, 0, 16));
764
+            sheet.AddMergedRegion(new CellRangeAddress(index, index, 0, 14));
765
             index = index + 1;
765
             index = index + 1;
766
             IRow irow1 = sheet.CreateRow(index);
766
             IRow irow1 = sheet.CreateRow(index);
767
             ICell cell1 = irow1.CreateCell(0);
767
             ICell cell1 = irow1.CreateCell(0);
773
             cell2.CellStyle = cellStylebt;
773
             cell2.CellStyle = cellStylebt;
774
             sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 1, 1));
774
             sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 1, 1));
775
 
775
 
776
-            ICell cell14 = irow1.CreateCell(10);
776
+            ICell cell14 = irow1.CreateCell(8);
777
             cell14.SetCellValue("回访量");
777
             cell14.SetCellValue("回访量");
778
             cell14.CellStyle = cellStylebt;
778
             cell14.CellStyle = cellStylebt;
779
-            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 10, 10));
779
+            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 8, 8));
780
 
780
 
781
-            ICell cell15 = irow1.CreateCell(11);
781
+            ICell cell15 = irow1.CreateCell(9);
782
             cell15.SetCellValue("满意量");
782
             cell15.SetCellValue("满意量");
783
             cell15.CellStyle = cellStylebt;
783
             cell15.CellStyle = cellStylebt;
784
-            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 11, 11));
784
+            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 9, 9));
785
 
785
 
786
-            ICell cell4 = irow1.CreateCell(12);
786
+            ICell cell4 = irow1.CreateCell(10);
787
             cell4.SetCellValue("回访满意度");
787
             cell4.SetCellValue("回访满意度");
788
             cell4.CellStyle = cellStylebt;
788
             cell4.CellStyle = cellStylebt;
789
-            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 12, 12));
789
+            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 10, 10));
790
 
790
 
791
-            ICell cell5 = irow1.CreateCell(13);
791
+            ICell cell5 = irow1.CreateCell(11);
792
             cell5.SetCellValue("知识库更新");
792
             cell5.SetCellValue("知识库更新");
793
             cell5.CellStyle = cellStylebt;
793
             cell5.CellStyle = cellStylebt;
794
-            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 13, 13));
794
+            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 11, 11));
795
 
795
 
796
-            ICell cell8 = irow1.CreateCell(14);
796
+            ICell cell8 = irow1.CreateCell(12);
797
             cell8.SetCellValue("热线整合");
797
             cell8.SetCellValue("热线整合");
798
             cell8.CellStyle = cellStylebt;
798
             cell8.CellStyle = cellStylebt;
799
-            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 14, 14));
799
+            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 12, 12));
800
 
800
 
801
-            ICell cell6 = irow1.CreateCell(15);
801
+            ICell cell6 = irow1.CreateCell(13);
802
             cell6.SetCellValue("加扣分项");
802
             cell6.SetCellValue("加扣分项");
803
             cell6.CellStyle = cellStylebt;
803
             cell6.CellStyle = cellStylebt;
804
-            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 15, 15));
804
+            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 13, 13));
805
 
805
 
806
-            ICell cell7 = irow1.CreateCell(16);
806
+            ICell cell7 = irow1.CreateCell(14);
807
             cell7.SetCellValue("总分");
807
             cell7.SetCellValue("总分");
808
             cell7.CellStyle = cellStylebt;
808
             cell7.CellStyle = cellStylebt;
809
-            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 16, 16));
809
+            sheet.AddMergedRegion(new CellRangeAddress(index, index + 1, 14, 14));
810
 
810
 
811
 
811
 
812
 
812
 
813
 
813
 
814
             ICell cell9 = irow1.CreateCell(2);
814
             ICell cell9 = irow1.CreateCell(2);
815
-            cell9.SetCellValue("事项报备");
815
+            cell9.SetCellValue("工单办理");
816
             cell9.CellStyle = cellStylebt;
816
             cell9.CellStyle = cellStylebt;
817
-            sheet.AddMergedRegion(new CellRangeAddress(index, index, 2, 3));
817
+            sheet.AddMergedRegion(new CellRangeAddress(index, index, 2, 7));
818
 
818
 
819
-            ICell cell10 = irow1.CreateCell(4);
820
-            cell10.SetCellValue("事项办理");
821
-            cell10.CellStyle = cellStylebt;
822
-            sheet.AddMergedRegion(new CellRangeAddress(index, index, 4, 5));
819
+            //ICell cell10 = irow1.CreateCell(4);
820
+            //cell10.SetCellValue("事项办理");
821
+            //cell10.CellStyle = cellStylebt;
822
+            //sheet.AddMergedRegion(new CellRangeAddress(index, index, 4, 5));
823
 
823
 
824
 
824
 
825
-            ICell cell12 = irow1.CreateCell(6);
826
-            cell12.SetCellValue("办理时限");
827
-            cell12.CellStyle = cellStylebt;
828
-            sheet.AddMergedRegion(new CellRangeAddress(index, index, 6, 7));
825
+            //ICell cell12 = irow1.CreateCell(6);
826
+            //cell12.SetCellValue("办理时限");
827
+            //cell12.CellStyle = cellStylebt;
828
+            //sheet.AddMergedRegion(new CellRangeAddress(index, index, 6, 7));
829
 
829
 
830
 
830
 
831
-            ICell cell13 = irow1.CreateCell(8);
832
-            cell13.SetCellValue("重办事项");
833
-            cell13.CellStyle = cellStylebt;
834
-            sheet.AddMergedRegion(new CellRangeAddress(index, index, 8, 9));
831
+            //ICell cell13 = irow1.CreateCell(8);
832
+            //cell13.SetCellValue("重办事项");
833
+            //cell13.CellStyle = cellStylebt;
834
+            //sheet.AddMergedRegion(new CellRangeAddress(index, index, 8, 9));
835
 
835
 
836
 
836
 
837
             index = index + 1;
837
             index = index + 1;
838
 
838
 
839
             IRow irow3 = sheet.CreateRow(index);
839
             IRow irow3 = sheet.CreateRow(index);
840
-            ICell cell11 = irow3.CreateCell(2);
841
-            cell11.SetCellValue("数量");
842
-            cell11.CellStyle = cellStylebt;
843
-            ICell cell16 = irow3.CreateCell(3);
844
-            cell16.SetCellValue("得分");
845
-            cell16.CellStyle = cellStylebt;
840
+            //ICell cell11 = irow3.CreateCell(2);
841
+            //cell11.SetCellValue("数量");
842
+            //cell11.CellStyle = cellStylebt;
843
+            //ICell cell16 = irow3.CreateCell(3);
844
+            //cell16.SetCellValue("得分");
845
+            //cell16.CellStyle = cellStylebt;
846
 
846
 
847
 
847
 
848
 
848
 
849
 
849
 
850
-            ICell cell17 = irow3.CreateCell(4);
850
+            ICell cell17 = irow3.CreateCell(2);
851
             cell17.SetCellValue("承办量");
851
             cell17.SetCellValue("承办量");
852
             cell17.CellStyle = cellStylebt;
852
             cell17.CellStyle = cellStylebt;
853
-            ICell cell18 = irow3.CreateCell(5);
854
-            cell18.SetCellValue("得分");
853
+            ICell cell18 = irow3.CreateCell(3);
854
+            cell18.SetCellValue("事项办理得分");
855
             cell18.CellStyle = cellStylebt;
855
             cell18.CellStyle = cellStylebt;
856
 
856
 
857
 
857
 
858
-            ICell cell19 = irow3.CreateCell(6);
858
+            ICell cell19 = irow3.CreateCell(4);
859
             cell19.SetCellValue("逾期量");
859
             cell19.SetCellValue("逾期量");
860
             cell19.CellStyle = cellStylebt;
860
             cell19.CellStyle = cellStylebt;
861
-            ICell cell20 = irow3.CreateCell(7);
862
-            cell20.SetCellValue("得分");
861
+            ICell cell20 = irow3.CreateCell(5);
862
+            cell20.SetCellValue("办理时限得分");
863
             cell20.CellStyle = cellStylebt;
863
             cell20.CellStyle = cellStylebt;
864
 
864
 
865
 
865
 
866
-            ICell cell21 = irow3.CreateCell(8);
866
+            ICell cell21 = irow3.CreateCell(6);
867
             cell21.SetCellValue("重办量");
867
             cell21.SetCellValue("重办量");
868
             cell21.CellStyle = cellStylebt;
868
             cell21.CellStyle = cellStylebt;
869
-            ICell cell22 = irow3.CreateCell(9);
870
-            cell22.SetCellValue("得分");
869
+            ICell cell22 = irow3.CreateCell(7);
870
+            cell22.SetCellValue("重办事项得分");
871
             cell22.CellStyle = cellStylebt;
871
             cell22.CellStyle = cellStylebt;
872
 
872
 
873
 
873
 
886
                     IRow irow4 = sheet.CreateRow(index);
886
                     IRow irow4 = sheet.CreateRow(index);
887
                     index++;
887
                     index++;
888
                     iCellIndex++;
888
                     iCellIndex++;
889
-                    for (int i = 0; i < 17; i++)
889
+                    for (int i = 0; i < 15; i++)
890
                     {
890
                     {
891
                         switch (i)
891
                         switch (i)
892
                         {
892
                         {
905
                                 cel2.SetCellValue(dr["F_Reporting"].ToString());
905
                                 cel2.SetCellValue(dr["F_Reporting"].ToString());
906
                                 cel2.CellStyle = cellStylebt1;
906
                                 cel2.CellStyle = cellStylebt1;
907
                                 break;
907
                                 break;
908
+                            //case 3:
909
+                            //    ICell cel12 = irow4.CreateCell(i);
910
+                            //    cel12.SetCellValue(dr["F_Matter"].ToString());
911
+                            //    cel12.CellStyle = cellStylebt1;
912
+                            //    break;
913
+                            //case 4:
914
+                            //    ICell cel3 = irow4.CreateCell(i);
915
+                            //    cel3.SetCellValue(dr["F_Undertake"].ToString());
916
+                            //    cel3.CellStyle = cellStylebt1;
917
+                            //    break;
908
                             case 3:
918
                             case 3:
909
-                                ICell cel12 = irow4.CreateCell(i);
910
-                                cel12.SetCellValue(dr["F_Matter"].ToString());
911
-                                cel12.CellStyle = cellStylebt1;
912
-                                break;
913
-                            case 4:
914
-                                ICell cel3 = irow4.CreateCell(i);
915
-                                cel3.SetCellValue(dr["F_Undertake"].ToString());
916
-                                cel3.CellStyle = cellStylebt1;
917
-                                break;
918
-                            case 5:
919
                                 ICell cel13 = irow4.CreateCell(i);
919
                                 ICell cel13 = irow4.CreateCell(i);
920
                                 cel13.SetCellValue(dr["F_Handling"].ToString());
920
                                 cel13.SetCellValue(dr["F_Handling"].ToString());
921
                                 cel13.CellStyle = cellStylebt1;
921
                                 cel13.CellStyle = cellStylebt1;
922
                                 break;
922
                                 break;
923
-                            case 6:
923
+                            case 4:
924
                                 ICell cel4 = irow4.CreateCell(i);
924
                                 ICell cel4 = irow4.CreateCell(i);
925
                                 cel4.SetCellValue(dr["F_Boverdue"].ToString());
925
                                 cel4.SetCellValue(dr["F_Boverdue"].ToString());
926
                                 cel4.CellStyle = cellStylebt1;
926
                                 cel4.CellStyle = cellStylebt1;
927
                                 break;
927
                                 break;
928
-                            case 7:
928
+                            case 5:
929
                                 ICell cel14 = irow4.CreateCell(i);
929
                                 ICell cel14 = irow4.CreateCell(i);
930
                                 cel14.SetCellValue(dr["F_Timelimit"].ToString());
930
                                 cel14.SetCellValue(dr["F_Timelimit"].ToString());
931
                                 cel14.CellStyle = cellStylebt1;
931
                                 cel14.CellStyle = cellStylebt1;
932
                                 break;
932
                                 break;
933
-                            case 8:
933
+                            case 6:
934
                                 ICell cel15 = irow4.CreateCell(i);
934
                                 ICell cel15 = irow4.CreateCell(i);
935
                                 cel15.SetCellValue(dr["F_Redovolume"].ToString());
935
                                 cel15.SetCellValue(dr["F_Redovolume"].ToString());
936
                                 cel15.CellStyle = cellStylebt1;
936
                                 cel15.CellStyle = cellStylebt1;
937
                                 break;
937
                                 break;
938
-                            case 9:
938
+                            case 7:
939
                                 ICell cel5 = irow4.CreateCell(i);
939
                                 ICell cel5 = irow4.CreateCell(i);
940
                                 cel5.SetCellValue(dr["F_Redo"].ToString());
940
                                 cel5.SetCellValue(dr["F_Redo"].ToString());
941
                                 cel5.CellStyle = cellStylebt1;
941
                                 cel5.CellStyle = cellStylebt1;
942
                                 break;
942
                                 break;
943
-                            case 10:
943
+                            case 8:
944
                                 ICell cel16 = irow4.CreateCell(i);
944
                                 ICell cel16 = irow4.CreateCell(i);
945
                                 cel16.SetCellValue(dr["F_Returnvisit"].ToString());
945
                                 cel16.SetCellValue(dr["F_Returnvisit"].ToString());
946
                                 cel16.CellStyle = cellStylebt1;
946
                                 cel16.CellStyle = cellStylebt1;
947
                                 break;
947
                                 break;
948
-                            case 11:
948
+                            case 9:
949
                                 ICell cel17 = irow4.CreateCell(i);
949
                                 ICell cel17 = irow4.CreateCell(i);
950
                                 cel17.SetCellValue(dr["F_Satisfaction"].ToString());
950
                                 cel17.SetCellValue(dr["F_Satisfaction"].ToString());
951
                                 cel17.CellStyle = cellStylebt1;
951
                                 cel17.CellStyle = cellStylebt1;
952
                                 break;
952
                                 break;
953
-                            case 12:
953
+                            case 10:
954
                                 ICell cel6 = irow4.CreateCell(i);
954
                                 ICell cel6 = irow4.CreateCell(i);
955
                                 cel6.SetCellValue(dr["F_Satisfied"].ToString());
955
                                 cel6.SetCellValue(dr["F_Satisfied"].ToString());
956
                                 cel6.CellStyle = cellStylebt1;
956
                                 cel6.CellStyle = cellStylebt1;
957
                                 break;
957
                                 break;
958
-                            case 13:
958
+                            case 11:
959
                                 ICell cel7 = irow4.CreateCell(i);
959
                                 ICell cel7 = irow4.CreateCell(i);
960
                                 cel7.SetCellValue(dr["F_knowledge"].ToString());
960
                                 cel7.SetCellValue(dr["F_knowledge"].ToString());
961
                                 cel7.CellStyle = cellStylebt1;
961
                                 cel7.CellStyle = cellStylebt1;
962
                                 break;
962
                                 break;
963
-                            case 14:
963
+                            case 12:
964
                                 ICell cel10 = irow4.CreateCell(i);
964
                                 ICell cel10 = irow4.CreateCell(i);
965
                                 cel10.SetCellValue(dr["F_Integration"].ToString());
965
                                 cel10.SetCellValue(dr["F_Integration"].ToString());
966
                                 cel10.CellStyle = cellStylebt1;
966
                                 cel10.CellStyle = cellStylebt1;
967
                                 break;
967
                                 break;
968
 
968
 
969
-                            case 15:
969
+                            case 13:
970
                                 ICell cel8 = irow4.CreateCell(i);
970
                                 ICell cel8 = irow4.CreateCell(i);
971
                                 cel8.SetCellValue(dr["F_Buckle"].ToString());
971
                                 cel8.SetCellValue(dr["F_Buckle"].ToString());
972
                                 cel8.CellStyle = cellStylebt1;
972
                                 cel8.CellStyle = cellStylebt1;
973
                                 break;
973
                                 break;
974
-                            case 16:
974
+                            case 14:
975
                                 ICell cel9 = irow4.CreateCell(i);
975
                                 ICell cel9 = irow4.CreateCell(i);
976
                                 cel9.SetCellValue(dr["F_Total"].ToString());
976
                                 cel9.SetCellValue(dr["F_Total"].ToString());
977
                                 cel9.CellStyle = cellStylebt1;
977
                                 cel9.CellStyle = cellStylebt1;
1012
                 cell0.SetCellValue(data+"月份市长热线承办单位办理情况统计表");
1012
                 cell0.SetCellValue(data+"月份市长热线承办单位办理情况统计表");
1013
                 cell0.CellStyle = cellStylebt;
1013
                 cell0.CellStyle = cellStylebt;
1014
                 irow0.Height = 50 * 20;
1014
                 irow0.Height = 50 * 20;
1015
-                sheet.AddMergedRegion(new CellRangeAddress(0, 0, 0, 16));
1015
+                sheet.AddMergedRegion(new CellRangeAddress(0, 0, 0, 14));
1016
 
1016
 
1017
                 IRow irow00 = sheet.CreateRow(1);
1017
                 IRow irow00 = sheet.CreateRow(1);
1018
                 ICell cell00 = irow00.CreateCell(0);
1018
                 ICell cell00 = irow00.CreateCell(0);
1019
                 cell00.SetCellValue(message);
1019
                 cell00.SetCellValue(message);
1020
                 cell00.CellStyle = cellStylebt;
1020
                 cell00.CellStyle = cellStylebt;
1021
                 irow00.Height = 40 * 20;
1021
                 irow00.Height = 40 * 20;
1022
-                sheet.AddMergedRegion(new CellRangeAddress(1, 1, 0, 16));
1022
+                sheet.AddMergedRegion(new CellRangeAddress(1, 1, 0, 14));
1023
 
1023
 
1024
 
1024
 
1025
 
1025
 
1028
                 int index3 = Evaluation("三、公共服务企业", dt2, index2+1, sheet, cellStylebt, workbook);
1028
                 int index3 = Evaluation("三、公共服务企业", dt2, index2+1, sheet, cellStylebt, workbook);
1029
                 int index4 = Evaluation("四、未办件单位", dt3, index3 + 1, sheet, cellStylebt, workbook);
1029
                 int index4 = Evaluation("四、未办件单位", dt3, index3 + 1, sheet, cellStylebt, workbook);
1030
                 //自适应列宽度
1030
                 //自适应列宽度
1031
-                for (int i = 0; i < 10; i++)
1031
+                for (int i = 0; i < 14; i++)
1032
                 {
1032
                 {
1033
                   //  sheet.AutoSizeColumn(i);
1033
                   //  sheet.AutoSizeColumn(i);
1034
                   if (i ==1)
1034
                   if (i ==1)