浏览代码

绩效考核

1550076451 2 年之前
父节点
当前提交
771679d70e

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

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

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

@@ -761,7 +761,7 @@ namespace CallCenter.Utility
761 761
             cell01.SetCellValue(message);
762 762
             cell01.CellStyle = cellStylebt;
763 763
             irow01.Height = 40 * 20;
764
-            sheet.AddMergedRegion(new CellRangeAddress(index, index, 0, 16));
764
+            sheet.AddMergedRegion(new CellRangeAddress(index, index, 0, 14));
765 765
             index = index + 1;
766 766
             IRow irow1 = sheet.CreateRow(index);
767 767
             ICell cell1 = irow1.CreateCell(0);
@@ -773,101 +773,101 @@ namespace CallCenter.Utility
773 773
             cell2.CellStyle = cellStylebt;
774 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 777
             cell14.SetCellValue("回访量");
778 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 782
             cell15.SetCellValue("满意量");
783 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 787
             cell4.SetCellValue("回访满意度");
788 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 792
             cell5.SetCellValue("知识库更新");
793 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 797
             cell8.SetCellValue("热线整合");
798 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 802
             cell6.SetCellValue("加扣分项");
803 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 807
             cell7.SetCellValue("总分");
808 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 814
             ICell cell9 = irow1.CreateCell(2);
815
-            cell9.SetCellValue("事项报备");
815
+            cell9.SetCellValue("工单办理");
816 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 837
             index = index + 1;
838 838
 
839 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 851
             cell17.SetCellValue("承办量");
852 852
             cell17.CellStyle = cellStylebt;
853
-            ICell cell18 = irow3.CreateCell(5);
854
-            cell18.SetCellValue("得分");
853
+            ICell cell18 = irow3.CreateCell(3);
854
+            cell18.SetCellValue("事项办理得分");
855 855
             cell18.CellStyle = cellStylebt;
856 856
 
857 857
 
858
-            ICell cell19 = irow3.CreateCell(6);
858
+            ICell cell19 = irow3.CreateCell(4);
859 859
             cell19.SetCellValue("逾期量");
860 860
             cell19.CellStyle = cellStylebt;
861
-            ICell cell20 = irow3.CreateCell(7);
862
-            cell20.SetCellValue("得分");
861
+            ICell cell20 = irow3.CreateCell(5);
862
+            cell20.SetCellValue("办理时限得分");
863 863
             cell20.CellStyle = cellStylebt;
864 864
 
865 865
 
866
-            ICell cell21 = irow3.CreateCell(8);
866
+            ICell cell21 = irow3.CreateCell(6);
867 867
             cell21.SetCellValue("重办量");
868 868
             cell21.CellStyle = cellStylebt;
869
-            ICell cell22 = irow3.CreateCell(9);
870
-            cell22.SetCellValue("得分");
869
+            ICell cell22 = irow3.CreateCell(7);
870
+            cell22.SetCellValue("重办事项得分");
871 871
             cell22.CellStyle = cellStylebt;
872 872
 
873 873
 
@@ -886,7 +886,7 @@ namespace CallCenter.Utility
886 886
                     IRow irow4 = sheet.CreateRow(index);
887 887
                     index++;
888 888
                     iCellIndex++;
889
-                    for (int i = 0; i < 17; i++)
889
+                    for (int i = 0; i < 15; i++)
890 890
                     {
891 891
                         switch (i)
892 892
                         {
@@ -905,73 +905,73 @@ namespace CallCenter.Utility
905 905
                                 cel2.SetCellValue(dr["F_Reporting"].ToString());
906 906
                                 cel2.CellStyle = cellStylebt1;
907 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 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 919
                                 ICell cel13 = irow4.CreateCell(i);
920 920
                                 cel13.SetCellValue(dr["F_Handling"].ToString());
921 921
                                 cel13.CellStyle = cellStylebt1;
922 922
                                 break;
923
-                            case 6:
923
+                            case 4:
924 924
                                 ICell cel4 = irow4.CreateCell(i);
925 925
                                 cel4.SetCellValue(dr["F_Boverdue"].ToString());
926 926
                                 cel4.CellStyle = cellStylebt1;
927 927
                                 break;
928
-                            case 7:
928
+                            case 5:
929 929
                                 ICell cel14 = irow4.CreateCell(i);
930 930
                                 cel14.SetCellValue(dr["F_Timelimit"].ToString());
931 931
                                 cel14.CellStyle = cellStylebt1;
932 932
                                 break;
933
-                            case 8:
933
+                            case 6:
934 934
                                 ICell cel15 = irow4.CreateCell(i);
935 935
                                 cel15.SetCellValue(dr["F_Redovolume"].ToString());
936 936
                                 cel15.CellStyle = cellStylebt1;
937 937
                                 break;
938
-                            case 9:
938
+                            case 7:
939 939
                                 ICell cel5 = irow4.CreateCell(i);
940 940
                                 cel5.SetCellValue(dr["F_Redo"].ToString());
941 941
                                 cel5.CellStyle = cellStylebt1;
942 942
                                 break;
943
-                            case 10:
943
+                            case 8:
944 944
                                 ICell cel16 = irow4.CreateCell(i);
945 945
                                 cel16.SetCellValue(dr["F_Returnvisit"].ToString());
946 946
                                 cel16.CellStyle = cellStylebt1;
947 947
                                 break;
948
-                            case 11:
948
+                            case 9:
949 949
                                 ICell cel17 = irow4.CreateCell(i);
950 950
                                 cel17.SetCellValue(dr["F_Satisfaction"].ToString());
951 951
                                 cel17.CellStyle = cellStylebt1;
952 952
                                 break;
953
-                            case 12:
953
+                            case 10:
954 954
                                 ICell cel6 = irow4.CreateCell(i);
955 955
                                 cel6.SetCellValue(dr["F_Satisfied"].ToString());
956 956
                                 cel6.CellStyle = cellStylebt1;
957 957
                                 break;
958
-                            case 13:
958
+                            case 11:
959 959
                                 ICell cel7 = irow4.CreateCell(i);
960 960
                                 cel7.SetCellValue(dr["F_knowledge"].ToString());
961 961
                                 cel7.CellStyle = cellStylebt1;
962 962
                                 break;
963
-                            case 14:
963
+                            case 12:
964 964
                                 ICell cel10 = irow4.CreateCell(i);
965 965
                                 cel10.SetCellValue(dr["F_Integration"].ToString());
966 966
                                 cel10.CellStyle = cellStylebt1;
967 967
                                 break;
968 968
 
969
-                            case 15:
969
+                            case 13:
970 970
                                 ICell cel8 = irow4.CreateCell(i);
971 971
                                 cel8.SetCellValue(dr["F_Buckle"].ToString());
972 972
                                 cel8.CellStyle = cellStylebt1;
973 973
                                 break;
974
-                            case 16:
974
+                            case 14:
975 975
                                 ICell cel9 = irow4.CreateCell(i);
976 976
                                 cel9.SetCellValue(dr["F_Total"].ToString());
977 977
                                 cel9.CellStyle = cellStylebt1;
@@ -1012,14 +1012,14 @@ namespace CallCenter.Utility
1012 1012
                 cell0.SetCellValue(data+"月份市长热线承办单位办理情况统计表");
1013 1013
                 cell0.CellStyle = cellStylebt;
1014 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 1017
                 IRow irow00 = sheet.CreateRow(1);
1018 1018
                 ICell cell00 = irow00.CreateCell(0);
1019 1019
                 cell00.SetCellValue(message);
1020 1020
                 cell00.CellStyle = cellStylebt;
1021 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,7 +1028,7 @@ namespace CallCenter.Utility
1028 1028
                 int index3 = Evaluation("三、公共服务企业", dt2, index2+1, sheet, cellStylebt, workbook);
1029 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 1033
                   //  sheet.AutoSizeColumn(i);
1034 1034
                   if (i ==1)