Przeglądaj źródła

办理问题修改

liuyifan 6 lat temu
rodzic
commit
5734e3b14c

+ 1 - 1
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -679,7 +679,7 @@
679 679
             layer.open({
680 680
                 type: 2,
681 681
                 content: "../CommonHtml/processing_audit.html?wid=" + str, //iframe的url,no代表不显示滚动条
682
-                title: '申请延时',
682
+                title: '处理审核',
683 683
                 area: ['60%', '80%'], //宽高
684 684
             });
685 685
         }

+ 24 - 29
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html

@@ -360,7 +360,6 @@
360 360
 									<td class="text-center" style="min-width:50px;">办理时间</td>
361 361
 									<td class="text-center" style="min-width:50px;">是否有处理结果</td>
362 362
 									<td class="text-center" style="min-width:50px;">处理方案/进程</td>
363
-									<td class="text-center" style="min-width:50px;">是否保密</td>
364 363
 									<td class="text-center" style="min-width:50px;">联系方式</td>
365 364
 									<td class="text-center" style="min-width:50px;">沟通时间</td>
366 365
 									<td class="text-center" style="min-width:50px;">沟通方式</td>
@@ -388,7 +387,6 @@
388 387
 									<td class="text-center" style="min-width:50px;">办理时间</td>
389 388
 									<td class="text-center" style="min-width:50px;">是否有处理结果</td>
390 389
 									<td class="text-center" style="min-width:50px;">处理方案/进程</td>
391
-									<td class="text-center" style="min-width:50px;">是否保密</td>
392 390
 									<td class="text-center" style="min-width:50px;">联系方式</td>
393 391
 									<td class="text-center" style="min-width:50px;">沟通时间</td>
394 392
 									<td class="text-center" style="min-width:50px;">沟通方式</td>
@@ -753,17 +751,7 @@
753 751
 										isProResultValue = "否";
754 752
 										break;
755 753
 								}
756
-								//是否保密
757
-								var isProtectValue = n.F_IsProtect + "";
758
-								switch (isProtectValue) {
759
-									case "1":
760
-										isProtectValue = "是";
761
-										break;
762
-									case "0":
763
-										isProtectValue = "否";
764
-										break;
765
-								}
766
-								//是否保密
754
+								//是否满意
767 755
 								var isSatisfiedValue = n.F_IsSatisfied + "";
768 756
 								switch (isSatisfiedValue) {
769 757
 									case "0":
@@ -779,6 +767,16 @@
779 767
 										isSatisfiedValue = "不满意";
780 768
 										break;
781 769
 								}
770
+								//沟通时间 
771
+								var connectTimeValue = n.F_ConnectTime;
772
+								switch (connectTimeValue) {
773
+									case null:
774
+										connectTimeValue = "";
775
+										break;
776
+									default :
777
+										connectTimeValue = n.F_ConnectTime;
778
+								}
779
+
782 780
 								htmls += '<tr>' +
783 781
 									'<td class="text-center">' + n.F_DealUser + '</td>' +
784 782
 									'<td class="text-center">' + n.DeptName + '</td>' +
@@ -787,9 +785,8 @@
787 785
 									'<td class="text-center">' + n.F_CreateTime + '</td>' +
788 786
 									'<td class="text-center">' + isProResultValue + '</td>' +
789 787
 									'<td class="text-center">' + n.F_ProSituation + '</td>' +
790
-									'<td class="text-center">' + isProtectValue + '</td>' +
791 788
 									'<td class="text-center">' + n.F_DealUserContact + '</td>' +
792
-									'<td class="text-center">' + n.F_ConnectTime + '</td>' +
789
+									'<td class="text-center">' + connectTimeValue + '</td>' +
793 790
 									'<td class="text-center">' + n.F_ConnectMode + '</td>' +
794 791
 									'<td class="text-center">' + n.F_ReplyContent + '</td>' +
795 792
 									'<td class="text-center">' + isSatisfiedValue + '</td>' +
@@ -837,17 +834,7 @@
837 834
 										isProResultValue = "否";
838 835
 										break;
839 836
 								}
840
-								//是否保密
841
-								var isProtectValue = n.F_IsProtect + "";
842
-								switch (isProtectValue) {
843
-									case "1":
844
-										isProtectValue = "是";
845
-										break;
846
-									case "0":
847
-										isProtectValue = "否";
848
-										break;
849
-								}
850
-								//是否保密
837
+								//是否满意
851 838
 								var isSatisfiedValue = n.F_IsSatisfied + "";
852 839
 								switch (isSatisfiedValue) {
853 840
 									case "0":
@@ -863,18 +850,26 @@
863 850
 										isSatisfiedValue = "不满意";
864 851
 										break;
865 852
 								}
853
+								//沟通时间 
854
+								var connectTimeValue = n.F_ConnectTime;
855
+								switch (connectTimeValue) {
856
+									case null:
857
+										connectTimeValue = "";
858
+										break;
859
+									default :
860
+										connectTimeValue = n.F_ConnectTime;
861
+								}
866 862
 
867 863
 								SJhtmls += '<tr>' +
868
-									'<td class="text-center">' + n.UserName + '</td>' +
864
+									'<td class="text-center">' + n.F_DealUser + '</td>' +
869 865
 									'<td class="text-center">' + n.DeptName + '</td>' +
870 866
 									'<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
871 867
 									'<td class="text-center">' + n.F_Result + '</td>' +
872 868
 									'<td class="text-center">' + n.F_CreateTime + '</td>' +
873 869
 									'<td class="text-center">' + isProResultValue + '</td>' +
874 870
 									'<td class="text-center">' + n.F_ProSituation + '</td>' +
875
-									'<td class="text-center">' + isProtectValue + '</td>' +
876 871
 									'<td class="text-center">' + n.F_DealUserContact + '</td>' +
877
-									'<td class="text-center">' + n.F_ConnectTime + '</td>' +
872
+									'<td class="text-center">' + connectTimeValue + '</td>' +
878 873
 									'<td class="text-center">' + n.F_ConnectMode + '</td>' +
879 874
 									'<td class="text-center">' + n.F_ReplyContent + '</td>' +
880 875
 									'<td class="text-center">' + isSatisfiedValue + '</td>' +

+ 12 - 14
WebUI/CallCenterWeb.UI/CommonHtml/banli_zilei.html

@@ -57,7 +57,6 @@
57 57
 					<td class="text-center" style="min-width:50px;">类型</td>
58 58
 					<td class="text-center" style="min-width:50px;">是否有处理结果</td>
59 59
 					<td class="text-center" style="min-width:50px;">处理方案/进程</td>
60
-					<td class="text-center" style="min-width:50px;">是否保密</td>
61 60
 					<td class="text-center" style="min-width:50px;">联系方式</td>
62 61
 					<td class="text-center" style="min-width:50px;">沟通时间</td>
63 62
 					<td class="text-center" style="min-width:50px;">沟通方式</td>
@@ -316,17 +315,7 @@
316 315
 								isProResultValue = "否";
317 316
 								break;
318 317
 						}
319
-						//是否保密
320
-						var isProtectValue = n.F_IsProtect + "";
321
-						switch (isProtectValue) {
322
-							case "1":
323
-								isProtectValue = "是";
324
-								break;
325
-							case "0":
326
-								isProtectValue = "否";
327
-								break;
328
-						}
329
-						//是否保密
318
+						//是否满意
330 319
 						var isSatisfiedValue = n.F_IsSatisfied + "";
331 320
 						switch (isSatisfiedValue) {
332 321
 							case "0":
@@ -342,6 +331,16 @@
342 331
 								isSatisfiedValue = "不满意";
343 332
 								break;
344 333
 						}
334
+						//沟通时间 
335
+						var connectTimeValue = n.F_ConnectTime;
336
+						switch (connectTimeValue) {
337
+							case null:
338
+								connectTimeValue = "";
339
+								break;
340
+							default :
341
+								connectTimeValue = n.F_ConnectTime;
342
+						}
343
+
345 344
 						// 审批时间
346 345
 						var auditTimeValue
347 346
 						switch (n.F_AuditTime) {
@@ -379,9 +378,8 @@
379 378
 							'<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
380 379
 							'<td class="text-center">' + isProResultValue + '</td>' +
381 380
 							'<td class="text-center">' + n.F_ProSituation + '</td>' +
382
-							'<td class="text-center">' + isProtectValue + '</td>' +
383 381
 							'<td class="text-center">' + n.F_DealUserContact + '</td>' +
384
-							'<td class="text-center">' + n.F_ConnectTime + '</td>' +
382
+							'<td class="text-center">' + connectTimeValue + '</td>' +
385 383
 							'<td class="text-center">' + n.F_ConnectMode + '</td>' +
386 384
 							'<td class="text-center">' + n.F_ReplyContent + '</td>' +
387 385
 							'<td class="text-center">' + isSatisfiedValue + '</td>' +

+ 74 - 5
WebUI/CallCenterWeb.UI/CommonHtml/processing_audit.html

@@ -33,10 +33,18 @@
33 33
 			<table class="table" border="" cellspacing="0" cellpadding="0" style="border: 1px solid #e7eaec; text-align: center;">
34 34
 				<theard>
35 35
 					<tr>
36
-						<td class="text-center" style="min-width: 100px; text-align: center;">办理人</td>
37
-						<td class="text-center" style="min-width: 100px; text-align: center;">办理时间</td>
38
-						<td class="text-center" style="min-width: 100px; text-align: center;">内容</td>
39
-						<td class="text-center" style="min-width: 100px; text-align: center;">附件</td>
36
+						<td class="text-center" style="min-width:50px;">办理人</td>
37
+						<td class="text-center" style="min-width:50px;">办理时间</td>
38
+						<td class="text-center" style="min-width:50px;">内容</td>
39
+						<td class="text-center" style="min-width:50px;">类型</td>
40
+						<td class="text-center" style="min-width:50px;">是否有处理结果</td>
41
+						<td class="text-center" style="min-width:50px;">处理方案/进程</td>
42
+						<td class="text-center" style="min-width:50px;">联系方式</td>
43
+						<td class="text-center" style="min-width:50px;">沟通时间</td>
44
+						<td class="text-center" style="min-width:50px;">沟通方式</td>
45
+						<td class="text-center" style="min-width:50px;">答复内容</td>
46
+						<td class="text-center" style="min-width:50px;">是否满意</td>
47
+						<td class="text-center" style="min-width: 50px;">附件</td>
40 48
 					</tr>
41 49
 				</theard> 
42 50
 				<tbody class="BLNR" style="border-top: none; padding: 8px;">
@@ -149,7 +157,68 @@
149 157
                     if (result.state.toLowerCase() == "success") {
150 158
                         var temp1;
151 159
                         $.each(result.data, function (i, n) {
152
-                            temp1 = temp1 + '<td class="text-center">' + n.F_DealUser + '</td><td class="text-center">' + n.F_CreateTime + '</td><td class="text-center">' + n.F_Result + '</td><td class="text-center FJ" style="color:#00a1cb;"></td>';
160
+							var bval = n.F_Type;
161
+							switch(bval + '') {
162
+								case '1':
163
+									bval = '主办';
164
+									break;
165
+								case '2':
166
+									bval = '协办';
167
+									break;
168
+							}
169
+
170
+							//是否有处理结果
171
+							var isProResultValue = n.F_IsProResult + "";
172
+							switch (isProResultValue) {
173
+								case "0":
174
+									isProResultValue = "默认";
175
+									break;
176
+								case "1":
177
+									isProResultValue = "是";
178
+									break;
179
+								case "2":
180
+									isProResultValue = "否";
181
+									break;
182
+							}
183
+							//是否满意
184
+							var isSatisfiedValue = n.F_IsSatisfied + "";
185
+							switch (isSatisfiedValue) {
186
+								case "0":
187
+									isSatisfiedValue = "未评价";
188
+									break;
189
+								case "1":
190
+									isSatisfiedValue = "满意";
191
+									break;
192
+								case "2":
193
+									isSatisfiedValue = "基本满意";
194
+									break;
195
+								case "3":
196
+									isSatisfiedValue = "不满意";
197
+									break;
198
+							}
199
+							//沟通时间 
200
+							var connectTimeValue = n.F_ConnectTime;
201
+							switch (connectTimeValue) {
202
+								case null:
203
+									connectTimeValue = "";
204
+									break;
205
+								default :
206
+									connectTimeValue = n.F_ConnectTime;
207
+							}
208
+
209
+                            temp1 = temp1 + 
210
+                            		'<td class="text-center">' + n.F_DealUser + '</td>' + 
211
+                            		'<td class="text-center">' + n.F_CreateTime + '</td>' + 
212
+                            		'<td class="text-center">' + n.F_Result + '</td>' +
213
+									'<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
214
+									'<td class="text-center">' + isProResultValue + '</td>' +
215
+									'<td class="text-center">' + n.F_ProSituation + '</td>' +
216
+									'<td class="text-center">' + n.F_DealUserContact + '</td>' +
217
+									'<td class="text-center">' + connectTimeValue + '</td>' +
218
+									'<td class="text-center">' + n.F_ConnectMode + '</td>' +
219
+									'<td class="text-center">' + n.F_ReplyContent + '</td>' +
220
+									'<td class="text-center">' + isSatisfiedValue + '</td>' +
221
+                            		'<td class="text-center FJ" style="color:#00a1cb;"></td>';
153 222
                             ccc = n.F_Id;
154 223
 
155 224
                         });