Parcourir la Source

办理工单修改

liuyifan il y a 6 ans
Parent
commit
4d65962bbc

+ 10 - 6
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html

@@ -354,13 +354,14 @@
354 354
 							<theard>
355 355
 								<tr>
356 356
 									<td class="text-center" style="min-width:50px;">承办人</td>
357
+									<td class="text-center" style="min-width:50px;">联系方式</td>
358
+									<td class="text-center" style="min-width:50px;">职务</td>
357 359
 									<td class="text-center" style="min-width:50px;">单位</td>
358 360
 									<td class="text-center" style="min-width:50px;">类型</td>
359
-									<td class="text-center" style="min-width:50px;">办理内容</td>
361
+									<td class="text-center" style="min-width:50px;">处理情况</td>
360 362
 									<td class="text-center" style="min-width:50px;">办理时间</td>
361 363
 									<td class="text-center" style="min-width:50px;">是否有处理结果</td>
362 364
 									<td class="text-center" style="min-width:50px;">处理方案/进程</td>
363
-									<td class="text-center" style="min-width:50px;">联系方式</td>
364 365
 									<td class="text-center" style="min-width:50px;">沟通时间</td>
365 366
 									<td class="text-center" style="min-width:50px;">沟通方式</td>
366 367
 									<td class="text-center" style="min-width:50px;">答复内容</td>
@@ -381,13 +382,14 @@
381 382
 							<theard>
382 383
 								<tr>
383 384
 									<td class="text-center" style="min-width:50px;">承办人</td>
385
+									<td class="text-center" style="min-width:50px;">联系方式</td>
386
+									<td class="text-center" style="min-width:50px;">职务</td>
384 387
 									<td class="text-center" style="min-width:50px;">单位</td>
385 388
 									<td class="text-center" style="min-width:50px;">类型</td>
386
-									<td class="text-center" style="min-width:50px;">办理内容</td>
389
+									<td class="text-center" style="min-width:50px;">处理情况</td>
387 390
 									<td class="text-center" style="min-width:50px;">办理时间</td>
388 391
 									<td class="text-center" style="min-width:50px;">是否有处理结果</td>
389 392
 									<td class="text-center" style="min-width:50px;">处理方案/进程</td>
390
-									<td class="text-center" style="min-width:50px;">联系方式</td>
391 393
 									<td class="text-center" style="min-width:50px;">沟通时间</td>
392 394
 									<td class="text-center" style="min-width:50px;">沟通方式</td>
393 395
 									<td class="text-center" style="min-width:50px;">答复内容</td>
@@ -779,13 +781,14 @@
779 781
 
780 782
 								htmls += '<tr>' +
781 783
 									'<td class="text-center">' + n.F_DealUser + '</td>' +
784
+									'<td class="text-center">' + n.F_DealUserContact + '</td>' +
785
+									'<td class="text-center">' + n.F_Duties + '</td>' +
782 786
 									'<td class="text-center">' + n.DeptName + '</td>' +
783 787
 									'<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
784 788
 									'<td class="text-center">' + n.F_Result + '</td>' +
785 789
 									'<td class="text-center">' + n.F_CreateTime + '</td>' +
786 790
 									'<td class="text-center">' + isProResultValue + '</td>' +
787 791
 									'<td class="text-center">' + n.F_ProSituation + '</td>' +
788
-									'<td class="text-center">' + n.F_DealUserContact + '</td>' +
789 792
 									'<td class="text-center">' + connectTimeValue + '</td>' +
790 793
 									'<td class="text-center">' + n.F_ConnectMode + '</td>' +
791 794
 									'<td class="text-center">' + n.F_ReplyContent + '</td>' +
@@ -862,13 +865,14 @@
862 865
 
863 866
 								SJhtmls += '<tr>' +
864 867
 									'<td class="text-center">' + n.F_DealUser + '</td>' +
868
+									'<td class="text-center">' + n.F_DealUserContact + '</td>' +
869
+									'<td class="text-center">' + n.F_Duties + '</td>' +
865 870
 									'<td class="text-center">' + n.DeptName + '</td>' +
866 871
 									'<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
867 872
 									'<td class="text-center">' + n.F_Result + '</td>' +
868 873
 									'<td class="text-center">' + n.F_CreateTime + '</td>' +
869 874
 									'<td class="text-center">' + isProResultValue + '</td>' +
870 875
 									'<td class="text-center">' + n.F_ProSituation + '</td>' +
871
-									'<td class="text-center">' + n.F_DealUserContact + '</td>' +
872 876
 									'<td class="text-center">' + connectTimeValue + '</td>' +
873 877
 									'<td class="text-center">' + n.F_ConnectMode + '</td>' +
874 878
 									'<td class="text-center">' + n.F_ReplyContent + '</td>' +

+ 29 - 21
WebUI/CallCenterWeb.UI/CommonHtml/XGBL.html

@@ -30,10 +30,20 @@
30 30
 			<table>
31 31
 				<tr>
32 32
 					<th class="Importent">办理人:</th>
33
-					<td> <input  id="dealman" type="text"  style="height: 32px;"></td>
33
+					<td>
34
+						<input  id="dealman" type="text"  style="height: 32px;">
35
+					</td>
36
+	            	<th class="Importent">联系方式:</th>
37
+	            	<td>
38
+	            		<input type="text" id="dealcontact">
39
+	            	</td>
40
+	            	<th class="Importent">职务:</th>
41
+	            	<td>
42
+	            		<input type="text" id="duties">
43
+	            	</td>
34 44
 				</tr>
35 45
 				<tr>
36
-					<th class="Importent">办理内容:</th>
46
+					<th class="Importent">处理情况:</th>
37 47
 					<td><textarea data-adaptheight id="result" name="" rows="" cols=""></textarea></td>
38 48
 					<input type="hidden" id="ID"/>
39 49
 				</tr>
@@ -58,12 +68,6 @@
58 68
 	            	<th style="color:#FF0000;">注释:</th>
59 69
 	            	<td style="color:#FF0000">请提交加盖单位公章的相关说明文件,不添加文件说明将被扣考核分</td>
60 70
 	            </tr>
61
-	            <tr class="dealcontact-wrapper">
62
-	            	<th>联系方式:</th>
63
-	            	<td>
64
-	            		<input type="text" id="dealcontact">
65
-	            	</td>
66
-	            </tr>
67 71
 	            <tr class="connecttime-wrapper">
68 72
 	            	<th>沟通时间:</th>
69 73
 	            	<td>
@@ -148,11 +152,15 @@
148 152
 				$('.BC').click(function() {
149 153
 					if($("#dealman").val()==""){
150 154
 						layer.msg("办理人不能为空");
151
-					}else if($("#result").val()==""){
155
+					} else if ($("#result").val()==""){
152 156
 						layer.msg("办理内容不能为空");
153
-					}else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == null) {
157
+					} else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == null) {
154 158
                     	layer.msg("处理结果不能为空");
155
-                	}else{
159
+                	} else if ($("#dealcontact").val() == "") {
160
+                		layer.msg("联系方式不能为空")
161
+                	} else if ($("#duties").val() == "") {
162
+                		layer.msg("职务不能为空")
163
+                	} else {
156 164
 						State = 0;
157 165
 						JA();
158 166
 					}
@@ -161,11 +169,15 @@
161 169
 				$('.Submit').click(function() {
162 170
 					if($("#dealman").val()==""){
163 171
 						layer.msg("办理人不能为空");
164
-					}else if($("#result").val()==""){
172
+					} else if($("#result").val()==""){
165 173
 						layer.msg("办理内容不能为空");
166
-					}else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == null) {
174
+					} else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == null) {
167 175
                     	layer.msg("处理结果不能为空");
168
-                	} else{
176
+                	} else if ($("#dealcontact").val() == "") {
177
+	                	layer.msg("联系方式不能为空")
178
+	                } else if ($("#duties").val() == "") {
179
+	                	layer.msg("职务不能为空")
180
+	                } else{
169 181
 						State = 1;
170 182
 						JA();
171 183
 					}
@@ -173,7 +185,6 @@
173 185
 				
174 186
 				$(".prosituation-wrapper").hide(); //处理方案/进程
175 187
 				$(".annotation-wrapper").hide(); //注释
176
-				$(".dealcontact-wrapper").hide(); //联系方式
177 188
 				$(".connecttime-wrapper").hide(); //沟通时间
178 189
 				$(".connectmode-wrapper").hide(); //沟通方式
179 190
 				$(".replycontent-wrapper").hide(); //答复内容
@@ -187,7 +198,6 @@
187 198
 	             */
188 199
 				$('#isProResultRadio').find('input[type="radio"]').on('change', function() {
189 200
 					$("#prosituation").val(""); //处理方案/进程
190
-					$("#dealcontact").val(""); //联系方式
191 201
 					$("#connecttime").val(""); //沟通时间
192 202
 					$("#connectmode").val(""); //沟通方式
193 203
 					$("#replycontent").val(""); //答复内容
@@ -200,10 +210,11 @@
200 210
 				$.post(huayi.config.callcenter_url + 'WorkOrder/FeedBackWorkOrder', {
201 211
 					workorderid: wid,
202 212
 					dealman: $("#dealman").val(), //办理人
203
-					result: $('#result').val(), //办理内容
213
+					result: $('#result').val(), //处理情况
204 214
 	                isproresult: $('#isProResultRadio input[name="isDisposeResult"]:checked').val(), //处理结果
205 215
 	                prosituation: $("#prosituation").val(), //处理方案/进程
206 216
 	                dealcontact: $("#dealcontact").val(), //联系方式
217
+	                duties: $("#duties").val(), //职务
207 218
 	                connecttime: $("#connecttime").val(), //沟通时间
208 219
 	                connectmode: $("#connectmode").val(), //沟通方式
209 220
 	                replycontent: $("#replycontent").val(), //答复内容
@@ -236,7 +247,7 @@
236 247
                         var IsProResultValue = result.data[0].F_IsProResult + "";
237 248
 						isProResultJudge(IsProResultValue);
238 249
                         $("#dealman").val(result.data[0].F_DealUser); //承办人
239
-                        $("#result").val(result.data[0].F_Result); //办理内容
250
+                        $("#result").val(result.data[0].F_Result); //处理情况
240 251
                         $('#isProResultRadio input[name="isDisposeResult"][value="' + result.data[0].F_IsProResult +'"]').prop("checked", true);//是否有处理结果
241 252
                         $("#prosituation").val(result.data[0].F_ProSituation); //处理方案/进程
242 253
 						$("#dealcontact").val(result.data[0].F_DealUserContact); //联系方式
@@ -318,7 +329,6 @@
318 329
 					if (isProtect === "1" ) {
319 330
 						$(".prosituation-wrapper").hide(); //处理方案/进程
320 331
 						$(".annotation-wrapper").hide(); //注释
321
-						$(".dealcontact-wrapper").show(); //联系方式
322 332
 						$(".connecttime-wrapper").hide(); //沟通时间
323 333
 						$(".connectmode-wrapper").hide(); //沟通方式
324 334
 						$(".replycontent-wrapper").hide(); //答复内容
@@ -326,7 +336,6 @@
326 336
 					} else if (isProtect === "0") {
327 337
 						$(".prosituation-wrapper").hide(); //处理方案/进程
328 338
 						$(".annotation-wrapper").hide(); //注释
329
-						$(".dealcontact-wrapper").hide(); //联系方式
330 339
 						$(".connecttime-wrapper").show(); //沟通时间
331 340
 						$(".connectmode-wrapper").show(); //沟通方式
332 341
 						$(".replycontent-wrapper").show(); //答复内容
@@ -335,7 +344,6 @@
335 344
 				} else if (isProResultdata === '2') {
336 345
 					$(".prosituation-wrapper").show(); //处理方案/进程
337 346
 					$(".annotation-wrapper").show(); //注释
338
-					$(".dealcontact-wrapper").hide(); //联系方式
339 347
 					$(".connecttime-wrapper").hide(); //沟通时间
340 348
 					$(".connectmode-wrapper").hide(); //沟通方式
341 349
 					$(".replycontent-wrapper").hide(); //答复内容

+ 29 - 21
WebUI/CallCenterWeb.UI/CommonHtml/banli.html

@@ -29,12 +29,22 @@
29 29
         <table>
30 30
             <tr>
31 31
                 <th class="Importent">承办人:</th>
32
-                <td> <input id="dealman" type="text" style="height: 32px;"></td>
32
+                <td>
33
+                	<input id="dealman" type="text" style="height: 32px;">
34
+                </td>
35
+            	<th class="Importent">联系方式:</th>
36
+            	<td>
37
+            		<input type="text" id="dealcontact">
38
+            	</td>
39
+            	<th class="Importent">职务:</th>
40
+            	<td>
41
+            		<input type="text" id="duties">
42
+            	</td>
33 43
             </tr>
34 44
             <tr>
35
-                <th class="Importent">办理内容:</th>
36
-                <td>
37
-                	<textarea data-adaptheight id="result" name="" rows="6" cols="" ></textarea>
45
+                <th class="Importent">处理情况:</th>
46
+                <td colspan="5">
47
+                	<textarea data-adaptheight id="result" name="" rows="6" cols=""></textarea>
38 48
                 
39 49
 					       <!--20   年       月      日,               政务                  街道/        单位             部门
40 50
 					        接到12345热线工单(编号:                            ) 来电人反映的                            。经落实,具体情况回复如下:
@@ -61,7 +71,7 @@
61 71
             </tr>
62 72
             <tr class="prosituation-wrapper">
63 73
             	<th>处理方案/进程:</th>
64
-            	<td>
74
+            	<td colspan="5">
65 75
                 	<textarea data-adaptheight id="prosituation" name="" rows="6" cols="" ></textarea>
66 76
             	</td>
67 77
             </tr>
@@ -69,12 +79,6 @@
69 79
             	<th style="color:#FF0000;">注释:</th>
70 80
             	<td style="color:#FF0000">请提交加盖单位公章的相关说明文件,不添加文件说明将被扣考核分</td>
71 81
             </tr>
72
-            <tr class="dealcontact-wrapper">
73
-            	<th>联系方式:</th>
74
-            	<td>
75
-            		<input type="text" id="dealcontact">
76
-            	</td>
77
-            </tr>
78 82
             <tr class="connecttime-wrapper">
79 83
             	<th>沟通时间:</th>
80 84
             	<td>
@@ -89,7 +93,7 @@
89 93
             </tr>
90 94
             <tr class="replycontent-wrapper">
91 95
             	<th>答复内容:</th>
92
-            	<td>
96
+            	<td colspan="5">
93 97
                 	<textarea id="replycontent" name="" rows="6" cols="" ></textarea>
94 98
             	</td>
95 99
             </tr>
@@ -133,7 +137,6 @@
133 137
     <script>
134 138
         var wid = helper.request.queryString("wid");
135 139
         var isProtect = helper.request.queryString("isProtect");
136
-        console.log("isProtect1111",isProtect)
137 140
         var State;
138 141
         var a = $("#ID").val()
139 142
         Detail();
@@ -166,6 +169,10 @@
166 169
                     layer.msg("办理内容不能为空");
167 170
                 } else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == null) {
168 171
                     layer.msg("处理结果不能为空");
172
+                } else if ($("#dealcontact").val() == "") {
173
+                	layer.msg("联系方式不能为空")
174
+                } else if ($("#duties").val() == "") {
175
+                	layer.msg("职务不能为空")
169 176
                 } else  {
170 177
                     State = 0;
171 178
                     JA();
@@ -179,7 +186,11 @@
179 186
                     layer.msg("办理内容不能为空");
180 187
                 } else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == null) {
181 188
                     layer.msg("处理结果不能为空");
182
-                }  else {
189
+                } else if ($("#dealcontact").val() == "") {
190
+                	layer.msg("联系方式不能为空")
191
+                } else if ($("#duties").val() == "") {
192
+                	layer.msg("职务不能为空")
193
+                } else {
183 194
                     State = 1;
184 195
                     JA();
185 196
                 }
@@ -187,7 +198,6 @@
187 198
             
188 199
 			$(".prosituation-wrapper").hide(); //处理方案/进程
189 200
 			$(".annotation-wrapper").hide(); //注释
190
-			$(".dealcontact-wrapper").hide(); //联系方式
191 201
 			$(".connecttime-wrapper").hide(); //沟通时间
192 202
 			$(".connectmode-wrapper").hide(); //沟通方式
193 203
 			$(".replycontent-wrapper").hide(); //答复内容
@@ -215,10 +225,11 @@
215 225
             $.post(huayi.config.callcenter_url + 'WorkOrder/FeedBackWorkOrder', {
216 226
                 workorderid: wid,
217 227
                 dealman: $("#dealman").val(), //承办人
218
-                result: $("#result").val(), //办理内容
228
+                dealcontact: $("#dealcontact").val(), //联系方式
229
+                duties: $("#duties").val(), //职务
230
+                result: $("#result").val(), //
219 231
                 isproresult: $('#isProResultRadio input[name="isDisposeResult"]:checked').val(), //处理结果
220 232
                 prosituation: $("#prosituation").val(), //处理方案/进程
221
-                dealcontact: $("#dealcontact").val(), //联系方式
222 233
                 connecttime: $("#connecttime").val(), //沟通时间
223 234
                 connectmode: $("#connectmode").val(), //沟通方式
224 235
                 replycontent: $("#replycontent").val(), //答复内容
@@ -251,7 +262,7 @@
251 262
                         var IsProResultValue = result.data[0].F_IsProResult + "";
252 263
 						isProResultJudge(IsProResultValue);
253 264
                         $("#dealman").val(result.data[0].F_DealUser); //承办人
254
-                        $("#result").val(result.data[0].F_Result); //办理内容
265
+                        $("#result").val(result.data[0].F_Result); //处理情况
255 266
                         $('#isProResultRadio input[name="isDisposeResult"][value="' + result.data[0].F_IsProResult +'"]').prop("checked", true);//是否有处理结果
256 267
                         $("#prosituation").val(result.data[0].F_ProSituation); //处理方案/进程
257 268
 						$("#dealcontact").val(result.data[0].F_DealUserContact); //联系方式
@@ -343,7 +354,6 @@
343 354
 				if (isProtect === "1" ) {
344 355
 					$(".prosituation-wrapper").hide(); //处理方案/进程
345 356
 					$(".annotation-wrapper").hide(); //注释
346
-					$(".dealcontact-wrapper").show(); //联系方式
347 357
 					$(".connecttime-wrapper").hide(); //沟通时间
348 358
 					$(".connectmode-wrapper").hide(); //沟通方式
349 359
 					$(".replycontent-wrapper").hide(); //答复内容
@@ -351,7 +361,6 @@
351 361
 				} else if (isProtect === "0") {
352 362
 					$(".prosituation-wrapper").hide(); //处理方案/进程
353 363
 					$(".annotation-wrapper").hide(); //注释
354
-					$(".dealcontact-wrapper").hide(); //联系方式
355 364
 					$(".connecttime-wrapper").show(); //沟通时间
356 365
 					$(".connectmode-wrapper").show(); //沟通方式
357 366
 					$(".replycontent-wrapper").show(); //答复内容
@@ -360,7 +369,6 @@
360 369
 			} else if (isProResultdata === '2') {
361 370
 				$(".prosituation-wrapper").show(); //处理方案/进程
362 371
 				$(".annotation-wrapper").show(); //注释
363
-				$(".dealcontact-wrapper").hide(); //联系方式
364 372
 				$(".connecttime-wrapper").hide(); //沟通时间
365 373
 				$(".connectmode-wrapper").hide(); //沟通方式
366 374
 				$(".replycontent-wrapper").hide(); //答复内容

+ 30 - 22
WebUI/CallCenterWeb.UI/CommonHtml/banli_zilei.html

@@ -49,15 +49,17 @@
49 49
             <theard>
50 50
                 <tr>
51 51
                     <td class="text-center" style="min-width:50px;">序号</td>
52
+					<td class="text-center" style="min-width:50px;">承办人</td>
53
+					<td class="text-center" style="min-width:50px;">联系方式</td>
54
+					<td class="text-center" style="min-width:50px;">职务</td>
52 55
                     <td class="text-center" style="min-width:50px;">办理时间</td>
53
-                    <td class="text-center" style="min-width:50px;">内容</td>
56
+                    <td class="text-center" style="min-width:50px;">办理情况</td>
54 57
                     <td class="text-center" style="min-width:50px;">审批时间</td>
55 58
                     <td class="text-center" style="min-width:50px;">审批内容</td>
56 59
                     <td class="text-center" style="min-width:50px;">审批意见</td>
57 60
 					<td class="text-center" style="min-width:50px;">类型</td>
58 61
 					<td class="text-center" style="min-width:50px;">是否有处理结果</td>
59 62
 					<td class="text-center" style="min-width:50px;">处理方案/进程</td>
60
-					<td class="text-center" style="min-width:50px;">联系方式</td>
61 63
 					<td class="text-center" style="min-width:50px;">沟通时间</td>
62 64
 					<td class="text-center" style="min-width:50px;">沟通方式</td>
63 65
 					<td class="text-center" style="min-width:50px;">答复内容</td>
@@ -74,11 +76,21 @@
74 76
         <table>
75 77
             <tr>
76 78
                 <th class="Importent">承办人:</th>
77
-                <td> <input id="dealman" type="text" style="height: 32px;"></td>
79
+                <td>
80
+                	<input id="dealman" type="text" style="height: 32px;">
81
+                </td>
82
+            	<th class="Importent">联系方式:</th>
83
+            	<td>
84
+            		<input type="text" id="dealcontact">
85
+            	</td>
86
+            	<th class="Importent">职务:</th>
87
+            	<td>
88
+            		<input type="text" id="duties">
89
+            	</td>
78 90
             </tr>
79 91
             <tr>
80
-                <th class="Importent">办理内容:</th>
81
-                <td><textarea data-adaptheight id="result" name="" rows="" cols=""></textarea></td>
92
+                <th class="Importent">处理情况:</th>
93
+                <td colspan="5"><textarea data-adaptheight id="result" name="" rows="" cols=""></textarea></td>
82 94
                 <input type="hidden" id="ID" />
83 95
             </tr>
84 96
             <tr>
@@ -94,7 +106,7 @@
94 106
             </tr>
95 107
             <tr class="prosituation-wrapper">
96 108
             	<th>处理方案/进程:</th>
97
-            	<td>
109
+            	<td colspan="5">
98 110
                 	<textarea data-adaptheight id="prosituation" name="" rows="6" cols="" ></textarea>
99 111
             	</td>
100 112
             </tr>
@@ -102,12 +114,6 @@
102 114
             	<th style="color:#FF0000;">注释:</th>
103 115
             	<td style="color:#FF0000">请提交加盖单位公章的相关说明文件,不添加文件说明将被扣考核分</td>
104 116
             </tr>
105
-            <tr class="dealcontact-wrapper">
106
-            	<th>联系方式:</th>
107
-            	<td>
108
-            		<input type="text" id="dealcontact">
109
-            	</td>
110
-            </tr>
111 117
             <tr class="connecttime-wrapper">
112 118
             	<th>沟通时间:</th>
113 119
             	<td>
@@ -122,7 +128,7 @@
122 128
             </tr>
123 129
             <tr class="replycontent-wrapper">
124 130
             	<th>答复内容:</th>
125
-            	<td>
131
+            	<td colspan="5">
126 132
                 	<textarea id="replycontent" name="" rows="6" cols="" ></textarea>
127 133
             	</td>
128 134
             </tr>
@@ -213,7 +219,11 @@
213 219
                     layer.msg("办理内容不能为空");
214 220
                 } else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == null) {
215 221
                     layer.msg("处理结果不能为空");
216
-                }  else {
222
+                } else if ($("#dealcontact").val() == "") {
223
+                	layer.msg("联系方式不能为空")
224
+                } else if ($("#duties").val() == "") {
225
+                	layer.msg("职务不能为空")
226
+                } else {
217 227
                     State = 1;
218 228
                     JA();
219 229
                 }
@@ -221,7 +231,6 @@
221 231
             
222 232
 			$(".prosituation-wrapper").hide(); //处理方案/进程
223 233
 			$(".annotation-wrapper").hide(); //注释
224
-			$(".dealcontact-wrapper").hide(); //联系方式
225 234
 			$(".connecttime-wrapper").hide(); //沟通时间
226 235
 			$(".connectmode-wrapper").hide(); //沟通方式
227 236
 			$(".replycontent-wrapper").hide(); //答复内容
@@ -234,7 +243,6 @@
234 243
              */
235 244
 			$('#isProResultRadio').find('input[type="radio"]').on('change', function() {
236 245
 				$("#prosituation").val(""); //处理方案/进程
237
-				$("#dealcontact").val(""); //联系方式
238 246
 				$("#connecttime").val(""); //沟通时间
239 247
 				$("#connectmode").val(""); //沟通方式
240 248
 				$("#replycontent").val(""); //答复内容
@@ -247,10 +255,11 @@
247 255
             $.post(huayi.config.callcenter_url + 'WorkOrder/DealWorkOrder', {
248 256
                 workorderid: wid,
249 257
                 dealman: $("#dealman").val(), //承办人
250
-                result: $('#result').val(), //办理内容
258
+                result: $('#result').val(), //处理情况
251 259
                 isproresult: $('#isProResultRadio input[name="isDisposeResult"]:checked').val(), //处理结果
252 260
                 prosituation: $("#prosituation").val(), //处理方案/进程
253 261
                 dealcontact: $("#dealcontact").val(), //联系方式
262
+                duties: $("#duties").val(), //职务
254 263
                 connecttime: $("#connecttime").val(), //沟通时间
255 264
                 connectmode: $("#connectmode").val(), //沟通方式
256 265
                 replycontent: $("#replycontent").val(), //答复内容
@@ -370,6 +379,9 @@
370 379
 
371 380
                         temp = '<tr>' +
372 381
                         	'<td class="text-center">' + (i + 1) + '</td>' +
382
+							'<td class="text-center">' + n.F_DealUser + '</td>' +
383
+							'<td class="text-center">' + n.F_DealUserContact + '</td>' +
384
+							'<td class="text-center">' + n.F_Duties + '</td>' +
373 385
                         	'<td class="text-center">' + n.F_CreateTime + '</td>' + 
374 386
                         	'<td class="text-center">' + n.F_Result + '</td>' +
375 387
                            	'<td class="text-center">' + auditTimeValue + '</td>' + 
@@ -378,7 +390,6 @@
378 390
 							'<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
379 391
 							'<td class="text-center">' + isProResultValue + '</td>' +
380 392
 							'<td class="text-center">' + n.F_ProSituation + '</td>' +
381
-							'<td class="text-center">' + n.F_DealUserContact + '</td>' +
382 393
 							'<td class="text-center">' + connectTimeValue + '</td>' +
383 394
 							'<td class="text-center">' + n.F_ConnectMode + '</td>' +
384 395
 							'<td class="text-center">' + n.F_ReplyContent + '</td>' +
@@ -474,7 +485,7 @@
474 485
                         var IsProResultValue = result.data[0].F_IsProResult + "";
475 486
 						isProResultJudge(IsProResultValue);
476 487
                         $("#dealman").val(result.data[0].F_DealUser); //承办人
477
-                        $("#result").val(result.data[0].F_Result); //办理内容
488
+                        $("#result").val(result.data[0].F_Result); //处理情况
478 489
                         $('#isProResultRadio input[name="isDisposeResult"][value="' + result.data[0].F_IsProResult +'"]').prop("checked", true);//是否有处理结果
479 490
                         $("#prosituation").val(result.data[0].F_ProSituation); //处理方案/进程
480 491
 						$("#dealcontact").val(result.data[0].F_DealUserContact); //联系方式
@@ -565,7 +576,6 @@
565 576
 				if (isProtect === "1" ) {
566 577
 					$(".prosituation-wrapper").hide(); //处理方案/进程
567 578
 					$(".annotation-wrapper").hide(); //注释
568
-					$(".dealcontact-wrapper").show(); //联系方式
569 579
 					$(".connecttime-wrapper").hide(); //沟通时间
570 580
 					$(".connectmode-wrapper").hide(); //沟通方式
571 581
 					$(".replycontent-wrapper").hide(); //答复内容
@@ -573,7 +583,6 @@
573 583
 				} else if (isProtect === "0") {
574 584
 					$(".prosituation-wrapper").hide(); //处理方案/进程
575 585
 					$(".annotation-wrapper").hide(); //注释
576
-					$(".dealcontact-wrapper").hide(); //联系方式
577 586
 					$(".connecttime-wrapper").show(); //沟通时间
578 587
 					$(".connectmode-wrapper").show(); //沟通方式
579 588
 					$(".replycontent-wrapper").show(); //答复内容
@@ -582,7 +591,6 @@
582 591
 			} else if (isProResultdata === '2') {
583 592
 				$(".prosituation-wrapper").show(); //处理方案/进程
584 593
 				$(".annotation-wrapper").show(); //注释
585
-				$(".dealcontact-wrapper").hide(); //联系方式
586 594
 				$(".connecttime-wrapper").hide(); //沟通时间
587 595
 				$(".connectmode-wrapper").hide(); //沟通方式
588 596
 				$(".replycontent-wrapper").hide(); //答复内容

+ 6 - 4
WebUI/CallCenterWeb.UI/CommonHtml/processing_audit.html

@@ -33,13 +33,14 @@
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:50px;">办理人</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>
37 39
 						<td class="text-center" style="min-width:50px;">办理时间</td>
38
-						<td class="text-center" style="min-width:50px;">内容</td>
40
+						<td class="text-center" style="min-width:50px;">办理情况</td>
39 41
 						<td class="text-center" style="min-width:50px;">类型</td>
40 42
 						<td class="text-center" style="min-width:50px;">是否有处理结果</td>
41 43
 						<td class="text-center" style="min-width:50px;">处理方案/进程</td>
42
-						<td class="text-center" style="min-width:50px;">联系方式</td>
43 44
 						<td class="text-center" style="min-width:50px;">沟通时间</td>
44 45
 						<td class="text-center" style="min-width:50px;">沟通方式</td>
45 46
 						<td class="text-center" style="min-width:50px;">答复内容</td>
@@ -208,12 +209,13 @@
208 209
 
209 210
                             temp1 = temp1 + 
210 211
                             		'<td class="text-center">' + n.F_DealUser + '</td>' + 
212
+									'<td class="text-center">' + n.F_DealUserContact + '</td>' +
213
+									'<td class="text-center">' + n.F_Duties + '</td>' +
211 214
                             		'<td class="text-center">' + n.F_CreateTime + '</td>' + 
212 215
                             		'<td class="text-center">' + n.F_Result + '</td>' +
213 216
 									'<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
214 217
 									'<td class="text-center">' + isProResultValue + '</td>' +
215 218
 									'<td class="text-center">' + n.F_ProSituation + '</td>' +
216
-									'<td class="text-center">' + n.F_DealUserContact + '</td>' +
217 219
 									'<td class="text-center">' + connectTimeValue + '</td>' +
218 220
 									'<td class="text-center">' + n.F_ConnectMode + '</td>' +
219 221
 									'<td class="text-center">' + n.F_ReplyContent + '</td>' +